Tomcat Server Not Running

2003-10-07 Thread rajesh kannan krishnamoorthy
Hi,

I installed Tomcat Server.I config also JAVA_HOME and
CATALINA_HOME. I run the startup.bat file the new
window opened after few seconds the new window
closed.I don't know, when I mistake the config
file.The server was not working properly I check all
files.I am waiting for your hopeful reply.

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 commands, e-mail: [EMAIL PROTECTED]



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: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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 with JRE 1.4.1.

Can you please give some directions to go about.

Thanks in anticipation.

With Regards
K.RajeshKannan

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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 class for
JSPD:\jakarta-tomcat-3.2.3\work\localhost_8080%2FWindchillConnector6\_0002fjsp_0002fWindchillServerConfig_0005fGUI_0005f
write_0002ejspWindchillServerConfig_0005fGUI_0005fwrite_jsp_0.java:431:
Method createNewFile() not found in class
java.io.File.
statusFile.createNewFile();
^
1 error

Can any one of you throw some light on this? I don't understand this
problem.


With Regards
K.RajeshKannan


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 Apache) will be always integrated.

Hence we would like to extend the webserver SSL rather than writing a 
seperate SSL for TOMCAT.



How can we go about???

RajeshKannan



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 load that file without 
hardcoding.

How normally property files are loaded into Java servlets???

Can any one throw light on this?

We will be grateful if you give some hints.

Thanks in advance

With regards
K.RajeshKannan 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]