Re: sneding Ajax call to jsp page

2009-02-10 Thread Keshav Prasad
You may want to google for some ajax+jsp tutorials, because this list is primarily for tomcat specific questions. On Wed, Feb 4, 2009 at 3:17 PM, Sneha Manohar wrote: > Hi all , > I am new to AJAX , I sending ajax request to jsp page , > var url = "http://localhost:8084/Anoigma/handler/loginHandl

Re: Apache Tomcat 6.0 loads blank page

2009-01-31 Thread Keshav Prasad
After you placed the mms_tets inside the webapp directory, try accessing http://localhost:8080/mms_tets/ or something like http://localhost:8080/mms_tets/ Replace with a file that exists. On Sat, Jan 31, 2009 at 6:39 PM, zia mohades wrote: > Hi there, > > I am currently having issue loading my

Re: Location of properties file for web app in Tomcat

2009-01-31 Thread Keshav Prasad
I think what Chuck mentioned is a nice approach. You could set an env variable and read it off when app server initializes something like this- String path = System.getenv("PROP_FILE_PATH"); Use this file path to read the properties file. On Sat, Jan 31, 2009 at 11:19 AM, Caldarale, Charles R <