Here is the connector line for HTTP
<Connector className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="5" maxProcessors="75"
Make sure the tag is closed !
<connector className="org.apache.catalina.connector.http.HttpConnector" port="8080" minProcessors="5" maxProcessors="75" acceptCount="10%" />
Here is the line for the AJP connector:
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" debug="0"/>
This one looks good to me; Check your log file if you still have issues.
Please let me know if this is correct...
Thanks...Allen
-----Original Message----- From: Rapha�l Luta [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 3:01 PM To: Jetspeed Users List Subject: Re: Jetspeed within a HTTP Server/Tomcat Config
Le 6 avr. 04, � 17:35, Wilson, Allen a �crit :
Michael...
Thanks for the reply...
It still has the same thing going on....both the HTTP server and Tomcat
start but I can only reach the Tomcat information if I supply the port.
http://myserver.com - gets me the HTTP server page
http://myserver.com/portal - (try to reference jetspeed gets me an error)
http://myserver.com:8009/portal - gets me Jetspeed...
You probably have misconfigured your Tomcat and modified the HTTP connector rather than the ajp13 connector. You should *not* get anythin useful when you connect directly to the ajp13 port. Check carefully the className of the connector you're modifying.
Allen
-- Rapha�l Luta - [EMAIL PROTECTED] Apache Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/
-----Original Message----- From: Echlin, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 7:50 AM To: 'Jetspeed Users List' Subject: RE: Jetspeed within a HTTP Server/Tomcat Config
Hi,
You have to use an ajp13 rule and set up the tomcat server to respond to it. This is from the httpd.conf <IFModule mod_jk.c> JkWorkersFile /tmp/workers.properties JkLogFile /tmp/mod_jk.log JkLogLevel debug JkMount /jetspeed/* ajp13 JkMount /vqwiki-2.4.0/* ajp13 </IFModule> Create a workers.conf file with worker.list=ajp13 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.port=8009 ps=/
and add this to your tomcat4 server.xml file <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" debug="0"/>
Mike.
-----Original Message----- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: April 2, 2004 6:27 PM To: Jetspeed Users List Subject: Jetspeed within a HTTP Server/Tomcat Config
Good Afternoon....
Has anyone implemented Jetspeed in an environment where you have Apache
and Tomcat working together? If so, how do you config the Apache Server
to deal with the Jetspeed mapping?
For example, the URL for requesting a new Jetspeed account is http://yourserver.com/portal/portal/template/NewAccount but when working within the Apache/Tomcat mix...this URL fails.
Any help would be appreciated...
Allen This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited.
--------------------------------------------------------------------- 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]
This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.
--------------------------------------------------------------------- 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]
