A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
Deployment descriptor
nirail rail
Ranch Hand
Joined: Nov 14, 2003
Posts: 39
posted
Aug 26, 2005 22:14:00
0
hi all
can any one pass me the link of a sample tutorials on deployment descriptor
thankx in advance
samdeep aarzoo
Ranch Hand
Joined: Jun 09, 2005
Posts: 160
posted
Aug 26, 2005 23:05:00
0
hi about deployment deployment
we write dd per web application
a dd can declare many web apps
firstly in dd
we write
<web-app...>
.....something we will discuss it step wise..
</web-app>
...hereunder that we use different tags
like
<
servlet
>
</servlet>
<servlet-mapping>
</servlet mapping>
hi tell me how much u know
than we can go step wise
do u have hfsj
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
Aug 27, 2005 00:42:00
0
This
is a decent introduction.
Android apps
–
ImageJ plugins
–
Java web charts
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
I like...
posted
Aug 27, 2005 03:34:00
0
The servlet spec itself also covers deployment descriptors very well.
Link in my signature.
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
nirail rail
Ranch Hand
Joined: Nov 14, 2003
Posts: 39
posted
Aug 27, 2005 04:04:00
0
Thanks you all
great help
I agree. Here's the link:
http://aspose.com/file-tools
subject: Deployment descriptor
Similar Threads
about HttpSessionActivationListner
Question about Container Managed Relationship
weblogic 8.1 , Oracle sequence problem.
how to know the table name in CMP
make default.jsp as home page
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter