Issue on Tomcat 4.0.4 configuration

2002-07-10 Thread Telesis Support - Bangalore
Dear all, After Installing tomcat, i got the index page(Welcome) = but,couldn't get the example pages. I have pasted the error messages of this process.. I dont know what might be the reason. Expecting ur valuable reply.. Thanks.. bye, Murugan The url is http://192.168.77.102:8080

RE: Issue on Tomcat 4.0.4 configuration

2002-07-11 Thread Telesis Support - Bangalore
d, what are the values of the JAVA_HOME and CATALINA_HOME environment variables? What SDK do you have installed? John Turner [EMAIL PROTECTED] -Original Message- From: Telesis Support - Bangalore [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:50 AM To: [EMAIL PROTECTED] Subject:

RE: Issue on Tomcat 4.0.4 configuration

2002-07-11 Thread Telesis Support - Bangalore
Tomcat 4.0.4 configuration As I wrote before: I think your jdk is wrong. try J2SDK that should work and works for me. Cheers, Nick Telesis Support - Bangalore wrote: > Hi, > I have used jdk1.3 the values of JAVA_HOME=D:\jdk1.3 > and CATALINA_HOME=E:\jakarta-tomcat-4.0.4. &

RE: Issue on Tomcat 4.0.4 configuration

2002-07-12 Thread Telesis Support - Bangalore
help. Nick Telesis Support - Bangalore wrote: > Dear all, > > After Installing tomcat, i got the index page(Welcome) = > but,couldn't get the example pages. > I have pasted the error messages of this process.. > I dont know what might be the reason. Expe

RE: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Telesis Support - Bangalore
hi, whats the size of your mod_jk.dll.. Is it 120 kb..?.. just confirm me.. bye, Murugan -Original Message- From: Andreas Lehmann [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:13 PM To: 'Tomcat Users List' Subject: getRemoteUser in Tomcat 3.3.1 does not work Hi, I am t

RE: Newbie setup Q

2002-07-14 Thread Telesis Support - Bangalore
Hi, If u r using tomcat 3.3.1, then in server.xml, for context do the following for docbase. it will work fine. bye, Murugan -Original Message- From: Josh [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 11:52 AM To: [EMAIL PROTECTED] Subject: Newbie setup Q Hi, I'm new to

RE: Newbie setup Q

2002-07-15 Thread Telesis Support - Bangalore
Subject: RE: Newbie setup Q more info: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/server.html Cheers, Mehdi "Telesis Support - Bangalore" <[EMAIL PROTECTED]> 15/07/2002 07:29 Please respond to "Tomcat Users List" To: "Tomcat Users L

Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore
Hi all, Can anyone tell me the steps for tomcat 4.0.4 configuration. I have set the JAVA_HOME and CATALINA_HOME and start the tomcat. but, for tomcat 3.3.1, i had set classpath in tomcat.bat file.. I have the doubt about classpath for tomcat 4.0.4. Can u please come with the steps for to

RE: Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore
Hi Nishant, Thanks for ur response.. I have reinstalled tomcat 4.0.4 and set JAVA_HOME=D:\jdk1.3 and CATALINA_HOME=E:\jakarta-tomcat-4.0.4. I have got the index page,then when clicked the jspexamples links. It gives the following error but, for servlets examples it is working, except the

RE: Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore
Hi Nishant, Its go thro after setting the CLASSPATH at catalina.bat. but, it seems, some error in session, when applying my application.. i will check it and tell you.. bye, Murugan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 7:2

RE: Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore
Hi Nishant, Now, every thing is going well, only problem is session. Actually, i have a login page, after getting the userid and passwd it calls a servlet for validation. this servlet after validation, sends the response page to a new jsp page using sendRedirect(). here, in jsp page, i co

RE: Check Session is valid & response.sendRedirect not working

2002-07-18 Thread Telesis Support - Bangalore
hi all, I have also encountered the same problem. I am using a login.jsp page, where the user has to enter his login id and password, then while submitting , it calls the servlet class to validate the login and then the servlet sends the response to a new jsp page. In the servlet, i am st