aspose file tools
The moose likes Servlets and the fly likes servlet deployment 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 "servlet deployment" Watch "servlet deployment" New topic
Author

servlet deployment

arnaud moore
Greenhorn

Joined: Jun 10, 2002
Posts: 2
Hi,
I am currently asking myself an awfully disturbing question. I thought about it in today's morning plane. I have to concatenate two deployment descriptors (web.xml file) in order to build and to deploy an application coming from two separate development units. (Do not ask why they do not practice team development, I'm still wondering !)
The question is:
if I have servlet1 with a <load-on-startup>1</load-on-startup> priority and servlet2 with a <load-on-startup>1</load-on-startup> priority, will it mess-up my final deployment descriptor (the one I obtain after concatenation ?) and produce a Tomcat Error ?
Thanks to the ones who'll answer the faster...
[ June 10, 2002: Message edited by: arnaud moore ]
[ June 10, 2002: Message edited by: arnaud moore ]
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

without saying "and I'm using the ??? app-server", I'd have to say "It depends". Seems like it'd be an incredibly server-dependant thing.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Bum, now you say Tomcat.
Version?
arnaud moore
Greenhorn

Joined: Jun 10, 2002
Posts: 2
Sorry, I forgot to tell which release...
Currently I work either on the followings:
Tomcat 3.2
Tomcat 3.3 <-- the version I ask for
Tomcat 4.0 <-- the version I ask for

Sincerly yours,
Arnaud.
[ June 10, 2002: Message edited by: arnaud moore ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: servlet deployment
 
Similar Threads
Why does JSP compilation take so long?
Loading two servlets at the startup?
Tomcat Startup and Shutdown
When a servlet is instantiated?
A web application query