RE: JNDI resource error

2005-08-31 Thread Sunjay Gunda
Hi Scott, Try doing this. Create a new file under \Tomcat 5.0\conf\Catalina\localhost\xyz.xml where xyz is the name of your application under webapps (by default, you will be having admin, balancer, etc). Content of the file should like this... ?xml version='1.0' encoding='utf-8'? Context

Re: Unable to access application if I am on VPN

2005-08-22 Thread Sunjay Gunda
Thank you for everyone's input. It worked for me from your suggestions. I downloaded the struts.dtd and pointed my struts-config.xml to that location, but it was giving a weird error. Then I commented out the reference itself in struts-config.xml and it is working fine now. Cool, Thanks for

Re: WebDav on Port 80

2005-08-22 Thread Sunjay Gunda
Hi George, I am under the impression that some ports are reserved for the computer. I think it ranges from 1-2000 (correct me if I am wrong). Try using any port after 2000, it should work. Thanks Sunjay --- George Francis [EMAIL PROTECTED] wrote: Hi, That bug report does not seem to relate

Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
Hello All, I am new to Tomcat. I am using the following for my application Tomcat : 5.0.28 Java : 1.4.2_08 Struts : 1.1 Windows XP. I am able to access my application that is hosted on my local box. http://localhost:8080/XYZ/loginForm.jsp I connect through VPN for my office

Re: Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
? Sunjay Gunda wrote: Hello All, I am new to Tomcat. I am using the following for my application Tomcat : 5.0.28 Java : 1.4.2_08 Struts : 1.1 Windows XP. I am able to access my application that is hosted on my local box. http://localhost:8080/XYZ/loginForm.jsp

Re: Unable to access application if I am on VPN

2005-08-19 Thread Sunjay Gunda
know how you would go about this because i dont know struts at all. if anyone else has any ideas id like to hear them. thanks Martin Sunjay Gunda wrote: Tomcat is running on my local machine. Application is using MYSQL database and it is also on my local box. Whenever I connect