I tried that but it doesn't work. I am pasting the http.conf and
workers.properties here, please help.

Below is the addition to my http.conf file in apache conf dir.
*******************************************************************
LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
Alias /pbcportal
D:/Program_Files/jakarta-tomcat-5.0.28/webapps/pbcportal
<Directory "D:/Program_Files/jakarta-tomcat-5.0.28/webapps/pbcportal/">
        Options Indexes +FollowSymLinks
      AllowOverride None
      Allow from all
</Directory>
JkMount /pbcportal/*.jsp example
**********************************************************************

Workers.properties in the conf dir of apache

workers.tomcat_home=D:/Program_Files/jakarta-tomcat-5.0.28
workers.java_home=D:/Program_Files/j2sdk1.4.2_10
# Define worker 'example'
worker.list=example
# Set properties for worker 'example' (ajp13)
worker.example.type=ajp13
worker.example.host=localhost
worker.example.port=8009
worker.example.cachesize=10
worker.example.cache_timeout=600
worker.example.socket_keepalive=1
worker.example.reclycle_timeout=300





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, April 10, 2006 1:08 PM
To: 'Jetspeed Users List'
Subject: RE: Accessing Portal with Apache webserver in front of tomcat
doent work

Hi,

I think that you havenot configure the JK2 to let apache passthought the
servlet request to tomcat.
Commonly, it is a configration file named as "jk2.properties" in the
conf
folder of apache root.
Something like below should be added to the jk2.properties file.
[uri:/jetspeed2/portal/*]
[uri:/jetspeed2/login/*]
...
Hop be helpfule.

David

-----Original Message-----
From: Parambathu Kandy, Yasser Arafat (Cognizant)
[mailto:[EMAIL PROTECTED]
Sent: Monday, April 10, 2006 2:57 PM
To: Jetspeed Users List
Subject: Accessing Portal with Apache webserver in front of tomcat doent
work


hi


I have been using jetspeed 2 for the past three months. The application
development is complete. Thanks a lot for all the help.

Now, I am facing a problem during deployment. My production environment
consists of tomcat and an Apache Web server in front of it.

Problem 1: I configured tomcat with apache. I have no problem in
accessing a
normal web application, but when i access the portal, it gives me the
folder
listings (All foders under webapps/pbcportal). Its not picking up the
index.jsp given in the welcome-list attribute of web.xml. Is there any
other
way?


Problem 2: Anyway I explicitly typed index.jsp in the url to get the
default
page. But clicking on any action on any portlet gives me an error "Page
cannot be displayed".


Please help,


Regards,

Yasser



This e-mail and any files transmitted with it are for the sole use of
the
intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by
reply
e-mail and destroy all copies of the original message. Any unauthorized
review, use, disclosure, dissemination, forwarding, printing or copying
of
this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com


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


This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly
prohibited and may be unlawful.

  Visit us at http://www.cognizant.com

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

Reply via email to