please display applicable ajp entries in httpd.conf e.g.
/*********httpd.conf*********/
JkMount /*.jsp ajp13

# enter the full path to the tomcat webapps directory
JkAutoAlias F:/TOMCAT/APACHE~1.17/webapps

JkWorkerProperty worker.list=ajp13
JkWorkerProperty worker.loadbalancer.type=lb
JkWorkerProperty worker.loadbalancer.balanced_workers=ajp13

JkWorkerProperty worker.ajp13.type=ajp13
JkWorkerProperty worker.ajp13.host=localhost
JkWorkerProperty worker.ajp13.port=8009  

#when mount file (conf/worker.properties) is changed JK will reload content
JkMountFile conf/workers.properties
/*********end httpd.conf*********/

and please display contents of %TOMCAT_HOME%/conf/workers.properties

Martin
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 




> Date: Fri, 2 Jan 2009 05:56:51 -0800
> From: david.cor...@silicetelecom.com
> To: users@tomcat.apache.org
> Subject: Re: Problem loading jsp pages
> 
> 
> More information (response to user awarnier):
> 
> Hello awarnier, thank you very much for your detailed response:
> 
> 1) I'm accessing Tomcat via http://machine_ip/ so, its through apache.
> 
> 2) At the bottom of the error pages (the 500 Internal Server Error), the
> following can be found:
> Apache/2.2.3 (Debian) mod_jk/1.2.27 Server at 62.175.253.142 Port 80
> 
> 3) I've had a look at both apache2 & tomcat logs, and it just throws nothing
> after I reproduce the error. Catalina is set on debug mode, and I having a
> look at it, I only find DEBUG entries, not ERROR ones.  Do you know if there
> is a way to increase verboseness on the errors shown on the browser to debug
> that error 500 a little more?
> 
> I'm using tomcat apache-tomcat-5.5.17 & apache2 2.2.3-4+etch6. The mod_jk
> connector is the latest version download from the official website.
> 
> 4) I'm affraid I can't connect to tomcat via 8080, since we'r all
> firewalled. Anyways, I assume its working correctly since its redirecting
> data to port 80, and its displaying fine. Guess mod_jk conector is working
> as intended.
> 
> Thanks a lot for your time awarnier.
> 
> -- 
> View this message in context: 
> http://www.nabble.com/Problem-loading-jsp-pages-tp21251663p21251678.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

_________________________________________________________________
It’s the same Hotmail®. If by “same” you mean up to 70% faster.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008

Reply via email to