cancel
Showing results for 
Search instead for 
Did you mean: 

How to call servlet program through url directly

Former Member
0 Kudos

Hi,

How can i call a servlet through url.I have deployed my .ear having the sevlet(MyServlet.java) SAPJ2EE server.I have implemented .ear file using j2ee developer studio.

Thanks,

Rajendra

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You better post your question to a Java forum, as this qustion is not related to XI.

Regards

Stefan

Former Member
0 Kudos

Hi

If we have the url cant we use the Soap Adpater to call it, just like we invoke the Webservices using the urls.

Thanks

Former Member
0 Kudos

I have no idea about the soap adapter.

I tried with "localhost:50000/url_pattern/" (url_patter is defined in servlet mapping tag).bur i m unable to call it.