Thanks for help. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 7:27 AM To: [email protected] Subject: RE: Command line for AXIS2
He asked for command line commands. I agree that the browser is better for this. Or maybe use some command line tool to execute the requests Martin listed if you want to avoid a browser. Sietse -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 December 2007 14:19 To: [email protected] Subject: Re: Command line for AXIS2 yes sietse rather intrusive (but it will work!) To be more specific about handling just your webapp if your axis2 webapp is called axis2 and is located on localhost put this address in your browser to start axis2 webapp http://localhost:8080/manager/html/stop?path=/axis2 if your axis2 webapp is called axis2 and is located on localhost put this address in your browser to stop axis2 webapp http://localhost:8080/manager/html/start?path=/axis2 if your axis2 webapp is called axis2 and is located on localhost put this address in your browser to list your webapps http://localhost:8080/manager/html/list HTH/ Martin ----- Original Message ----- Wrom: MHVIBGDADRZFSQHYUCDDJBLVLMHAALPT To: <[email protected]> Sent: Wednesday, December 05, 2007 4:09 AM Subject: RE: Command line for AXIS2 Hi, I think more information can be found in the architecture guide I think. In case of Apache Tomcat this is: Starting the servlet container: - Windows: net start "Apache Tomcat" - Debian: /etc/init.d/tomcat start Stopping: - Windows: net stop "Apache Tomcat" - Debian: /etc/init.d/tomcat stop If the container runs, you can deploy the services into it. Just deploy a war into the webapps directory and wait to see some magic and it is ready for usage. By default you can put the axis2.war in here as mentioned on the getting-started guide. Your own service can then be deployed in different ways. Checking it from the command line is just a http request imho. So you send it using a tool which can generate that. Regards, Sietse ________________________________ Wrom: CXLYRWTQTIPWIGYOKSTTZRCLBDXRQBGJSNBOHMKHJYFM Sent: 05 December 2007 01:41 To: [email protected] Subject: RE: Command line for AXIS2 Apache Axis2 1.2 build (April 27 2007) ________________________________ Wrom: YXOEAIJJPHSCRTNHGSWZIDREXCAXZOWCONEUQZAAFX Sent: Tuesday, December 04, 2007 6:16 PM To: [email protected] Subject: Re: Command line for AXIS2 which version axis are you implementing? M- ----- Original Message ----- Wrom: ISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPK To: [email protected] Sent: Tuesday, December 04, 2007 7:45 PM Subject: Command line for AXIS2 Is there any way to: Start service Stop service Check if service is active from the command line. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
