Hi,
I m trying to start a weblogic managed server from ant task.But by using wlserver tag I can start the server in the command prompt. But I need to run this as a service without any console.
Could any one please help me.
Thanks in advance,
Surendra
Discussions
Web tier: servlets, JSP, Web frameworks: How to starting a weblogic managed server from ant tasks
-
How to starting a weblogic managed server from ant tasks (2 messages)
- Posted by: Surendra Duggirala
- Posted on: December 22 2005 10:38 EST
Threaded Messages (2)
- How to starting a weblogic managed server from ant tasks by Eric Bowman on December 24 2005 20:03 EST
- Shell Script by Shriniwas Joshi on December 25 2005 07:58 EST
-
How to starting a weblogic managed server from ant tasks[ Go to top ]
- Posted by: Eric Bowman
- Posted on: December 24 2005 20:03 EST
- in response to Surendra Duggirala
Ant sounds like the wrong tool, then.
Why no console? Or are you really saying that you want to start weblogic in the background, and leave it running after ant quits, console or no console (or at least, console redirected to a file)?
On a unix system, I've used ant to drive a shell to drive GNU screen to do this. It's ugly, but effective. -
Shell Script[ Go to top ]
- Posted by: Shriniwas Joshi
- Posted on: December 25 2005 07:58 EST
- in response to Eric Bowman
Use Shell script .. very powerfull and effective
shrini