|
|
| Christian Zimmermann 2004-04-22, 12:33 pm |
| Hi @all
I installed Apache 2.0.49 on a Freebsd 4.9 stable machine.
Everything works fine.
I tried to configure my apache for wps and included the following lines
LoadModule was_ap20_module modules/mod_was_ap20_http.so
WebSpherePluginConfig /usr/local/apache2/conf/plugin-cfg.xml
I also copyed the neede lib's in my /usr/lib directory.
When I want to start my apache server I allways get the following error
web3# ./apachectl start
Bad system call (core dumped)
Does anyone have an idea what is going wrong here?
TIA
Cu
Christian
| |
| Aaron W Morris 2004-04-22, 2:33 pm |
|
Christian Zimmermann wrote:
> Hi @all
>
> I installed Apache 2.0.49 on a Freebsd 4.9 stable machine.
> Everything works fine.
>
> I tried to configure my apache for wps and included the following lines
>
> LoadModule was_ap20_module modules/mod_was_ap20_http.so
> WebSpherePluginConfig /usr/local/apache2/conf/plugin-cfg.xml
>
> I also copyed the neede lib's in my /usr/lib directory.
> When I want to start my apache server I allways get the following error
>
> web3# ./apachectl start
> Bad system call (core dumped)
>
> Does anyone have an idea what is going wrong here?
> TIA
>
> Cu
> Christian
There are no WebSphere Apache plugins for FreeBSD. You are trying to
load a module compiled for a different OS/architecture.
If I remember correctly, one of the BSD has executable binary
compatibility with Linux (if installed), but that would probably require
Apache compiled under Linux.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
| |
| Sunit Patke 2004-04-22, 2:33 pm |
| Is Freebsd 4.9 supported by WebSphere?
Sunit
"Christian Zimmermann" <c.zimmermann@virtuelle-apotheke.de> wrote in message
news:c68q99$36o$1@news-in.kamp.net...
> Hi @all
>
> I installed Apache 2.0.49 on a Freebsd 4.9 stable machine.
> Everything works fine.
>
> I tried to configure my apache for wps and included the following lines
>
> LoadModule was_ap20_module modules/mod_was_ap20_http.so
> WebSpherePluginConfig /usr/local/apache2/conf/plugin-cfg.xml
>
> I also copyed the neede lib's in my /usr/lib directory.
> When I want to start my apache server I allways get the following error
>
> web3# ./apachectl start
> Bad system call (core dumped)
>
> Does anyone have an idea what is going wrong here?
> TIA
>
> Cu
> Christian
| |
| Juanma Martinez 2004-04-22, 5:33 pm |
| In article <c68q99$36o$1@news-in.kamp.net>, c.zimmermann@virtuelle-
apotheke.de says...
> I installed Apache 2.0.49 on a Freebsd 4.9 stable machine.
> Everything works fine.
>
>
Check WebSphere supported platforms at:
http://www-306.ibm.com/software/web...est/prereq.html
--
Juanma Martinez
| |
| Aaron W Morris 2004-04-23, 8:33 pm |
|
Christian Zimmermann wrote:
> Hi @all
>
> I installed Apache 2.0.49 on a Freebsd 4.9 stable machine.
> Everything works fine.
>
> I tried to configure my apache for wps and included the following lines
>
> LoadModule was_ap20_module modules/mod_was_ap20_http.so
> WebSpherePluginConfig /usr/local/apache2/conf/plugin-cfg.xml
>
> I also copyed the neede lib's in my /usr/lib directory.
> When I want to start my apache server I allways get the following error
>
> web3# ./apachectl start
> Bad system call (core dumped)
>
> Does anyone have an idea what is going wrong here?
> TIA
>
> Cu
> Christian
If you insist on using FreeBSD, you can use mod_proxy to forward the
requests to the application server instead of using the WAS plugin.
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
|
|
|
|