Re: "High Level" question. Managing dynamic vhost deployments...

2012-04-26 Thread Jordan Michaels
Dave, I don't know if this will help you, but I've done some work in this area that you may find useful. In my case, I needed a way to create a Tomcat context based on sites that are already configured in Apache. This way, a client could use a control panel to create sites in Apache, and the

RE: "High Level" question. Managing dynamic vhost deployments...

2012-04-26 Thread Caldarale, Charles R
> From: Dave Shevett [mailto:shev...@homeport.org] > Subject: "High Level" question. Managing dynamic vhost deployments... > I'd like to be able to 'spin up' a vhost on the fly, > without restarting tomcat. Look at the host-manager (not the manager) webapp that comes bundled with real Tomcat di

Long timeout after aborted upload

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I have Tomcat 7.0.27 fronted with Apache httpd 2.2 using mod_jk 1.2.35. We have a new feature to upload images into our webapp. It uses Struts 1.3's multipart form parser to actually get the bits from the request. It's got a feature where you ca

"High Level" question. Managing dynamic vhost deployments...

2012-04-26 Thread Dave Shevett
Hey folks - I've gotten great help on the list before, I'm looking for some guidance on how to approach this... I have a hosted service that deploys / provisions vhosts running a prepackaged .war app. I'd like to be able to 'spin up' a vhost on the fly, without restarting tomcat. What I'm d

RE: Load balancing & session affinity (QUERY)

2012-04-26 Thread GIORGI Olivier
Hello Derek, Thank you for your fruitfull answer. It works. Best regards Olivier. -Original Message- From: Derek Beauregard [mailto:dbeaureg...@vmware.com] Sent: Thursday, April 26, 2012 5:59 PM To: Tomcat Users List Subject: Re: Load balancing & session affinity (QUERY) Have you defin

Re: Load balancing & session affinity (QUERY)

2012-04-26 Thread Derek Beauregard
Have you defined the jvmRoute on your Engine element in tomcat's server.xml? E.g., The value for jvmRoute should match the route defined in your apache balancer config. -Derek Derek Beauregard On 4/26/12 9:37 AM, "GIORGI Olivier" wrote: >Hello to all, > >I am using Apache 2.2.21 & Tomcat

Load balancing & session affinity (QUERY)

2012-04-26 Thread GIORGI Olivier
Hello to all, I am using Apache 2.2.21 & Tomcat 6.0.29 1) Schema: Load balancer (Apache.2.2.21) -> 1st appli (Tomcat 6.0.29) -> 2nd appli. (Tomcat 6.0.29) 2) Using the following configuration, my load balancing is stateless instead of statefull (having a look at the logs). -

Re: Problem "J2EE Web Profile support"

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max, On 4/26/12 4:25 AM, Vogliotti Massimo wrote: > Hi, i use NetBeans 7.0.1 with tomcat 7.0.25 integrated. I'm > creating a web application with JSF 2.1 and Java EE 6, when I try > to create a "JSF Pages from entity classes" I get the following > err

Re: Reload servlet remotely

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikolaj, On 4/26/12 5:04 AM, Mikolaj Rydzewski wrote: > On 26.04.2012 10:54, Gubler, Ruediger wrote: > >> But I need to call the reload from an groovy script. How must the >> URL looks like to add the auth data? The call of >> >> "http:///manager/te

Re: Javamelody and Struts

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/26/12 5:58 AM, Miguel González Castaños wrote: > On 26/04/2012 03:58, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Miguel, >> >> On 4/25/12 6:24 PM, Miguel González Castaños wrote: Please post y

Re: Javamelody and Struts

2012-04-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/26/12 3:35 AM, Miguel González Castaños wrote: >> If no web browser reports the server certificate as not valid, >> then what's the problem? >> > From my original email: > > "Now that I'm trying to configure javamelody in Tomcat 5 with

Re: java.io.IOException: Stream closed occurred frequently on Tomcat 7

2012-04-26 Thread Craig Silk
Hi Guofeng, It would be really helpful if I could have the JSP page that is causing this error and instructions on how to reproduce the error. Thanks Craig On Thu, Apr 26, 2012 at 7:13 AM, Guofeng Zhang wrote: > Hi, > > This is a page generated by JSP using tags developed by us. This page > wo

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
On 26/04/2012 03:58, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel, On 4/25/12 6:24 PM, Miguel González Castaños wrote: Please post your SSL configuration (cleansed of any passwords). By the way, double checking the info from my web browser I get this is a

Re: Reload servlet remotely

2012-04-26 Thread Mikolaj Rydzewski
On 26.04.2012 10:54, Gubler, Ruediger wrote: But I need to call the reload from an groovy script. How must the URL looks like to add the auth data? The call of "http:///manager/text/reload?path=/&username=myUser&password=myPass" doesn't work. http://username:password@/manager/text/reload?p

Reload servlet remotely

2012-04-26 Thread Gubler, Ruediger
Hello, I want to reload a servlet by calling "http:///manager/text/reload?path=/" This works from IE or Firefox but opens a form which asks for user and password. But I need to call the reload from an groovy script. How must the URL looks like to add the auth data? The call of

Problem "J2EE Web Profile support"

2012-04-26 Thread Vogliotti Massimo
Hi, i use NetBeans 7.0.1 with tomcat 7.0.25 integrated. I'm creating a web application with JSF 2.1 and Java EE 6, when I try to create a "JSF Pages from entity classes" I get the following error message: "JSF Pages for Java EE generated sources can not complete without servers with J2EE Web

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
Please post your SSL configuration (cleansed of any passwords). acceptCount="100" scheme="https" secure="true" keystorePass="***" keystoreFile="/opt/tomcat5/certs/tcc" keyAlias="importkey" clientAuth="false" sslProtocol="TLS" com

Re: Javamelody and Struts

2012-04-26 Thread Miguel González Castaños
If no web browser reports the server certificate as not valid, then what's the problem? From my original email: "Now that I'm trying to configure javamelody in Tomcat 5 with HTTPS I get the following error when I try to add the context and the URL: javamelody avax.net.ssl.SSLHandshakeExcepti