On Jun 17, 2009, at 5:05 AM, Giuseppe Orsino wrote:
The problem in email below appear because it just missing ant-
laucher.jar
file.
Now, when I start Tomcat there is no error but I can't access to /
openejb.
I get HTTP Status 403 error page containing the description "Access
to the
specified resource () has been forbidden." when visiting
http://mydomain.com:8080/openejb
I removed webapps/openejb/META-INF/context.xml file and webapps/
openejb.war
but nothing changed.
Same version and configuration:
- OpenEJB 3.1.1
- Tomcat 5.5.20
- Java JRE 1.6.0_13-b03
- Operating System is openSUSE 10.3
Do you have any idea ?
I think I know what it is. If I recall correctly, Tomcat copies the
file into conf/Catalina/localhost/<appname>.xml and from then on
ignores the context.xml in the app -- even when you delete the one in
the app. I have no idea why they do that, but it's very strange.
Going to add a note about this in the Tomcat page of our site.
-David