Starting the server

Hi all -

I know this is pretty darn basic, but is there a way to start a application server from Intellij.
Meaning without running the application at the same time. I tried to setup tomcat in the run/debug configuration but it doesn't seem to be just starting my app server.

I have a build.xml file that deploys my war to the appropriate server directory I'd like to just start the server.

Thanks!

0
Avatar
Permanently deleted user

No, there's no possibility to control the application server from within
IDEA without deploying an application at the same time. But you can
launch the application server manually and then later deploy your
application through a remote run configuration.

On 7/9/2009 10:52 PM, Carl Jenkins wrote:

Hi all -

>

I know this is pretty darn basic, but is there a way to start a application server from Intellij.
Meaning without running the application at the same time. I tried to setup tomcat in the run/debug configuration but it doesn't seem to be just starting my app server.

>

I have a build.xml file that deploys my war to the appropriate server directory I'd like to just start the server.

>

Thanks!

>

---
Original message URL: http://www.jetbrains.net/devnet/message/5241558#5241558


--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com

0

请先登录再写评论。