aspose file tools
The moose likes Servlets and the fly likes how to use @WebServlet like web.xml element Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to use @WebServlet like web.xml element" Watch "how to use @WebServlet like web.xml element" New topic
Author

how to use @WebServlet like web.xml element

Jenkin Zheng
Greenhorn

Joined: Mar 31, 2011
Posts: 12

Hi,guys.
I'm a beginner.My English is not good.


the servlet-mapping...



the servlet-mapping...

When I use javax.servlet.annotation.WebServlet. like this:



But one servlet can't duplicate annotation @WebServlet!
How can do it the same like in the web.xml!
Thanks!
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

You can create a subclass of the servlet with no implementation and define it there. I'd prefer to keep both definitions in the web.xml. It is clearer to show how many instances of the servlet with different parameters there are.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to use @WebServlet like web.xml element
 
Similar Threads
Need related struts subapps in one struts app
The method doMarkDoneOutboundCall(null, String) is undefined for the type Done_jsp
Clarification in the order in which the DD is read by the container!!
let's discuss to implementing multiple controllers by using struts1.0
struts1