Tomcat Server Not Running

2003-10-07 Thread rajesh kannan krishnamoorthy
. Thanks and Regards K RAJESH KANNAN __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Starting TOMCAT without opening new DOS promt

2002-09-25 Thread RAJESH KANNAN
Hi all, We would like to start the TOMCAT server without opening a new DOS prompt. How should we do this? With Regards K.RajeshKannan _ MSN Photos is the easiest way to share and print your photos:

Starting TOMCAT without opening new DOS promt

2002-09-25 Thread RAJESH KANNAN
Hi all, We would like to start the TOMCAT server without opening a new DOS prompt. How should we do this? Thanks in anticipation. With Regards K.RajeshKannan _ MSN Photos is the easiest way to share and print your photos:

JRE and JSP

2002-09-07 Thread RAJESH KANNAN
Hi all, We have a special requirement which warrants the use of tomcat with only JRE. (Not JDK). In our web application we have JSPs also in addition to Java classes. Is there any way by which we can operate TOMCAT only with JRE. (which supports JSP execution). We are using TOMCAT-4.0.3

createNewFile method not found error(JSP)-Peculiar problem(Help please)

2002-04-10 Thread RAJESH KANNAN
Hi all, In my JSP,I am using the following code segment. java.io.File statusFile = new java.io.File(d:/temp/test1); statusFile.createNewFile(); I am using TOMCAT 3.2.3 in Windows2000 machine.(JDK1.3) It is throwing following error. org.apache.jasper.JasperException: Unable to compile

SSL Governed by Web Server

2001-11-29 Thread RAJESH KANNAN
Hi all, We have SSL implemented web servers(Apache,IIS). Meaning to invoke our CGI programs, user has to submit the certificate. We would like to extend that SSL for invoking our servlets also. Our servlets are running under TomCAT. In our application environment TomCAT and webserver(IIS or

Loading a file in servlet

2001-11-21 Thread Rajesh Kannan
Dear all, We are developing a web application consisting of some servlets and JSPs. To execute our servlets we need to get some values from a property file. Presently we are hardcoding the path of the property file and loading it. As in realtime we may be knowing the path we want to