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
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Servlets
How do I setup servlet directory ?
Siva kandasamy
Ranch Hand
Posts: 139
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi there,
How do I setup
servlet
directory in
Sun One WS 6.1 SP3.
I have web server running in Solaris9 OS.
thanks
siva
Mark Vedder
Ranch Hand
Posts: 624
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In the more recent Servlet specifications, servlets are managed via web applications and their deployment descriptors. Servlets are mapped in the deployment descriptor rather then in the Web Server's configurations. Take a look at
Sun ONE Web Server 6.1 Programmer's Guide to Web Applications
, specifically
Chapter 2 Using Servlets
and
Chapter 6 Deploying Web Applications
. Also take a look at the sample
Chapter 5: Controlling Web Application Behavior with web.xml
of the book
More Servlets and JavaServer Pages (
JSP
)
,
www.moreservlets.com
. It has great information on configuring Servlets via the deployment descriptor.
Siva kandasamy
Ranch Hand
Posts: 139
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank You Mark.
-siva
Oh, sure, you could do that. Or you could eat some pie. While reading 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
creating servlet
jsp in Netscape Enterprise Server 4.0 sp2
Internal Server Problem
cant run packaged servlet - Pz Help
Code changes not reflected after deploying.
More...