Jon,

That did something.  Before when I was starting my server, the console
read:

-------------------------------------------------------------------------

Starting service Tomcat-Standalone
Apache Tomcat/4.0-b6
Starting service Tomcat-Apache
Apache Tomcat/4.0-b6

--------------------------------------------------------------------------

Now the console shows:

------------------------------------------------------------------------------------------

A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL
relocation target' has occurred in :
'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.
Please report this error in detail to
http://java.sun.com/cgi-bin/bugreport.cgi

Starting service Tomcat-Standalone
Apache Tomcat/4.0-b6
register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jar:file:/C:/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/org/apache/struts/resources/struts-config_1_0.dtd'
register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
'jar:file:/C:/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/org/apache/struts/
resources/web-app_2_2.dtd'
register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN',
'jar:file:/C:
/Tomcat/bin/../webapps/struts-example/WEB-INF/lib/struts.jar!/org/apache/struts/
resources/web-app_2_3.dtd'
register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jar
:file:/C:/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apache/
struts/resources/struts-config_1_0.dtd'
register('-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN',
'jar:file:/C:
/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apache/struts/re
sources/web-app_2_2.dtd'
register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN',
'jar:file:/C:
/Tomcat/bin/../webapps/struts-blank/WEB-INF/lib/struts.jar!/org/apache/struts/re
sources/web-app_2_3.dtd'
Starting service Tomcat-Apache
Apache Tomcat/4.0-b6

------------------------------------------------------------------------------------------

When the index.jsp page for the struts-example application attempts to
load, it seems to get caught in a loop..  Still no joy, but at least
something different is happening.

Thanks,
Brian




                                                                                       
                            
                    "Jon Brisbin"                                                      
                            
                    <brisbin@ipa.        To:     <[EMAIL PROTECTED]>      
                            
                    net>                 cc:     "Chuck Amadi" 
<[EMAIL PROTECTED]>                     
                                         Subject:     Re: Baisc q 2 Cannot find 
message resources u/key -          
                    07/24/2001                                                         
                            
                    10:02 AM                                                           
                            
                    Please                                                             
                            
                    respond to                                                         
                            
                    struts-user                                                        
                            
                                                                                       
                            
                                                                                       
                            




> Hi, there only promlem is that i am not running tomcat 4.

i know that... :-)  ok...let's try this worded a different way:

the problem is an xml parser issue, as this question has come up a lot
lately and i got my own servlet container to work by carefully analyzing
where and when my xml parsers were getting loaded...

your solution will *obviously* be different, but the problem seems to come
from classloading of xml parsers...you'll of course need to look through
your lib directories and make sure no other jaxp or crimson parsers are
there, replacing them with xerces 1.3.1 (1.4.1 will also give some issues
with some containers, specifically tomcat)...

i was only using my solution as an *example* of how everyone having this
problem can analyze their own servlet container to help fix the problem.  i
was getting pretty irritated because NO ONE was helping me fix this
problem,
or even offering constructive advice on the deeper issue i knew it had to
be...one deeper than just making sure my config files were accurate...

it's something worth trying, anyway...

jb






Reply via email to