Property file not picked up right by servlet

2003-01-24 Thread SRamanujan
I just moved to XP from NT and setup the apache and Tomcat servers. They work fine for the servlets, jsps and so the setup seem to be fine.  But my servlet is not finding the property file that connects me to the right system.  I have exactly the same setup as I had in my NT server prior to the

RE: HTTP 500 - No Context configured- progress

2003-01-24 Thread SRamanujan
This is a good how to that I worked with. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html Thanks Sudha Ramanujan SunGard Futures Systems [EMAIL PROTECTED] (312) 577 6179 (312) 577 6101 - Fax -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Se

RE: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1

2003-01-24 Thread SRamanujan
Perhaps, a dns entry is missing for the ip address? Can you pink host name? Thanks, Sudha -Original Message- From: vim m [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 2:24 PM To: Tomcat Users List Subject: RE: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1 I thought I wil

RE: Property file not picked up right by servlet

2003-01-24 Thread SRamanujan
Please help! I am stuck here without this working. Thanks, Sudha -Original Message- From: Ramanujan, Sudha Sent: Friday, January 24, 2003 2:13 PM To: [EMAIL PROTECTED] Subject: Property file not picked up right by servlet I just moved to XP from NT and setup the apache and Tomcat serve

RE: Property file not picked up right by servlet

2003-01-24 Thread SRamanujan
Wendy, Right in the beginning, we have a login servlet that loads the properties file entries. The servlet first gets the context and then looks for the prop files under property + file separater. In NT, I had the properties file under c:/Tomcat/bin/property (and it is still working). I tried

RE: Property file not picked up right by servlet

2003-01-28 Thread SRamanujan
Hello! You were very right. I had the setenv and setclasspath being called from Catalina.bat but somehow the tomcat was not picking this up correctly. Perhaps because of XP? I then went to control panel and set all the environment variables & classpath which then picked up my property file

RE: Tomcat & AS400 problem

2003-01-29 Thread SRamanujan
I have my jt400.jar in common/lib and the following code work for me. import java.sql.*; Connection con; Class.forName("com.ibm.as400.access.AS400JDBCDriver"); con = getConnection("jdbc:as400://"+getSystemName(),, ); Thanks. Sudha Ramanujan SunGard Futures Systems [EMAIL PROTECTED] (312) 577

caching applet/jars

2003-01-30 Thread SRamanujan
Hi all, Have you used caching with the Java plug-in? I have trouble downloading my jar files in temporary/permanent caching. I have signed my jars and added to my archive tag of my applet tag. But still this does not work. I did find this java site http://java.sun.com/products/plugin/1.3/docs/a

RE: caching applet/jars

2003-01-30 Thread SRamanujan
Hi, I changed my applet to object and this works, but my jars are not getting downloaded in temporary or permanent cache. Any thing I should be checking. My plugin has enable caching checked. Thanks for your time, Sudha -Original Message- From: ContestAdmin [mailto:[EMAIL PROTECTED]]

RE: caching applet/jars

2003-01-30 Thread SRamanujan
One more interesting thing, when I have the cache_option as "Plugin", I see the cache in the plugin->cache->view cache files. But this does not speed up the performance. And if I put the "Browser", I do not see this in Tools->Ioptions->settings->view fiels. Thanks, Sudha -Original Message-