Sorry, it does work!

However when I add the following lines in my virtual host directive like so:

<VirtualHost 192.168.10.1:80>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /www/servtest/java
    ServerName servtest.intern.delamere.de
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /jboss/
    ErrorLog
/usr/local/apache2.0.35/logs/servtest.intern.delamere.de-error_log
    CustomLog
/usr/local/apache2.0.35/logs/servtest.intern.delamere-access_log common
</VirtualHost>

I get the following error:

Syntax error on line 32 of /usr/local/apache2.0.35/conf/hosts.conf:
Invalid port number (p<1) No "Port" statement found

What am I missing here.  Sorry to bother you further but I could do with
your help.

bye Michael Delamere


----- Original Message -----
From: "Michael Delamere" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 8:55 PM
Subject: Re: Tomcat and Apache 2


> Simon,
>
> first of all, thank you very much for taking up your time in producing
such
> an excellent how-to!!
>
> Secondly, I�m having problems.  Although your information is very clear I
> appear to have problems during the last compile process (or maybe
> earlier??).
>
> After entering the command:
> ----------------------------------------------------------
> ${APACHE_HOME}/build/libtool --silent --mode=link \
>         gcc -shared -o mod_webapp.so -rpath ${APACHE_HOME}/modules \
>         -module -avoid-version -I../include  -L../lib -dlopen
>         ../lib/libwebapp.la  mod_webapp.lo
>     cp mod_webapp.so ${APACHE_HOME}/modules/
> ----------------------------------------------------------
>
> I get the following error and mod_webapp.so does not get created:
> ---------------------------------------------------------
> libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen
> support.
> gcc: cp: No such file or directory
> gcc: mod_webapp.so: No such file or directory
> ----------------------------------------------------------
>
> I know you said that the error message should be ignored but for some
> reason, it�s not creating the mod_webapp.so file.
>
> Thanks for your help,
>
> bye Michael Delamere
>
>
> >
> > ----- Original Message -----
> > From: "Alex Potter" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, April 22, 2002 4:44 PM
> > Subject: Re: Tomcat and Apache 2
> >
> >
> > > Simon
> > >
> > > an excellent document, however, the location of the  mod_webapp
> connector
> > > source is given incorrectly on the web page, I guess the jakarta guys
> > moved
> > > it?
> > >
> > > The correct location is
> > >
> > >
> >
>
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/src/jakar
> > > ta-tomcat-connectors-4.0.2-01-src.tar.gz
> > >
> > > http://makeashorterlink.com/?G22365CB
> > >
> > > HTH
> > >
> > > Alex
> > >
> > >
> > > ----- Original Message -----
> > > From: "Simon Stewart" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, April 22, 2002 3:23 PM
> > > Subject: Tomcat and Apache 2
> > >
> > >
> > > > There have been quite a few posts about how to integrate Apache 2
and
> > > > Tomcat 4, and Jeff Bonevich has posted a HOWTO here, which you may
> > > > have already read.
> > > >
> > > > I've taken the HOWTO, edited it a bit and added some extra notes on
> > > > using Apache, Tomcat and JBoss 3 and put it on a website, because I
> > > > know that this is a hugely frustrating thing to have to work through
> > > > and having something like this might make life that little bit
easier.
> > > >
> > > > If you're interested:
> > > >
> > > > http://www.pubbitch.org/jboss.html
> > > >
> > > > Let me know if you spot any typos ;)
> > > >
> > > > Regards,
> > > >
> > > > Simon
> > > >
> > > > --
> > > > "I've gone through over-stressed to physical exhaustion... what's
> next?"
> > > > "Tuesday" --- Simon Burr & Kyle Hearn
> > > >
> > > > --
> > > > To unsubscribe:
<mailto:[EMAIL PROTECTED]>
> > > > For additional commands:
<mailto:[EMAIL PROTECTED]>
> > > > Troubles with the list:
<mailto:[EMAIL PROTECTED]>
> > > >
> > >
> > >
> > > --
> > > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> > >
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


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

Reply via email to