Tomcat 5.5.4 support with Idea 4.0
Hi,
I m using Tomcat 5.5.4. Is that version supported by Idea 4.0.
Specifically does it support debugging of applications running on tomcat 5.5.4?
If yes please specify the build. If not then when can that be expected ??
Please sign in to leave a comment.
Sorry for the mistake in above question.
The Idea version is 4.5.1 (build #2239).
Pulin wrote:
Please use IDEA 4.5.3 build 2250, we've tested it with Tomcat 5.5.4 and
it worked fine.
--
Serge Baranov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
I have successfully upgraded to 4.5.3(build 2250).
But when i try to debug my tomcat 5.5.4 application, I get the following message :
Connected to server
Failed to establish connection to the target VM at 'azure.vigorsoft.com:1443' using socket transport.
Process not started.
Unable to launch target VM : java.net.ConnectException "Connection refused: connect"
Can you please help me to enable debugging my application.
Hi,
I am using Idea 4.5.3(build 2250). Can someone please tell me if it is possible to debug my application running on Tomcat 5.5.4 in Idea.
When i tried to do so, i got the error as mentioned :
Connected to server
Failed to establish connection to the target VM at 'azure.vigorsoft.com:1443' using socket transport.
Process not started.
Unable to launch target VM : java.net.ConnectException "Connection refused: connect"
Please tell me how to do it. Also if it is not possible to debug, please do tell me so.
Thanks
It sounds like you are trying to remote debug a server. Was the server
started with the correct debug parameters (specifying the port, type of
transport, etc). Is the server protected with a firewall?
If you are using this for development, you would be much happier with
launching TC5 from within IJ.
Norris Shelton
Sun Certified Java Programmer
Pulin wrote:
>Hi,
>
>I am using Idea 4.5.3(build 2250). Can someone please tell me if it is possible to debug my application running on Tomcat 5.5.4 in Idea.
>
>When i tried to do so, i got the error as mentioned :
>Connected to server
>Failed to establish connection to the target VM at 'azure.vigorsoft.com:1443' using socket transport.
>Process not started.
>Unable to launch target VM : java.net.ConnectException "Connection refused: connect"
>
>Please tell me how to do it. Also if it is not possible to debug, please do tell me so.
>
>Thanks
>
Hi,
Thanks for the prompt reply.
Yes, i have been trying to use the remote facility available in TC. But i have also tried using the local debugging facility without any success, although my application is on my local machine.
Also since the TC 5.5.4 does not start witha catalina.bat file, unlike previous versions, I dont know how to start the TC from within IJ.
Can you please give me your inputs.
Pulin
Hello Pulin,
We've tested IDEA with Tomcat 5.5.4 local configuration and it worked fine,
you just need to download zipped Tomcat distribution which contains the
same startup and shutdown scripts as previous Tomcat versions:
http://apache.rinet.ru/dist/jakarta/tomcat-5/v5.5.4/bin/jakarta-tomcat-5.5.4.zip
--
Serge Baranov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"