Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using wscp to run a servlet

Status
Not open for further replies.

OmoOtus

Programmer
Jul 17, 2003
1
0
0
IE
Hi All,

Does anybody know how to launch a servlet or JSP or an EJB method using wscp?

Thanks
 
You can certainly start a servlet using wscp commands, but is that what you want?

I've been playing around with servlet stop/starts using wscp in the last few days, as I had a need to be able to recycle a servlet and get its init method to run. I didn't get the answer I wanted though (you need to bounce the servlet engine to get the init method to run).....so you might not be able to use wscp for what you're trying to do.

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top