Re: Apache auth on JBoss 3.2.4

2004-07-02 Thread Nikola Milutinovic
Eulogio Robles wrote: I am migrating an application from Tomcat 4 to JBoss 4.2.4. It is being used from with Apache 2/JK2. However it is failing because request.getRemoteUser() is returning null in some password protected pages. All the auth configuratoion (login and passwords) is based on

Re: Apache auth on JBoss 3.2.4

2004-07-02 Thread Eulogio Robles
There is no jk2.config or jk2.properties file on any JBoss directory. Where should it be located? (Apache does communicate with JBoss over port 8009 for all JSP requests and they are displayed correctly). regards, E. Robles Nikola Milutinovic wrote: Eulogio Robles wrote: I am migrating an

Re: Apache auth on JBoss 3.2.4

2004-07-02 Thread Nikola Milutinovic
Eulogio Robles wrote: There is no jk2.config or jk2.properties file on any JBoss directory. Where should it be located? (Apache does communicate with JBoss over port 8009 for all JSP requests and they are displayed correctly). That exactly IS the problem - I don't know. JBoss has changed

Apache auth on JBoss 3.2.4

2004-07-01 Thread Eulogio Robles
I am migrating an application from Tomcat 4 to JBoss 4.2.4. It is being used from with Apache 2/JK2. However it is failing because request.getRemoteUser() is returning null in some password protected pages. All the auth configuratoion (login and passwords) is based on Apache. The problem was