Tomcat 4 / Apache 2 / .htacess

2004-08-27 Thread chanho
I would like to use .htacess of Apache aproach to restrict user access. It works fine on normal html site, but does not work on JSP base site, what else I need to do to achieve. thx - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Tomact 5 - Out of Memory

2004-08-04 Thread chanho
Sorry, where and how should I set the JDK heap size - Original Message - From: Pradeep Chauhan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 1:28 PM Subject: RE: Tomact 5 - Out of Memory Increase the JDK heap size either by JAVA_OPTS

Tomact 5 - Out of Memory

2004-08-03 Thread chanho
Our enviroment is as following: Redhat 9 Tomact 5.0.19 JAVA 1.4.2_04 MYSQL 4.0.18 However, our website stop response after running for 1 day, I checked the log and there is following description StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I got the following error when try to run a test.jsp. HTTP Status 404 - /test.jsp type Status report message /test.jsp description The requested resource (/test1.jsp) is not available. Apache Tomcat/5.0.19 Here is my setting:

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I got the following error when try to run a test.jsp. HTTP Status 404 - /test.jsp type Status report message /test.jsp description The requested resource (/test1.jsp) is not available. Apache Tomcat/5.0.19 Here is my setting:

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I got the following error when try to run a test.jsp. HTTP Status 404 - /test.jsp type Status report message /test.jsp description The requested resource (/test1.jsp) is not available. Apache Tomcat/5.0.19 Here is my setting:

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I got the following error when try to run a test.jsp. HTTP Status 404 - /test.jsp type Status report message /test.jsp description The requested resource (/test1.jsp) is not available. Apache Tomcat/5.0.19 Here is my setting:

HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have setup Tomcat 5 with Apache 2, Java SDK 2 and JK2. However, I got the following error when try to run a test.jsp. HTTP Status 404 - /test.jsp type Status report message /test.jsp description The requested resource (/test1.jsp) is not available. Apache Tomcat/5.0.19 Here is my setting:

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
thx, I want to install JSP on my Apache document directory, is it possible. sorry I am newbie in JSP, please explain me more detail about what I have done wrong. - Original Message - From: staf wagemakers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 6:55 PM

Re: HTTP Status 404 -- Please Help

2004-03-24 Thread chanho
I have add the line Context path= docBase=/usr/local/apache2/htdocs debug=0 reloadable=true crossContext=true/ to server.xml, but it still doesn't work, what do I need to do more for set the context. And please give me more information about the second point you state as I have no idea what is