Re: Apache2 adn/or Tomcat6?

2008-02-23 Thread Giancarlo Frison
Hassan Schroeder ha scritto: > On Fri, Feb 22, 2008 at 7:18 AM, Antonio Petrelli > <[EMAIL PROTECTED]> wrote: > > >> Or put Apache 2 in front of your Tomcat, as it is usually done in production >> environment. >> > > I don't know if you have statistics to substantiate that opinion, but it

Re: How to deploy WAR to Tomcat with MAVEN2?

2008-01-11 Thread Giancarlo Frison
which can > deploy/reploy/delete the war to/from Tomcat? > > Regards > > Thomas > > > - > Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr > bietet das neue Yahoo! Mail. > Giancar

Re: Opening and Closing Sockets used in Http request and responses

2008-01-10 Thread Giancarlo Frison
handleRequest(HttpServletRequest request, > HttpServletResponse response) throws ServletException, IOException { > //read something from request > doSomething(); > return null; > } > } > > Giancarlo Frison http://www.jroller.com/giancarlo --

Re: Clsutering problem

2007-12-20 Thread Giancarlo Frison
Hi, Could you add server.xml and context.xml please? Bye Giancarlo Frison Petteri Heinonen ha scritto: > Hello all. I'm trying to setup my first Tomcat cluster here. After some > tuning I have reached the point where I think that cluster is formed > fine upon startup, and ses

Re: HttpSessionActivationListener not getting called in the Tomcat 5.5.20 clustered mode.

2007-12-12 Thread Giancarlo Frison
I had faced the same problem, in order to 'activate' a deserialized object coming from an other VM the session object has to implement the HttpSessionBindingListener interface, not the *HttpSessionActivationListener* . The valueBound method is invoked by setAttibute's HttpSession method, inside the

Re: Session replication problem

2007-12-10 Thread Giancarlo Frison
The problem reported below was due to a misconfiguration. In the past I disabled the session persistence uncommenting the manager row in context.xml : After session persistance's activation (commenting the row above) session replication works as expected. Giancarlo Frison Filip Hanik

Re: Session replication problem

2007-12-05 Thread Giancarlo Frison
> a previous user reported that sessions got expired during a normal > shutdown, I yet have to investigate this > > Filip > > Giancarlo Frison wrote: >> Hi all, >> >> I have a cluster configured with 2 tomcat instaces in the same host and >> apache + mod_jk as load

Session replication problem

2007-11-29 Thread Giancarlo Frison
-- server.xml Giancarlo Frison - To start a ne

Re: class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Giancarlo Frison
Absolutely no. The WEB-INF/lib contains: commons-codec-1.3.jarcommons-httpclient-3.1-rc1.jar jta.jar quartz-all-1.6.0.jar stringtree-json-2.0.5.jar commons-collections-3.2.jar commons-logging.jar log4j-1.2.14.jar spring.jarxmlpull.jarxp

class loading problem: NoClassDefFoundError: javax/servlet/http/HttpSessionListener

2007-11-22 Thread Giancarlo Frison
tomcat-coyote.jar tomcat-i18n-es.jar tomcat-i18n-ja.jar I'm wondering what mistake I done. Someone can help me? Giancarlo Frison - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]