Unable to start Tomcat

2008-05-21 Thread R. Sriram

Hello,
I just downloaded apache-tomcat-6.0.16.zip, unbundled it and set 
TOMCAT_HOME and CATALINA_HOME appropriately in the User Variables in 
System Environment Variables. I also downloaded and installed JDK and 
set JAVA_HOME and included in PATH in System Variables appropriately.


When I run startup to get Tomcat started in Command Prompt, the Command 
Prompt window disappears and Tomcat doesn't start.

What do I need to do to get Tomcat started
Thanks...rs

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Unable to start Tomcat

2008-05-21 Thread R. Sriram

Hello,
I corrected TOMCAT_HOME and CATALINA_HOME. Now when I do the startup of 
Tomcat, I get the message JAVA_HOME environment variable is not defined 
correctly.

I have set the JAVA_HOME to C:\Program Files\JSDK2.0.
Thanks...rs
--
R. Sriram wrote:

Hello,
I just downloaded apache-tomcat-6.0.16.zip, unbundled it and set 
TOMCAT_HOME and CATALINA_HOME appropriately in the User Variables in 
System Environment Variables. I also downloaded and installed JDK and 
set JAVA_HOME and included in PATH in System Variables appropriately.


When I run startup to get Tomcat started in Command Prompt, the 
Command Prompt window disappears and Tomcat doesn't start.

What do I need to do to get Tomcat started
Thanks...rs

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Unable to start Tomcat

2008-05-21 Thread R. Sriram
Chuck, I had pointed it to a wrong directory. Once I set JAVA_HOME to 
C:\Program Files\Java\jdk1.6.0_06, I am able to start Tomcat. 
Thank-you...rs


Caldarale, Charles R wrote:

From: R. Sriram [mailto:[EMAIL PROTECTED]
Subject: Re: Unable to start Tomcat

I have set the JAVA_HOME to C:\Program Files\JSDK2.0.



And what exactly is installed in C:\Program Files\JSDK2.0?  That's not a 
known JVM naming convention.  Sounds like you may need to install a proper one (JRE or 
JDK); download it from:
http://java.sun.com/javase/downloads

You need at least version 1.5, but 6 would be better.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Debugging a Web application

2008-05-22 Thread R. Sriram

Hello,
I am using Tomcat 6.0.16 and JDK 1.6. I am using IntelliJ IDEA as my IDE 
to develop a Web application.
What Port(s) does Tomcat Listen to. I am unable to connect to 
localhost:5005.
The command Line args I have set in the IDE is: -Xdebug -Xnoagent 
-Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

Transport: Socket
Debugger Mode: Attach
Host: localhost
Port: 5005
Thanks...Sriram

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Debugging a Web application

2008-05-23 Thread R. Sriram

http is working fine on Port 8080.
I am unable to connect to Tomcat from my IDE for debugging. In my old 
computer it worked fine with Port 5005. I had to reinstall in a new 
computer after the old one crashed. Now the IDE is not able to connect.

I am wondering any Port Tomcat will listen to.

Leon Rosenberg wrote:

are you asking us on which port you can connect to the jvm or to
tomcat via http? If its the later try 8080.

leon

On Fri, May 23, 2008 at 1:29 AM, R. Sriram [EMAIL PROTECTED] wrote:
  

Hello,
I am using Tomcat 6.0.16 and JDK 1.6. I am using IntelliJ IDEA as my IDE to
develop a Web application.
What Port(s) does Tomcat Listen to. I am unable to connect to
localhost:5005.
The command Line args I have set in the IDE is: -Xdebug -Xnoagent
-Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
Transport: Socket
Debugger Mode: Attach
Host: localhost
Port: 5005
Thanks...Sriram

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JDBC Connection pooling

2016-01-22 Thread R. Sriram

Hello I am trying to establish connection pooling.
Should I be using dbcp?


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org