RE: Newbie questions

2002-08-16 Thread Saravanan Bellan
questions Saravanan, Unfortunately the first link you sent me (web.xml.txt) cannot open with my browser. Can you cut paste and send me the relevant parts on how to code the web.xml file for my app? Thanks again! J Saravanan Bellan wrote:http://jakarta.apache.org/tomcat/tomcat

RE: Calling a servlet from a jsps page

2002-08-16 Thread Saravanan Bellan
jsp: include page=/rajapp/mypkg.CurrentTime.class flush=true / My guesses, Remove .class try page=servlet/mypkg.CurrentTime or page=/rajapp/servlet/mypkg.CurrentTime -Original Message- From: Raju Lokhande [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:53 PM To:

FW: Newbie questions

2002-08-15 Thread Saravanan Bellan
-Original Message- From: Saravanan Bellan Sent: Thursday, August 15, 2002 12:48 PM To: 'Tomcat Users List' Subject: RE: Newbie questions http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/web.xml.txt Also look at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html

RE: Newbie questions

2002-08-15 Thread Saravanan Bellan
To: Tomcat Users List Subject: RE: Newbie questions Can you show a complete example please? Thanks /Jim Saravanan Bellan wrote:Servlets should have their mapping defined in WEB-INF/web.xml -Original Message- From: Jim Marnell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
-Original Message- From: Saravanan Bellan Sent: Wednesday, August 14, 2002 12:16 PM To: 'Tomcat Users List' Subject: RE: Trying to work with JDBC OCI It is most definitely a native library location problem not a CLASSPATH problem. 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib

RE: Setting up web pages with tomcat

2002-08-14 Thread Saravanan Bellan
Tomcat_Home/webapps/yourweb/index.html didn't work, but I used Probably you did not restart tomcat after creating yourweb. -Original Message- From: Gavin Alexander [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 4:23 PM To: Tomcat Users List Subject: Re: Setting up

RE: Trying to work with JDBC OCI

2002-08-14 Thread Saravanan Bellan
It is most definitely a native library location problem not a CLASSPATH problem. 2) I have put LD_LIBRARY_PATH=$ORACLE_HOME/lib. Where have you set this variable. It should be visible to the run.sh script. Also, make sure that $ORACLE_HOME is also set. -Original Message- From:

RE: localhost vs IP address in the URL

2002-07-26 Thread Saravanan Bellan
Thanks to whoever has been following this. dwh, your pet theory about maximum packet size is right. This explains it. http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q294769; -Original Message- From: Saravanan Bellan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25

RE: localhost vs IP address in the URL

2002-07-25 Thread Saravanan Bellan
sizes are being used with these different connections? Of course, this is just a theory. Someone with a little more knowledge might be able to speak more authoritatively grin. dwh Saravanan Bellan wrote: Windows 2000 Tomcat 3.2.3 If I try to upload a file using the regular

localhost vs IP address in the URL

2002-07-22 Thread Saravanan Bellan
Sorry, if this is a duplicate. Windows 2000 Tomcat 3.2.3 If I try to upload a file using the regular HTML/HTTP, there is a 20x difference in performance between using localhost vs the IP address in the Web Server URL. Ofcourse I'm running the browser on the same machine where

localhost vs IP address in the URL

2002-07-22 Thread Saravanan Bellan
Windows 2000 Tomcat 3.2.3 If I try to upload a file using the regular HTML/HTTP, there is a 20x difference in performance between using localhost vs the IP address in the Web Server URL. Ofcourse I'm running the browser on the same machine where tomcat is installed. Using localhost is 20 times