Tomcat 6 redeploy
Hi.
Looked through the logs, didn't find much useful, so I figured I'd ask:
IntelliJ 8.1
Tomcat 6.0.18
Considering 6.x been out for a while, any idea when it will be properly lintegreated in Idea? Does the EAP one have it integrated (didn't see in changelog).
Problem: It deploys great, but it d/n redeploy: It undeploys properly, but d/n deploy a second time. Have to close debug window and restart whole thing.
Any ideas would be appreciated.
(Trying to get it running with Wicket).
请先登录再写评论。
Do you use local or remote Tomcat run configuration?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Local.
How do you invoke redeployment? Do you use "Deploy" button on the toolbar or you answer "yes" to IDEA's promt to redeploy after compilation?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Tried both, all 3 actually. (the auto-deploy on loss of focus). Same effect (tomcat stops responding to these pages)
Could you please attach your project files (iml, ipr and iws) and server.xml file?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Including project files and the context.xml file.
Attachment(s):
QuizardProjectFiles.zip
But this problem has always been there... I have never gotten Tomcat redeploy feature to work (nor my colleagues) so I just gotten used to stop and start the Tomcat server every time... But is it working for the Jetbrains people?
Not sur if this is a problem that only exists on Linux cause I have never tried it on Windows...
BTJ
I am running/experiencing this in Windows (XP).
It's ok if the problem "has always been there", we just need these guys to fix it. I am sure it's something silly with Tomcat. After all, 6>5
But 6 has been around for a while now and I am hoping this could be fixed in next patch or have a workaround.
Please try to use deployment from an exploded directory instead of a war file. Will the problem persist?
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yup. Setup both (exploding directory as well).
Same thing.
Once I redeploy through either button - it's all gone.
Has this been fixed in 9 EAP perhaps? Anyone knows?