You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by S D <su...@yahoo.com> on 2003/11/12 11:40:48 UTC

Re: [users@httpd] Apache-Weblogic plug-in problem ... is is possible to check if a is working

Hi,
I've specified the following in httpd.conf:
<Location /weblogic>
    SetHandler weblogic-handler
</Location>

This should cause Apache server to forward all
requests starting with /weblogic to the
weblogic-handler plug-in.

Howver, on accessing a URL like 
http://host/weblogic/index.html , I get the error '400
: file not found.'
In Apache's error.log, I see :
"File does not exist:
C:/apache/apache/htdocs/weblogic/ 
"

Is there any way to check if the 'handler' for a
'Location' is working correctly ?

Thanks,
S

--- Robert Andersson <ro...@profundis.nu> wrote:
> S D wrote:
> > "Test the Apache plug-in by opening a browser and
> > setting the URL to the Apache Server +
> "/weblogic/",
> > which should bring up the default WebLogic Server
> HTML
> > page, welcome file, or default servlet, as defined
> for
> > the default Web Application on WebLogic Server.
> For
> > example:
> >
> > http://myApacheserver.com/weblogic/".
> >
> > For my server, 'http://localhost/weblogic/' - I
> get a
> > "404 : file not found" error.
> 
> What does Apache's error log have to say about the
> incident?
> 
> I have never used WebLogic, so I cannot say what
> steps you must take. But,
> common sense says that somehow you must associate
> the location /weblogic
> with it, probably with some sort of proxying. If
> WebLogic somehow
> automagically modified your httpd.conf, see if you
> can find any
> configuration regarding this location (/weblogic).
> 
> Regards,
> Robert Andersson
> 
> 
>
---------------------------------------------------------------------
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> users-unsubscribe@httpd.apache.org
>    "   from the digest:
> users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail:
> users-help@httpd.apache.org
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Apache 1.3 - Plug-in required for WL 7 on Windows

Posted by S D <su...@yahoo.com>.
Hi,

We need Apache *1.3* plug-in for WL 7 on _Windoze_.

The BEA WL installation doesn't contain the plug-in
for Windows, only Unix versions.

Any pointers from where I can get the same ?

Thanks,
S

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache-Weblogic plug-in problem ... is is possible to check if a is working

Posted by S D <su...@yahoo.com>.
Problem is solved.
I had missed out the 'PathTrim' parameter required for
plug-in. (WL docs problem ... doesn't specify this
param's requirement clearly)

Thanks a lot,
SD

--- Robert Andersson <ro...@profundis.nu> wrote:
> S D wrote:
> > I've specified the following in httpd.conf:
> > <Location /weblogic>
> >     SetHandler weblogic-handler
> > </Location>
> 
> Ok...
> 
> > This should cause Apache server to forward all
> > requests starting with /weblogic to the
> > weblogic-handler plug-in.
> 
> Yes. However, internally "SetHandler handlers" do
> not register themselves,
> so Apache does not forward them to any particular
> module because of this
> directive. Rather, the module "catch" the request.
> Well... nevermind :)
> 
> > Howver, on accessing a URL like
> > http://host/weblogic/index.html , I get the error
> '400
> > : file not found.'
> 
> Um, error 400? That is Bad Request. Did you mean
> 404?
> 
> I have to ask, is the module loaded properly? Do you
> have mod_weblogic.so
> (or whatever) in the LoadModule list?
> 
> Are you running Apache 1.3 or 2.0?
> 
> Regards,
> Robert Andersson
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache-Weblogic plug-in problem ... is is possible to check if a is working

Posted by Robert Andersson <ro...@profundis.nu>.
S D wrote:
> I've specified the following in httpd.conf:
> <Location /weblogic>
>     SetHandler weblogic-handler
> </Location>

Ok...

> This should cause Apache server to forward all
> requests starting with /weblogic to the
> weblogic-handler plug-in.

Yes. However, internally "SetHandler handlers" do not register themselves,
so Apache does not forward them to any particular module because of this
directive. Rather, the module "catch" the request. Well... nevermind :)

> Howver, on accessing a URL like
> http://host/weblogic/index.html , I get the error '400
> : file not found.'

Um, error 400? That is Bad Request. Did you mean 404?

I have to ask, is the module loaded properly? Do you have mod_weblogic.so
(or whatever) in the LoadModule list?

Are you running Apache 1.3 or 2.0?

Regards,
Robert Andersson


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org