simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
hello, i'm running a server with multiple instance of tomcat each instance has some apps deployed accessed with host:port like myhost.com:/app1 myhost.com:/app2 myhost.com:/app3 is there any way to hide the port from users making app URL simpler with keeping multi instance ??? like

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Daniel Mikusa
On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony ahmed.dalat...@gmail.com wrote: hello, i'm running a server with multiple instance of tomcat each instance has some apps deployed accessed with host:port like myhost.com:/app1 myhost.com:/app2 myhost.com:/app3 is there any way to

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 2:13 PM, Daniel Mikusa dmik...@gopivotal.com wrote: On Mar 9, 2014, at 8:08 AM, Ahmed Dalatony ahmed.dalat...@gmail.com wrote: hello, i'm running a server with multiple instance of tomcat each instance has some apps deployed accessed with host:port like

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony ahmed.dalat...@gmail.comwrote: hello, can you help me little more with example or simpler doc i'm new to tomcat config and i don't understand virtual host thank you Ultimately, if you don't want to show the port number to the end

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic neven.cvetko...@gmail.comwrote: Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony ahmed.dalat...@gmail.com wrote: hello, can you help me little more with example or simpler doc i'm new to tomcat config and i don't understand

Stable version

2014-03-09 Thread Gallegos, Alfonso
What is the latest stable version of tomcat? The website shows 8.03 is beta. Thanks Visit us on the Web at mesirowfinancial.com This communication may contain privileged and/or confidential information. It is intended solely for the use of the addressee. If you are not the intended recipient,

RE: Stable version

2014-03-09 Thread Caldarale, Charles R
From: Gallegos, Alfonso [mailto:agalle...@mesirowfinancial.com] Subject: Stable version What is the latest stable version of tomcat? The website shows 8.03 is beta. What does the chart at http://tomcat.apache.org/whichversion.html say? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

Re: The Service Component

2014-03-09 Thread Konstantin Kolinko
2014-03-07 21:21 GMT+04:00 André Warnier a...@ice-sa.com: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Leo, On 3/7/14, 10:44 AM, Leo Donahue wrote: Who uses more than one Service in their server.xml and why? I get that you can have multiple Connectors if

Re: Stable version

2014-03-09 Thread Gallegos, Alfonso
I'm not sure but they sure make things confusing. As far as I read the download page should show the latest stable version which shows 8.03. The page that explains whichversion says 8.03 is beta. - Original Message - From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent:

RE: Stable version

2014-03-09 Thread Caldarale, Charles R
From: Gallegos, Alfonso [mailto:agalle...@mesirowfinancial.com] Subject: Re: Stable version I'm not sure but they sure make things confusing. As far as I read the download page should show the latest stable version which shows 8.03. No, the download pages show all available current

Re: Stable version

2014-03-09 Thread David Kerber
You're correct that it doesn't explicitly say which is the latest stable version, but the description says that 8.x is beta, which would imply that the latest 7.0.x would be the latest stable version, which it is. D On 3/9/2014 11:46 AM, Gallegos, Alfonso wrote: I'm not sure but they sure

Re: NIO connector - connections and threads

2014-03-09 Thread Konstantin Kolinko
2014-03-09 2:08 GMT+04:00 John Smith tomcat.ran...@gmail.com: Sorry, forgot: Tomcat 7.0.42 On Fri, Mar 7, 2014 at 3:59 PM, John Smith tomcat.ran...@gmail.com wrote: The NIO connector has two attributes from the standard HTTP Connector implementation, maxConnections and maxThreads with

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
On Sun, Mar 9, 2014 at 11:29 AM, Ahmed Dalatony ahmed.dalat...@gmail.comwrote: On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic neven.cvetko...@gmail.comwrote: Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony ahmed.dalat...@gmail.com wrote: hello, can you help me

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Ahmed Dalatony
On Sun, Mar 9, 2014 at 7:48 PM, Neven Cvetkovic neven.cvetko...@gmail.comwrote: On Sun, Mar 9, 2014 at 11:29 AM, Ahmed Dalatony ahmed.dalat...@gmail.com wrote: On Sun, Mar 9, 2014 at 5:05 PM, Neven Cvetkovic neven.cvetko...@gmail.comwrote: Ahmed, On Sun, Mar 9, 2014 at 10:14 AM,

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Neven Cvetkovic
Ahmed, On Sun, Mar 9, 2014 at 3:15 PM, Ahmed Dalatony ahmed.dalat...@gmail.comwrote: I'm using win server 2008 running a combination of tomcat 6, tomcat 7, oc4j 10g on different ports the resources you supplied are very handy but they explain accessing http://www.myhost.com:/App1 from

