Re: error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
21, 2001, at 07:21 , Vasanth Krishnan Venkatachalam wrote: > > > I just noticed one more thing: when i try to telnet to that port on the > > command line, I'm connected and then right away disconnected, and the > > same error message appears in tomcat's windo

RE: error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
character is '^]'. Connection closed by foreign host. vvenkata@vader% On Mon, 21 May 2001, Vasanth Krishnan Venkatachalam wrote: > Hi, i've started tomcat run. when i point my browser to > > http://vader.ics.uci.edu:19000 > > i get a message in the w

RE: error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
Hi, i've started tomcat run. when i point my browser to http://vader.ics.uci.edu:19000 i get a message in the window where tomcat is running. so obviously tomcat is detecting something, but it's generating this error: ContextManager: Error reading request, ignored - java.lang .NullPointerExcep

RE: error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
i tried that...status quo On Mon, 21 May 2001, Gilles Laborderie wrote: > Try to point your browser to > > http://vader.ics.uci.edu:19000/examples/jsp/source.jsp > > Gilles > > > -Original Message- > > From: Vasanth Krishnan Venkatachalam [mailto:[EMAI

error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
Hi everyone, I'm trying to test tomcat 3.2.1 from the web. I have it running on a server called vader.ics.uci.edu, on port 19000. I want to access the file, source.jsp, which is located in the directory, webapps/examples/jsp/ But when I point my browser to http://vader.ics.uci.edu:19000/webapp

testing tomcat from web browser

2001-05-19 Thread Vasanth Krishnan Venkatachalam
Hi everyone, I'm trying to test tomcat from the web. I have it running on a server called vader.ics.uci.edu, on port 19000. I want to access the file, source.jsp, which is located in the directory, webapps/examples/jsp/ But when I point my browser to http://vader.ics.uci.edu:19000/webapps/exam

starting tomcat

2001-05-18 Thread Vasanth Krishnan Venkatachalam
Hi, I'm new to this list and tomcat. Right after installing it in unix, I ran startup.sh, and got the following error: Starting tomcat. Check logs/tomcat.log for error messages 2001-05-18 11:35:36 - ContextManager: Adding context Ctx( /admin ) 2001-05-18 11:35:36 - ContextManager: Adding context

problems installing

2001-05-18 Thread Vasanth Krishnan Venkatachalam
Hi everyone, I'm new to tomcat. When I set my paths as follows: TOMCAT_HOME=/home/vvenkata/foo/jakarta-tomcat-3.2.1 JAVA_HOME=/opt/jdk-1.2.2 When I run startup.sh, I get the following error: Using classpath: /home/vvenkata/foo/jakarta-tomcat-3.2.1=/lib/* ./bin/tomcat.sh: /opt/jdk-1.2.2=/b

NoClassDefFoundError

2001-05-17 Thread Vasanth Krishnan Venkatachalam
Hi, I am a newbie that just installed tomcat on unix. My path commands were: TOMCAT_HOME=foo/jakarta-tomcat-3.2.1 JAVA_HOME=/opt/jdk-1.2.2 When I run startup.sh, I get the following error: Using classpath: foo/jakarta-tomcat-3.2.1/lib/*:/opt/jdk-1.2.2/lib/tools.jar vvenkata@vader