deploy war file to CATALINA_BASE how to
Friends:
I am using IntelliJ Idea 9.02. I have succesfully deployed the main application.
But there is another WAR file that I have deploy to tomcat to CATALINA_BASE.
I prefer not to make a module and deploy that to tomcat since that war is huge and more imp, rarely changes.
So how do I deploy directly thru admin console or directly ?
-Narahari
Please sign in to leave a comment.
There is a feature request about this (http://youtrack.jetbrains.net/issue/IDEA-47963).
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
In the link you sent me it says that the alternative to use the manager app to deploy.
When I try to go to http://localhost:8080/manager, I get requested resource not available.
How do you deploy/enable manager app under CATALINA_BASE ?
-Narahari
There is special option 'Deploy Tomcat manager app' in the run configuration editor.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"