You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pier Fumagalli <pi...@betaversion.org> on 2001/11/14 16:06:31 UTC

Re: Major (guru mode) help required

On 14/11/2001 03:46 pm, "raj" <ra...@clarologic.com> 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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Major (guru mode) help required

Posted by raj <ra...@clarologic.com>.
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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Major (guru mode) help required

Posted by Pier Fumagalli <pi...@betaversion.org>.
On 14/11/2001 05:01 pm, "raj" <ra...@clarologic.com> 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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Major (guru mode) help required

Posted by raj <ra...@clarologic.com>.
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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>