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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to declare/override Weblogic's ServletInvoker in web.xml

Status
Not open for further replies.

sanjay17

Programmer
May 26, 2003
1
EG
Hi,
I am using wls6.1 and i want to know about the servlet invoker details.

I am required to know whether there is any default configuration which can be followed to invoke my servlet dispatcher through WL's ServletInvoker. Like, "/servlet/MyServletDispatcher". specifically, how would I be able to turn on or override this default configuration ?

Please note, only the servlet-mapping part in web.xml for 'myservlet' name would not be able to solve my purpose. I need to invoke my dispatcher strictly through Weblogic's ServletInvoker. Cause, I am using a parameter passing style which passes parameters as a part of URI (for some security reason). For example, should be able to invoke 'myservlet' through Weblogic's servlet invoker (as it would be mapped with URI "/servlet/") and next, I can obtain the param "thisparam" for next part of my application.
Maintaining a normal servlet-mapping for 'myservlet' would result in a 'Request URI not found' if 'myservlet/thisparam' is used.

Please suggest, What should be written in web.xml file to resolve this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top