Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Servlets
ServletContext
Saritha Pilla
Greenhorn
Posts: 15
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi ,
Can somebody tell me how to configure a
servlet
context for a given Application in JavaWebServer 2.0?
Thank You
Saritha
varalakshmi allamaraju
Greenhorn
Posts: 2
posted 24 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Enter the following code in the deployment descriptor.
<context-param>
<param-name>some name</param-name>
<param-value>some value</param-value>
</context-param>
What's gotten into you? Could it be this tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
personal webserver
ServletContext Doubt / Poll
AbstractMethodError while doing prepareCall()
j2ee certificate ques
java web server 2.0 crashing
More...