RE: Directory problem

2002-01-25 Thread Robert Winningham
You can remove (or rename) the $TOMCAT_HOME/webapps/ROOT directory, and then move the contents of Brawner into $TOMCAT_HOME/webapps/ROOT. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: Directory

RE: IllegalStateException in releasePageContext

2002-01-25 Thread Robert Winningham
From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 8:56 AM To: 'Tomcat Users List' Subject: RE: IllegalStateException in releasePageContext Do you happen to have include directives with flush="true". If so, take the flush attribute out. This helped

RE: IllegalStateException in releasePageContext

2002-01-25 Thread Robert Winningham
Users List' Subject: RE: IllegalStateException in releasePageContext Do you happen to have include directives with flush="true". If so, take the flush attribute out. This helped me, anyway. -Original Message- From: Robert Winningham [mailto:[EMAIL PROTECTED]] Sent: Friday

IllegalStateException in releasePageContext

2002-01-25 Thread Robert Winningham
I have upgraded from Tomcat 3.2.2 to Tomcat 4.0.1, and I am now receiving many errors in my error log (one for each time a user hits a .jsp page.) This is causing my logs to grow VERY quickly. I did not receive these types of errors in 3.2.x. The errors are all in the following format: 2002-01

SSL troubles

2001-01-11 Thread Robert Winningham
I've compiled Tomcat for SSL according to the directions in the Tomcat Documentation. I try to start the server, but I receive the following error. I know I have jsse.jar in my classpath, which is where javax.net.ServerSocketFactory is located. Before I modified the server.xml (by uncomment

Binding Tomcat to a Single IP Address

2001-01-11 Thread Robert Winningham
I assume that there is a way to do this. I have a server that has multiple IP addresses assigned. Tomcat is installed and ready to be put to the test. However, when I start the server, it binds to all IP addresses. Most web servers provide a way to only bind to one IP address. Thanks Rob