JSP Compilation Issues

2003-09-30 Thread Dean Fantham
I have a JSP page that is large (contains a large series of tables for displaying lots of data). It is about 2000 lines of HTML. When trying to run this on Tomcat 4.1.27 I get the following error: [ServletException in:/schedule/operational/view.month.jsp] Unable to compile class for JSP An error

Re: Urgent : Can we restrict access to a directory in tomcat

2003-06-09 Thread Dean Fantham
There is no guaranteed way to stop someone directly access a gif image via a browser url, because this is how an image is accessed by the browser itself anyways. The browser just makes a HTTP get request to the web-server (in this case tomcat) requesting the URL of the image to be included in the

RE: why has tomcat just crashed

2003-03-31 Thread Dean Fantham
Is localhost somehow removed from the host file?? (windows/systems32/drivers/etc/hosts)? It should be aliased to 127.0.0.1 with: 127.0.0.1 localhost Dean -Original Message- From: JS [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: RE:

Tomcat 4.1.18 not finding JAR's under WEB_INF/lib directory

2003-03-26 Thread Dean Fantham
I am trying to upgrade from 4.0.6 to 4.1.18. I can get the existing webapp to run correctly, when run it with both CATALINA_HOME and CATALINA_BASE set to the same directory, however if I try and start tomcat with CATALINA_HOME and CATALINA_BASE being set differently, I get The system cannot find

RE: Can Tomcat 4 be configured to listen on two ports simultaneously

2003-03-13 Thread Dean Fantham
Are you starting tomcat as root? You will need to start as root in order to be able to bind to port 80 on Linux (any port under 1024). Dean -Original Message- From: Marina McGale [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:43 AM To: [EMAIL PROTECTED] Subject: Can Tomcat 4