• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

servlet deployment

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bum, now you say Tomcat.
Version?
 
arnaud moore
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
reply
    Bookmark Topic Watch Topic
  • New Topic