Bonjour,

We're facing a problem.

my site comes from many pieces (JSPs, Jars, classes) some from different
programmers.
The problem is that there is only one WEB-INF directory (sounds like the
global vars pb in poorly designed programming languages)
Thus we have to take each piece and copy jar files to the WEB-INF/lib dir,
then copy JSPs, then copy classes too.
More: there is only on web.xml file: This means that if someone comes with a
listener, we had to manually edit the file!!!

1/ this is tedious
2/ this is error prone (and bugs (as a missing jar) appears much too late
with a 500 Error)

I need a tool that:

o every piece comes as a separate pack (as the .war file for exemple) which
contains JSPs, classes, jars, web-PART.xml
o the tool copy pieces automatically (assembling automatically web.xml file
from pieces)
o warns if a file is replaced with a file of same name but with different
update date
o .rules file would describes rules test that must be validated (I recently
installed a website on Tomcat/Linux after testing it on Tomcat/win2000:
everything worked fine but as the mail.jar was missing in tomcat/Linux (for
an unknown reason) an error 500 appeared only when a user tried to send a
mail...)

Does this tool exist?

Cordialement,

N i c o l a s   S i l b e r z a h n

<100% Java, Mobile, Offline aware>Wapaka Browser for mobile development
(XHTML, WML)</100% Java, Mobile, Offline aware> www.Wapaka.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to