Hi Struts Users,
 
I've just installed a Tomcat / struts / JDBC application (standalone Tomcat on NT 4) and am working my way through porting it to talk to Oracle (original sample was PostgreSQL)..
 
I've got it talking to the database OK, however the port has caused lots of type casting problems (it appears all my data gets returned as String from Oracle, however the original code seemed to get it back correctly).
 
My biggest problem in finding these problems is that Tomcat is dumping STDERR to the terminal which scrolls away irretrievably, and I can't seem to get it to re-direct anywhere else - I've tried '2>filename' within tomcat.bat on the start command and have also tried setting it in the tomcat.properties and wrapper.properties files (changes in both these files seem ineffective).
 
Any ideas ?
 
Regards,
Don Elliott
 
 

Reply via email to