----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Thanks for the reply, I got it working last night. In reference to your
question, how do you know the port isn't working? If your trying to do
something like the following - http://localhost:8007/servlet/Hello -- Don't,
my understanding is the webserver needs to talk to the jserver on that port,
not the client. If your running a Unix based system, then do the following
on the machine that the server is running on, netstat -a|grep <port number>
you should see a listen on the port that it's configured for.
Ed
Rick wrote:
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Ed Robbins wrote:
>
> > I'm having a problem compiling Jserv as a DSO with Apache 1.3.12. The
> > problem has to do with the --with-apxs config statement. When I try to
> > configure Jserv with the following line,
> > --with-apxs=/usr/local/apache/bin/apxs, the script complains that it
> > can't find apxs and thus needs the path to the apache source to include
> > it in the apache build.
> >
> > The path is a valid path to apxs and it always fails. Any ideas?
>
> i had exactly this symptom, for an embarassing reason -- i had neglected
> to configure Apache with both --enable-rule=SHARED_CORE and
> --enable-module=so. doubt that's your situation, but ya may as well
> check.
>
> rw
>
> ps: since i'm here, i'll restate a previous question: has anyone had
> success with getting JServ/ajvp11 to operate on a port other than 8007? i
> have a production server using 8007, and a test server trying to use
> another port. when the test server comes up, neither server works.
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]