Results 1 to 4 of 4
- 06-19-2012, 01:31 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
Java application to connect to unxi servers to run tomcat stop and start script
Hello All,
I have an requirement to create JAVA application which will provide console to stop and start tomcat server running on unix machine.
My requirement is the application should be accessible through browser and provide console page to stop and start tomcat servers running on unix machine.
Please guide me to create this application.
I do not have much idea to start this activity.
- 06-19-2012, 02:12 PM #2
Re: Java application to connect to unxi servers to run tomcat stop and start script
If you have a program that can issue the commands while running on the same machine as the tomcat server, you could add features to that program to get its instructions from a remote PC through a browser.
If you don't understand my response, don't ignore it, ask a question.
- 06-19-2012, 04:21 PM #3
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
Re: Java application to connect to unxi servers to run tomcat stop and start script
Hi,
Thanks for the response.
I have a script which is used to stop and start the tomcat server form the unix machine.
My requirement is to create an application which will provide the console where I can hit on a button to stop and start my tomcat server on a remote machine.
Kindly let me know if this can be done.
- 06-19-2012, 04:40 PM #4
Re: Java application to connect to unxi servers to run tomcat stop and start script
Can a java program communicate with the script that controls the server? If it can, then the java program could be enhanced to allow other PCs to connect to it and send it commands from remote PCs.
If you don't understand my response, don't ignore it, ask a question.
Similar Threads
-
START/STOP Button
By tnrh1 in forum New To JavaReplies: 13Last Post: 08-18-2011, 02:40 PM -
Java Web and Application Servers
By russell in forum Web FrameworksReplies: 1Last Post: 02-25-2011, 07:20 PM -
how to start and stop other java applicaton
By Jhovarie in forum Threads and SynchronizationReplies: 1Last Post: 02-23-2011, 08:51 AM -
how to connect two servers??
By init in forum NetworkingReplies: 8Last Post: 03-28-2010, 06:59 PM -
Applets (init, start, stop, destroy)
By Java Tip in forum Java TipReplies: 0Last Post: 12-12-2007, 10:57 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks