AW: Connecting Apache to Tomcat

2002-01-29 Thread lars_ake_gentz

hi,

i have no defaultHost Parameter in my config everything else ist the
same -
so i have no more idea - Sorry...
Are you sure that apache ist running correctly???
try http://yourApacheServer there must be a standard site: apacheWebServer
is running...
perhaps you have to look for the file/folder permissions for the /examples
folder

hope this helps you a little...

Lars.

Engine className=org.apache.catalina.connector.warp.WarpEngine
 name=Apache debug=0 appBase=webapps

-Ursprungliche Nachricht-
Von: Cleber Hostalacio de Melo [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 29. Januar 2002 16:45
An: [EMAIL PROTECTED]
Betreff: Connecting Apache to Tomcat


Hi,

I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and
Tomacat 4.0.1

Tomcat are working well with the url:
  http://Myserv:tomcat_port/examples/jsp/index.html

But when I try to access this application from Apache with the
URL:

  http://Myserv/examples/jsp/index.html


I receive the message in my browser:

Forbidden
You don't have permission to access /examples/jsp/index.html on this
server.

The corresponding entries in the Apache logs are:

httpd/logs/access.log:
  GET /examples/jsp/index.html HTTP/1.0 403 301

httpd/logs/error.log:
  [error] [client xxx.xxx.xxx.x] (2)No such file or directory: cannot
read directory for multi: /examples/jsp/

There is no entry in the Tomcat logs which looks like that Apache is not
even trying to
connect to Tomcat.

My configuration files are:

httpd.com

.
ServerName myServer
ServerType standalone
ServerRoot /etc/httpd
..
LoadModule 
LoadModule webapp_module libexec/mod_webapp-1.0-eapi.so
..
AddModule
AddModule mod_webapp.c
..
DocumentRoot /home/myDocs
..
WebAppConnection Tomcat_Apache warp localhost:8008
WebAppDeploy examples Tomcat_Apache /examples/


server.xml

.
Service name=Tomcat_Apache
Connector
  className=org.apache.catalina.connector.warp.WarpConnector
  port=8008 minProcessors=5 maxProcessors=75
  enableLookups=true
  acceptCount=10 debug=0/

  !-- Replace localhost with what your Apache ServerName is set to
--
  Engine className=org.apache.catalina.connector.warp.WarpEngine
   name=Apache defaultHost=myServer debug=0
   appBase=webapps
   .
   /Engine
/Service

Anyone has any idea what could be the problem?

Thanks.



--
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]




Re: AW: Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo

Thanks Lars.

After your sugestion a tried to configure Apache with these directives:

Directory /examples/jsp/
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
/Directory

But I did not suceed on that although I agree with you that
it looks like some problem related to access control.

If you have another sugestion, I´d appreciate.

Cleber.

lars_ake_gentz wrote:

 hi,

 i have no defaultHost Parameter in my config everything else ist the
 same -
 so i have no more idea - Sorry...
 Are you sure that apache ist running correctly???
 try http://yourApacheServer there must be a standard site: apacheWebServer
 is running...
 perhaps you have to look for the file/folder permissions for the /examples
 folder

 hope this helps you a little...

 Lars.

 Engine className=org.apache.catalina.connector.warp.WarpEngine
  name=Apache debug=0 appBase=webapps

 -Ursprungliche Nachricht-
 Von: Cleber Hostalacio de Melo [mailto:[EMAIL PROTECTED]]
 Gesendet: Dienstag, 29. Januar 2002 16:45
 An: [EMAIL PROTECTED]
 Betreff: Connecting Apache to Tomcat

 Hi,

 I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and
 Tomacat 4.0.1

 Tomcat are working well with the url:
   http://Myserv:tomcat_port/examples/jsp/index.html

 But when I try to access this application from Apache with the
 URL:

   http://Myserv/examples/jsp/index.html

 I receive the message in my browser:

 Forbidden
 You don't have permission to access /examples/jsp/index.html on this
 server.

 The corresponding entries in the Apache logs are:

 httpd/logs/access.log:
   GET /examples/jsp/index.html HTTP/1.0 403 301

 httpd/logs/error.log:
   [error] [client xxx.xxx.xxx.x] (2)No such file or directory: cannot
 read directory for multi: /examples/jsp/

 There is no entry in the Tomcat logs which looks like that Apache is not
 even trying to
 connect to Tomcat.

 My configuration files are:

 httpd.com

 .
 ServerName myServer
 ServerType standalone
 ServerRoot /etc/httpd
 ..
 LoadModule 
 LoadModule webapp_module libexec/mod_webapp-1.0-eapi.so
 ..
 AddModule
 AddModule mod_webapp.c
 ..
 DocumentRoot /home/myDocs
 ..
 WebAppConnection Tomcat_Apache warp localhost:8008
 WebAppDeploy examples Tomcat_Apache /examples/

 server.xml

 .
 Service name=Tomcat_Apache
 Connector
   className=org.apache.catalina.connector.warp.WarpConnector
   port=8008 minProcessors=5 maxProcessors=75
   enableLookups=true
   acceptCount=10 debug=0/

   !-- Replace localhost with what your Apache ServerName is set to
 --
   Engine className=org.apache.catalina.connector.warp.WarpEngine
name=Apache defaultHost=myServer debug=0
appBase=webapps
.
/Engine
 /Service

 Anyone has any idea what could be the problem?

 Thanks.

 --
 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]