Yeah i'm running Apache 2, PHP and MySQ.

I tried what you said, but if I remove the 8080 connectors, I can't access to Tomcat main page anymore, even on the PC running it..

Can you explain a bit more?

Jean-François Lebeau

From: Franck Borel <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: First time with Tomcat
Date: Tue, 28 Mar 2006 09:05:22 +0200

Hi Jean-Francois,

in fact that is the most stable version.

> Thanks Konstantin, 1) is now fixed. Is the 5.15 the most stable 5.x version?
>
> And my 2) Could a config issue prevent another PC from connecting or I
> should look for a "firewall and the like" issue ?

As I understand you use Apache and Tomcat in tandem. Now you can add
following entries in you httpd.conf:

<Location /jsp-examples>
        Options None
        AllowOverride None
        Order deny,allow
        Allow from <IP address 1>,<IP address 2>
</Location>

Remove the 8080 Connector from your server.xml.

That's all.

-- Franck





> Thanks for help.
>
> Jean-François Lebeau
>
>
> >From: Konstantin L Kouptsov <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <users@tomcat.apache.org>
> >To: Tomcat Users List <users@tomcat.apache.org>
> >Subject: Re: First time with Tomcat
> >Date: Mon, 27 Mar 2006 21:36:37 -0600
> >
> >
> >
> >
> >Jean-François Lebeau wrote:
> >>Hi,
> >>
> >>I need to create a simple webapp for a course project, I tried to install > >>and configure Tomcat but I got some problems. I hope someone can help me a
> >>bit.
> >>
> >>1) After the installation (on Windows XP), I start Tomcat and go to the
> >>default page (on http://ipadress:8080) but I can't use the Jsp/servlet
> >>examples. I got this error message (sorry, french config) :
> >>Etat HTTP 404 - /jsp-examples/
> >
> >Try installing Tomcat 5.5.15 instead. Worked for me. Examples in 5.5.16 do
> >not work - something is broken. It's a known issue.
> >
> >Konstantin.
> >
> >
> >>2) If I try to connect to Tomcat from an other PC in the lab, it doesn't
> >>work, should I look for a "firewall" issue or a config issue first ?
> >>
> >>Thanks a lot.
> >>
> >>Jean-François Lebeau
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to