I got the same error trying running struts-example (latest nightly) on
Orion. However, other apps (struts-template, struts-test) run well for me.
Example seemed loaded on server startup with some extra message about
"...1.0_dtd".
Here's my server startup log...
D:\orion>java -jar orion.jar
New org.apache.struts.example.User
Set org.apache.struts.example.User properties
New org.apache.struts.example.Subscription
Set org.apache.struts.example.Subscription properties
Call org.apache.struts.example.Subscription.setUser(User[username=user,
fullName=John Q. User])
Pop org.apache.struts.example.Subscription
New org.apache.struts.example.Subscription
Set org.apache.struts.example.Subscription properties
Call org.apache.struts.example.Subscription.setUser(User[username=user,
fullName=John Q. User])
Pop org.apache.struts.example.Subscription
Call org.apache.struts.example.DatabaseServlet.addUser(User[username=user,
fullName=John Q. User])
Pop org.apache.struts.example.User
register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jndi://D_/jakarta-struts/webapps/struts-exa
mple/WEB-INF/lib/struts.jar/org/apache/struts/resources/struts-config_1_0.dt
d'
resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN', 'http://jakarta.apache.org/struts/dtds/
struts-config_1_0.dtd')
Resolving to alternate DTD
'jndi://D_/jakarta-struts/webapps/struts-example/WEB-INF/lib/struts.jar/org/
apache/struts/re
sources/struts-config_1_0.dtd'
Orion/1.2.9 initialized
register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jndi://D_/jakarta-struts/webapps/struts-exa
mple/WEB-INF/lib/struts.jar/org/apache/struts/resources/struts-config_1_0.dt
d'
resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN', 'http://jakarta.apache.org/struts/dtds/
struts-config_1_0.dtd')
Resolving to alternate DTD
'jndi://D_/jakarta-struts/webapps/struts-example/WEB-INF/lib/struts.jar/org/
apache/struts/re
sources/struts-config_1_0.dtd'
register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jndi://D_/jakarta-struts/webapps/struts-exa
mple/WEB-INF/lib/struts.jar/org/apache/struts/resources/struts-config_1_0.dt
d'
resolveEntity('-//Apache Software Foundation//DTD Struts Configuration
1.0//EN', 'http://jakarta.apache.org/struts/dtds/
struts-config_1_0.dtd')
Resolving to alternate DTD
'jndi://D_/jakarta-struts/webapps/struts-example/WEB-INF/lib/struts.jar/org/
apache/struts/re
sources/struts-config_1_0.dtd'
Kevin
-----Original Message-----
From: Seth Ladd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 8:54 AM
To: [EMAIL PROTECTED]
Subject: RE: Problems with example app, and cookie & match tests, in
WebLogic 5.1
>the mail-archieve is crowded with Struts / Weblogic problems.
>WL seems to have different problems with Struts.
>As I've switched over to Orion Appserver, I've never had the same problems
>again.
That's very interesting... when I tried the latest nightly build of struts
w/ Orion 1.4.0, I still get the "Can't find resource MESSAGE" error. I am
deploying struts-example.war as a webapp, loading it on startup, and having
Orion expand it. struts-example does in fact have struts.jar in its lib. I
would think that all I have to do to get the struts-example.war to work is
point to it w/ orion's application.xml and default-web-site.xml, but I keep
getting the "Can't find resource MESSAGE" error.
Is there a trick I'm missing?
Thanks,
Seth
ps I tried the fix for Orion from the INSTALL but that didn't seem to work.