Re: Major (guru mode) help required

2001-11-15 Thread raj

Sorry, this was a major boo boo on my part.
I had JDBC realm turned on for the standalone service but not the 
Tomcat-Apache service.
It all hangs together now.

PS: Though I have described the web application Contexts within the 
standalone service, I can
still access them when going through the Tomcat-Apache service. Is 
this normal or should
I really be describing these again with the Tomcat-Apache service.

Cheers
-raj

Of course on the browser, I only get my Error.jsp displayed, (no HTTP
errors there).


Without the specific error happening, it's impossible to know what's going
on. Sorry.

Pier



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Major (guru mode) help required

2001-11-14 Thread raj

I finally got Apache and Catalina to speak to each other when running on 
separate machines
(I had not set ServerName in Apache initially and hence it was failing - 
earlier post: Catalina  Apache on different machines)

But now I have reached another major hurdle.

All request to non-secure servlets is being passed on by Apache to 
Catalina.

But for servlets that have FORM authentication defined, Catalina sends 
back the Login page (via Apache)
but seems to lose the original request.

In other words, when the user id and passwords are typed it always 
redirects to the Error page.

Hence The Question:

Will authentication (especially FORM) NOT work if Catalina and Apache 
were to run on two different machines.
Has anyone had any experience on this?

Any help would be much appreciated. Muchas gracias.

Cheers
-raj





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Major (guru mode) help required

2001-11-14 Thread Pier Fumagalli

On 14/11/2001 03:46 pm, raj [EMAIL PROTECTED] wrote:

 Will authentication (especially FORM) NOT work if Catalina and Apache
 were to run on two different machines.
 Has anyone had any experience on this?
 
 Any help would be much appreciated. Muchas gracias.

What error are you observing ??? (HTTP error code?)

Pier


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Major (guru mode) help required

2001-11-14 Thread raj

Hi Pier,

Thanks for replying.

I set debug=99 on WarpConnector, and my apache_log.2001-11-14.txt comes 
up with
the following:


2001-11-14 16:38:21 WarpEngine[Apache]: Mapping request
2001-11-14 16:38:21 WarpHost[domainname]: Mapping request for Host
2001-11-14 16:38:21 WarpEngine[Apache]: Mapping request
2001-11-14 16:38:21 WarpHost[domainname]: Mapping request for Host
2001-11-14 16:38:21 StandardContext[/weblogin]: Mapping 
contextPath='/weblogin' with requestURI='/weblogin/LoginForm.jsp
' and relativeURI='/LoginForm.jsp'
2001-11-14 16:38:21 StandardContext[/weblogin]: Decoded 
relativeURI='/LoginForm.jsp'
2001-11-14 16:38:21 StandardContext[/weblogin]:   Trying exact match
2001-11-14 16:38:21 StandardContext[/weblogin]:   Trying prefix match
2001-11-14 16:38:21 StandardContext[/weblogin]:   Trying extension match
2001-11-14 16:38:21 StandardContext[/weblogin]:  Mapped to servlet 'jsp' 
with servlet path '/LoginForm.jsp' and path inf
o 'null' and update=true

.
.

Of course on the browser, I only get my Error.jsp displayed, (no HTTP 
errors there).

Cheers
-raj

Will authentication (especially FORM) NOT work if Catalina and Apache
were to run on two different machines.
Has anyone had any experience on this?

Any help would be much appreciated. Muchas gracias.


What error are you observing ??? (HTTP error code?)

Pier




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Major (guru mode) help required

2001-11-14 Thread Pier Fumagalli

On 14/11/2001 05:01 pm, raj [EMAIL PROTECTED] wrote:

 Of course on the browser, I only get my Error.jsp displayed, (no HTTP
 errors there).

Without the specific error happening, it's impossible to know what's going
on. Sorry.

Pier


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]