Per my background using tomcat as JSP Engine for Mid tier, only you need to 
publish the WAR File or install the midtier inside the webapps directory of 
tomcat.

This means to install mid tier under:

apache-directory/tomcat5.5.25/webapps/arsys/

If you do this you'll have the arsys context for application inside the tomcat, 
and you won't need to modify the httpd.conf files or others related to apache 
server (unless you need to make a performance & tunning).

Best regards


Hugo Ruesga 
perotsystems® 
US  972.577.7000
MX +52 (33) 3332.3868
P Please consider the environment before printing this email

The information contained in and transferred with this electronic message is 
intended only for the recipient(s) designated above, it is protected by law and 
it may contain information which is privileged and confidential. If you are not 
the intended recipient, please do not read, copy, or use it, and do not 
disclose it to others. Please notify the sender of the delivery error by 
replying to this message, and then delete it from your system. Thank you.






> Date: Tue, 25 Aug 2009 13:35:48 -0700
> From: [email protected]
> Subject: For midtier/tomcat gurus. Tomcat configuration question
> To: [email protected]
> 
> Hi all,
> I'm trying to install midtier 7.1 on a solaris box with apache 2.2.8 and 
> tomcat 5.5.25. 
> 
> This apache server hosts many instances of tomcat for use besides Remedy and 
> it already has parameters configured that mid-tier install seems to ignore, 
> so it's not working for me. My main tomcat admin is out, so it's not helping 
> much.
> 
> Midtier installer writes this at the end of httpd.conf
> JkWorkersFile /var/tomcat/.../remedy/conf/arsysworker.properties
> JkOptions +ForwardURIEscaped +ForwardURICompatUnparsed
> 
> This doesn't work because there is already a line such as...
> JkWorkersFile /someotherlocation/workers.properties
> 
> ...on httpd.conf and you can't set this property twice.
> 
> The referenced workers.properties file has lines such as this...note that 
> remedy specific lines are at the end...as added by tomcat admin:
> 
> worker.list= ...,atg_lb, art_lb, wind_lb, rtlt_lb, remedy_lb, jkstatus
> 
> ...
> worker.basetemplate.host=localhost
> worker.basetemplate.type=ajp13
> worker.basetemplate.socket_timeout=0
> worker.basetemplate.connection_pool_size=1
> worker.basetemplate.lbfactor=1
> 
> worker.nsdl.reference=worker.basetemplate
> worker.nsdl.port=9988
> worker.nsdl_lb.type=lb
> worker.nsdl_lb.balanced_workers=nsdl
> 
> worker.remedy.reference=worker.basetemplate
> worker.remedy.port=10288
> worker.remedy_lb.type=lb
> worker.remedy_lb.balanced_workers=remedy
> ...
> 
> First issue I see is "remedy" vs. "arsysworker". Looks like I need to have 
> admin change "remedy" to "arsysworker" or on my side...perhaps rename file 
> "arsysworker.properties" as "remedy.properties"? Not sure this will suffice.
> 
> Or, adding the lines in "arsysworker.properties" directly on the existing
> /etc/httpd/conf/workers.properties
> should work?
> 
> If I do that...I can leave httpd.conf alone and just add these contents of 
> "arsysworker.properties" to existing "/etc/httpd/conf/workers.properties"?
> 
> worker.list=arsysWorker1
> worker.arsysWorker1.port=8088
> worker.arsysWorker1.host=localhost
> worker.arsysWorker1.type=ajp13
> 
> Thinking "arsysWorker1" on the first line can be included on the first 
> "worker.list" line of existing workers.properties.
> Second line should go with corrected port number
> Last two can probably go as they are.
> 
> I might have to replace "arsysworker1" with "remedy" to have it work with my 
> tomcat admin's setup.
> 
> Anybody has anything to say about my musings?
> 
> No fun working without much insight into apache/tomcat. I'm blind and just 
> feeling my way around.
> 
> 
>       
> 
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

_________________________________________________________________
Feliz aniversario Messenger!
www.aniversariomessenger.com.mx
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

Reply via email to