You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joakim Verona <jo...@verona.se> on 2001/11/12 19:47:12 UTC

problems migrating from tc 3.2 to tc 4.01

hello,

i have a webapp im trying to port from tc 3.2 to tc 4.01.
the app is aparently ill-behaved and shows some problems when porting:

1) the app relies on trying to catch FileNotFoundExceptions from 
jsp:include statements.
if the jsp it is trying to include isnt there, it silently ignores it.

this works in tc 3.2, but tc 4.01 refuses to catch te exception in the 
jsp. the exception
apears to get caugt before hitting the jsp servlet, and bails out.

which behaviour is correct? tc 4.01? in that case, is there some other 
way of doing it?


2) i use PoolMan, and got a nullpioniter exception when it couldnt find 
its config file.
tat is expected, but the entire tomcat instance died with tc 4.01. that 
didnt happen with tc 3.2

is this a bug, or have i configured someting wrongly?

any hints apreciated.


env: tc 4.01, ibm jdk 1.3, linux

/joakim


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>