Re: How to deploy struts on tomcat

2010-03-13 Thread abhishek jain
Hi Girish, Yes i am using mod_jk , why! is that not efficient, please reply, Also i am gettign the following error at times, "Cannot get a connection, pool error Timeout waiting for idle object" I need to restart tomcat to remove the error, pl. advice, thanks abhishek On Sat, Mar 13, 2010 at 9

Re: How to deploy struts on tomcat

2010-03-13 Thread Girish Naik
Number of sites that give u ant tutorials, you can also have a look @ http://ant.apache.org/manual/ ps: r u using modjk to bridge apache and tomcat? Regards, - Girish Naik Mobile:-+91-09740091638 girish.n...@gmail.com On Sat, Mar 13, 2010

Re: How to deploy struts on tomcat

2010-03-13 Thread abhishek jain
Hi Girish and Pawal, Thanks for the help, the copy and paste worked, the error i am getting is that the code works on :8080 port and not via apache, Some of the code gets delivered by 80 apache though, the one which is supposed to be worked via web.xml like url rewrite. I guess some error with co

Re: How to deploy struts on tomcat

2010-03-11 Thread Girish Naik
I think that for local dev -deployment we can configure tomcat in eclipse (the same should apply for MyEclipse), by telling the eclipse tomcat home location in the workspace preference. This would deploy ur app in the tomcat as context / xml files as u mention in preference. But for QA, prod or re

Re: How to deploy struts on tomcat

2010-03-11 Thread Paweł Wielgus
Hi Abhishek, normaly just copying and pasting war should work on tomcat, i can't remeber if tomcat needs to be restarted or it will discover the war automaticaly - check the tomcat server.xml for that. War is a standard, it doesn't matter if it contains struts or spring application inside. As for m