Re: Tomcat7w.exe

2014-03-09 Thread Leo Donahue
On Fri, Mar 7, 2014 at 12:43 PM, Howard W. Smith, Jr. smithh032...@gmail.com wrote: Actually, i hate clicking on things... I use Windows keyboard shortcuts as much as possible. Even when you run the following command, you still get a GUI. Tomcat7w //ES/Tomcat7 Do you Ctrl + Tab your way

Re: Difference between process kill and shutdown

2014-03-09 Thread Akash Jain
kill -15 On Sun, Mar 2, 2014 at 4:42 AM, Mark Thomas ma...@apache.org wrote: On 01/03/2014 12:11, Akash Jain wrote: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective user's tomcat , instead of using

Re: Difference between process kill and shutdown

2014-03-09 Thread Mark Thomas
On 09/03/2014 20:41, Akash Jain wrote: kill -15 On Sun, Mar 2, 2014 at 4:42 AM, Mark Thomas ma...@apache.org wrote: On 01/03/2014 12:11, Akash Jain wrote: On our linux boxes, we have multiple users who run tomcat. Currently we are using process kill commands to kill the respective

Re: Tomcat and Spring Framework

2014-03-09 Thread Terence M. Bandoian
On 3/7/2014 4:45 PM, Leo Donahue wrote: On Fri, Mar 7, 2014 at 3:41 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2014-03-08 2:30 GMT+04:00 Leo Donahue donahu...@gmail.com: Any Spring developers on the list?

Re: simple way to access application in multi instance envirnoment

2014-03-09 Thread Terence M. Bandoian
On 3/9/2014 10:05 AM, Neven Cvetkovic wrote: Ahmed, On Sun, Mar 9, 2014 at 10:14 AM, Ahmed Dalatony ahmed.dalat...@gmail.comwrote: hello, can you help me little more with example or simpler doc i'm new to tomcat config and i don't understand virtual host thank you Ultimately, if you

Re: Tomcat and Spring Framework

2014-03-09 Thread Neven Cvetkovic
On Sun, Mar 9, 2014 at 6:36 PM, Terence M. Bandoian tere...@tmbsw.comwrote: On 3/7/2014 4:45 PM, Leo Donahue wrote: On Fri, Mar 7, 2014 at 3:41 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2014-03-08 2:30 GMT+04:00 Leo Donahue donahu...@gmail.com: Any Spring developers on the

Re: The Service Component

2014-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 3/8/14, 6:30 AM, André Warnier wrote: Leon Rosenberg wrote: Hello Leo, On Fri, Mar 7, 2014 at 6:49 PM, Leo Donahue donahu...@gmail.com wrote: On Fri, Mar 7, 2014 at 9:01 AM, Leon Rosenberg rosenberg.l...@gmail.com wrote:

Tomcat 7 Session Persistence disable not working as expected

2014-03-09 Thread Akash Jain
As documented in https://tomcat.apache.org/tomcat-5.5-doc/config/manager.html#Disable_Session_Persistence, I added the following code piece to disable session persistence in Tomcat 7. Manager pathname= / After this change I can see that SESSIONS.ser is not getting created as

Tomcat 7 Session Persistence disable not working as expected

2014-03-09 Thread Violeta Georgieva
Hi, На понеделник, 10 март 2014 г. Akash Jain akash.delh...@gmail.com написа: As documented in https://tomcat.apache.org/tomcat-5.5-doc/config/manager.html#Disable_Session_Persistence , I added the following code piece to disable session persistence in Tomcat 7. What is the exact version of

Re: Tomcat 7 Session Persistence disable not working as expected

2014-03-09 Thread Akash Jain
Hi Violeta, Its latest version ( 7.0.52 ) On Sun, Mar 9, 2014 at 10:28 PM, Violeta Georgieva violet...@apache.orgwrote: Hi, На понеделник, 10 март 2014 г. Akash Jain akash.delh...@gmail.com написа: As documented in