executing Tomcat from cd

2001-11-21 Thread Tognoni Enrico (Stage)
I am deploying a simple web application using Tomcat 3.2.3 in stand-alone mode. At the moment I'm distributing it in a cd containing all Tomcat and application files, which need to be copied on the machine where the application runs. I was asked to check if it is possible to run everything

Problems in serving simple html

2001-03-09 Thread Tognoni Enrico (stage)
Title: Problems in serving simple html I'm getting an IllegalStateException from my servlet when trying to forward the request to a simple html page! I think it is a problem with Tomcat because my code seems to be correct. oreover I already use the same bunch of code before and it worked