DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369

Problem with WAR containing JARS

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 13:41 ---
I am very sorry, but this clearly work for me. If you think your reports sound
phony, don't worry, I have felt the same for some time ;-)
Please attach a ready to run test case if you'd like to reopen this.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369

Problem with WAR containing JARS

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 14:09 ---
Hmmm,

well it clearly doesn't work for me :)

This is easy to reproduce. 

I took the jsp-examples directory and zipped it up as jsp-ex.zip, then added a
jar to the WEB-INF/lib directory (any non JSP/Servlet related JAR will do). I
renamed the zip calling it jsp-ex.war and copied it into webapps. I then create
a context in conf/catalina/localhost (called jsp-ex.xml which obviously doesn't
matter) which looks like this

Context path=/jsp-ex docBase=jsp-ex.war debug=0
/Context


notice the docbase is the war file. 

I change nothing else so unpackWars is true and autoDeploy is true. Start tomcat
5.0.3 and I get the TLD exception.

If I remove the context file the war is expanded and works fine.

If I point the docbase at jsp-ex then the war isn't expanded and I get other
errors (I believe this is another bug but war/context management is so unusual I
 wasn't convinced)

This all works OK in 5.0.2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369

Problem with WAR containing JARS

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 14:51 ---
There is no value in specifying docBase=jsp-ex.war or even the docBase at all
anymore (no matter what you do, the WAR will be expanded according to
unpackWARs). Remove the setting.
I believe this has been fixed post 5.0.3. See revision 1.16 and 1.17 of HostConfig.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369

Problem with WAR containing JARS





--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 15:09 ---
Thanks,

is there a nightly available or do I need to grab the CVS bits?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21369] - Problem with WAR containing JARS

2003-07-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21369

Problem with WAR containing JARS





--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 20:08 ---
You should get that from CVS (sorry). I'll do a quick test anyway, just to be sure.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]