You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/05/15 21:18:08 UTC

DO NOT REPLY [Bug 7319] - codeBase in catalina.policy broken with jars

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=7319>.
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=7319

codeBase in catalina.policy broken with jars

randy.watson@guidant.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         OS/Version|Other                       |Linux
         Resolution|WORKSFORME                  |



------- Additional Comments From randy.watson@guidant.com  2002-05-15 19:18 -------
I get the same error you do:

2002-05-15 14:29:23 action: Mapping for servlet 'action' = '*.do'
2002-05-15 14:29:23 jsp: init
2002-05-15 14:29:24 Exception initializing TldLocationsCache: XML parsing error
on file /WEB-INF/web.xml:
 Internal Error: File /javax/servlet/resources/web-app_2_3.dtd not found
2002-05-15 14:29:24 debugjsp: init
2002-05-15 14:29:24 Specified compiler plugin class
com.borland.jbuilder.webserverglue.tomcat.jsp.JasperS
unJavaCompiler not found. Will default to Sun Java Compiler.
2002-05-15 14:29:24 Exception initializing TldLocationsCache: XML parsing error
on file /WEB-INF/web.xml:
 Internal Error: File /javax/servlet/resources/web-app_2_3.dtd not found

This started with tomcat 4.0.1, when I was trying to deploy another webapp I've
just written that requires RMI.  When I enabled the security manager it broke my
other webapp (that up till now was working fine).  I decided to focus on the
webapp that works without the security manager.  I couldn't get the codebase
property to work, but if I just grant without it I could get my app to work.  I
upgraded to 4.0.3, and the previous problem went away to be replaced with this
problem.  When I try to load the app from a browser,  I get:

<html><head><title>Apache Tomcat/4.0.3 - Error
report</title><STYLE><!--H1{font-family : sans-serif,Arial,Tahoma;color :
white;background-color : #0086b2;} BODY{font-family :
sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color :
white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE>
</head><body><h1>Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server
Error</h1><HR size="1" noshade><p><b>type</b> Exception
report</p><p><b>message</b> <u>Internal Server
Error</u></p><p><b>description</b> <u>The server encountered an internal error
(Internal Server Error) that prevented it from fulfilling this
request.</u></p><p><b>exception</b> <pre>org.apache.jasper.JasperException: XML
parsing error on file /WEB-INF/struts-bean.tld: Internal Error: File
/javax/servlet/jsp/resources/web-jsptaglibrary_1_1.dtd not found

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>