Ok, I solved it. Yehaa!!;)
The trick was to add another url-pattern for the root context. One would think
that the /* would suffice but it needs to be
specified as / to work.
Best of luck to you all
/Stefan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
This problem is really bothering me. I have posted a similar message in the
jakarta.tomcat mailing list, but no one seem to hava a solution.
I haven't tried it yet (dont´t know if it should work anyway), but I think
maybe I have to put a security domain around the application and enforce all
c
No I don´t have a form login in this webapp.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884992#3884992
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884992
---
Can't get ssl redirection to work properly
Posted by: Stefan Nilsson on July 04, 2005 @ 09:21 AM
Hi!
I am running Jboss 4.0.1 and I have an application.ear called pds running on
it. To access the application you simple write "http://adress:8080/pds";
Now I wanted to enable ssl on the webapp.war