Command line for AXIS2

2007-12-04 Thread Zur, Don
Is there any way to:

 

Start service

Stop service

Check if service is active

 

from the command line.



Re: Command line for AXIS2

2007-12-04 Thread Martin Gainty
which version axis are you implementing?

M-
  - Original Message - 
  From: Zur, Don 
  To: axis-user@ws.apache.org 
  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.


RE: Command line for AXIS2

2007-12-04 Thread Zur, Don
Apache Axis2 1.2 build (April 27 2007)



From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 04, 2007 6:16 PM
To: axis-user@ws.apache.org
Subject: Re: Command line for AXIS2

 

which version axis are you implementing?


M-

- Original Message - 

From: Zur, Don <mailto:[EMAIL PROTECTED]>  

To: axis-user@ws.apache.org 

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.



RE: Command line for AXIS2

2007-12-05 Thread sietsenicolaas.tenhoeve
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



From: Zur, Don [mailto:[EMAIL PROTECTED] 
Sent: 05 December 2007 01:41
To: axis-user@ws.apache.org
Subject: RE: Command line for AXIS2



Apache Axis2 1.2 build (April 27 2007)



From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 04, 2007 6:16 PM
To: axis-user@ws.apache.org
Subject: Re: Command line for AXIS2

 

which version axis are you implementing?


M-

- Original Message - 

From: Zur, Don <mailto:[EMAIL PROTECTED]>  

To: axis-user@ws.apache.org 

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]



RE: Command line for AXIS2

2007-12-05 Thread sietsenicolaas.tenhoeve
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: axis-user@ws.apache.org
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: 
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: axis-user@ws.apache.org
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: axis-user@ws.apache.org
Subject: Re: Command line for AXIS2



which version axis are you implementing?


M-

- Original Message -

Wrom: ISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPK

To: axis-user@ws.apache.org

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]



RE: Command line for AXIS2

2007-12-05 Thread Zur, Don
Thanks for help. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 05, 2007 7:27 AM
To: axis-user@ws.apache.org
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: axis-user@ws.apache.org
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: 
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: axis-user@ws.apache.org
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: axis-user@ws.apache.org
Subject: Re: Command line for AXIS2



which version axis are you implementing?


M-

- Original Message -

Wrom: ISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPK

To: axis-user@ws.apache.org

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]



Re: Command line for AXIS2

2007-12-05 Thread mgainty
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: 
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: axis-user@ws.apache.org
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: axis-user@ws.apache.org
Subject: Re: Command line for AXIS2



which version axis are you implementing?


M-

- Original Message -

Wrom: ISHJEXXIMQZUIVOTQNQEMSFDULHPQQWOYIYZUNNYCGPK

To: axis-user@ws.apache.org

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]