RE: Alias for JSP Files

2002-05-27 Thread Mostafa Al-Mallawani
this is a cheap shot at the problem but u have a mistake in this part: myapp/servlet-name> //it should be /test //there's an extra / before test? >= Original Message From Tomcat Users List <[EMAIL PROTECTED]> = >I was trying to set up the Tomcat 4 in order to create

RE: Apache with Tomcat

2002-04-04 Thread Mostafa Al-Mallawani
Is there a way to integrate Tomcat 4 with Apache? Couldn't find how to docs on that. -Original Message- From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 1:34 PM To: Jakarta Subject: Apache with Tomcat Hello. I'm having some trouble configuring APACHE

RE: How to easily add a new web application?

2002-03-31 Thread Mostafa Al-Mallawani
After you've installed tomcat and got it running well, you need to add a directory under tomcat/webapps which will contain your project. In that directory, place all your jsp and html files, then create a directory in your project dir called WEB-INF and another one called classes inside WEB-INF p

news reader

2002-03-30 Thread Mostafa Al-Mallawani
Hi, does anyone know if I can use a news reader for this mailing list? Is there a news server for it? Thanks.

RE: response.sendRedirect not redirecting

2002-03-30 Thread Mostafa Al-Mallawani
- From: Mostafa Al-Mallawani [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 7:12 AM To: 'Tomcat Users List' Subject: response.sendRedirect not redirecting Hi, I have a problem with redirecting. In my JSP page I keep checking for errors, whenever I catch one, I set a varia

response.sendRedirect not redirecting

2002-03-17 Thread Mostafa Al-Mallawani
Hi, I have a problem with redirecting. In my JSP page I keep checking for errors, whenever I catch one, I set a variable on the session object and then forward to an error page; this could happen up to 5 times in one page. The weird thing is, redirection works on some pages and does absolutely n