deploying war files with JBuilder 5 to Tomcat 4
843835May 6 2002 — edited May 14 2002Hi,
I'm developing a webapp in JBuilder 5. When I copy my war file to tomcat 3.2 webapps directory and start tomcat it works just fine, but when I copy my war file to the webapps directory in tomcat 4 I have the following error when I start tomcat 4:
ERROR reading java.io.ByteArrayInputStream@33f8f6
At Line 15 /web-app/servlet/
All the examples in Tomcat 4 works just fine, and if I create a war file from the command prompt it also works, but the war file generated with JBuilder 5 doesn't work.
does this sound familiar?
please help