Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache / Weblogic Plugin Issue.

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Webdav problem editing source on server  
Author Message
vlad.shafir

External


Since: Aug 18, 2005
Posts: 2



(Msg. 1) Posted: Thu Aug 18, 2005 10:34 am
Post subject: Apache / Weblogic Plugin Issue.
Archived from groups: alt>apache>configuration (more info?)

Greetings,

I am trying to install Apache that is configured with several virtual
domains.
When a request comes in, based on the domain name, it will be forwared
to the appropriate instance of Weblogic server.

I am running Apache 2.0.53, Weblogic 8.1 on Windows XP SP 2.

Here is my problem: Apache server won't start up. When I look at the
event viewer I see this:

The Apache service named reported the following error:
>>> Syntax error on line 173 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: .

followed by this

The Apache service named reported the following error:
>>> Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.so into server: Access is denied.


This is my httpd.conf:


LoadModule weblogic_module modules/mod_wl_20.so

....

NameVirtualHost aruba.test.com
<VirtualHost aruba.test.com>
DocumentRoot "C:/test/host1"
ServerName localhost:80
<IfModule mod_weblogic.c>
<Location /weblogic>
SetHandler weblogic-handler
WebLogicHost localhost
WebLogicPort 7101
MatchExpression *
</Location>
</IfModule>
</VirtualHost>

<VirtualHost arubatest.test.com>
DocumentRoot "C:/test/host2"
ServerName localhost:80
<IfModule mod_weblogic.c>
SetHandler weblogic-handler
WebLogicHost localhost
WebLogicPort 7102
MatchExpression *
</IfModule>
</VirtualHost> <IfModule mod_weblogic.c>


Could someone please tell me what I am doing wrong?
When I run

Apache -t , I get:

Syntax ok

Apache -l , I get:

Compiled in modules:
core.c
mod_win32.c
mpm_winnt.c
http_core.c
mod_so.c




Thanks in advance.

-Vlad.

 >> Stay informed about: Apache / Weblogic Plugin Issue. 
Back to top
Login to vote
Jean

External


Since: Aug 19, 2005
Posts: 2



(Msg. 2) Posted: Thu Aug 18, 2005 6:55 pm
Post subject: Re: Apache / Weblogic Plugin Issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

vlad.shafir DeleteThis @gmail.com a écrit :
> Greetings,
>
> I am trying to install Apache that is configured with several virtual
> domains.
> When a request comes in, based on the domain name, it will be forwared
> to the appropriate instance of Weblogic server.
>
> I am running Apache 2.0.53, Weblogic 8.1 on Windows XP SP 2.
>
> Here is my problem: Apache server won't start up. When I look at the
> event viewer I see this:
>
> The Apache service named reported the following error:
>
>>>>Syntax error on line 173 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: .
>
>
> followed by this
>
> The Apache service named reported the following error:
>
>>>>Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_wl_20.so into server: Access is denied.
>
>
>
> This is my httpd.conf:
>
>
> LoadModule weblogic_module modules/mod_wl_20.so
>
> ...
>
> NameVirtualHost aruba.test.com
> <VirtualHost aruba.test.com>
> DocumentRoot "C:/test/host1"
> ServerName localhost:80
> <IfModule mod_weblogic.c>
> <Location /weblogic>
> SetHandler weblogic-handler
> WebLogicHost localhost
> WebLogicPort 7101
> MatchExpression *
> </Location>
> </IfModule>
> </VirtualHost>
>
> <VirtualHost arubatest.test.com>
> DocumentRoot "C:/test/host2"
> ServerName localhost:80
> <IfModule mod_weblogic.c>
> SetHandler weblogic-handler
> WebLogicHost localhost
> WebLogicPort 7102
> MatchExpression *
> </IfModule>
> </VirtualHost> <IfModule mod_weblogic.c>
>
>
> Could someone please tell me what I am doing wrong?
> When I run
>
> Apache -t , I get:
>
> Syntax ok
>
> Apache -l , I get:
>
> Compiled in modules:
> core.c
> mod_win32.c
> mpm_winnt.c
> http_core.c
> mod_so.c
>
>
>
>
> Thanks in advance.
>
> -Vlad.
>

Try use apache -S to verify your virtual host config
Try to remove <IfModule mod_weblogic.c> after your last </VirtualHost>

 >> Stay informed about: Apache / Weblogic Plugin Issue. 
Back to top
Login to vote
vlad.shafir

External


Since: Aug 18, 2005
Posts: 2



(Msg. 3) Posted: Tue Aug 23, 2005 7:49 am
Post subject: Re: Apache / Weblogic Plugin Issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache Weblogic plugin configuration. - Hi, Here is my configuration. Client <------> Apache <-------> Weblogic I want to achieve state when all requests will be transfered thru Apache to application server. I manage to configure this for http requests using mentioned Weblogic Apa...

Weblogic Plugin - Hello All I have installed the weblogic plugin on the Apache server. I have configured the above: <IfModule mod_weblogic.c> WebLogicHost myhost.mydomain.com WebLogicPort 4001 MatchExpression *.jsp </IfModule> <Location /myapp> ...

Reverse Apache 2.46 SSL Proxy w/ Weblogic 7.0 sp4 - Am a newbie to Apache 2.xx. I am trying to set up a reverse SSL proxy for my weblogic server (7.x sp4) on a Redhat Linux 2.1AS server. I have been successful in setting up a non-ssl reverse proxy service but have been unsucessful with SSL reverse..

Compiling Apache 2.0.48 for BEA WebLogic Server on Solaris 9 - While attempting to let Apache 2.0.48 and BEA WebLogic Server communicate peacefully (on a Sun Solaris 9 server) we encounter the following error when starting Apache: Syntax error on line 1088 of /usr/local/apache2/conf/httpd.conf: Cannot load..

Problem: apache plugin initialises statics twice - I work on a large Apache plugin for an Internet Bank. Logging shows that many or all static objects in the plugin are being initialised twice at startup time. The platform is C++, AIX Unix, using the vaccp compiler. The plugin is built as a shared..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]