how to share jsp in different contexts

2008-06-08 Thread Luca Bertuccelli
Hi, I'd like to use some JSP of one context into different contexts without copy them. For example, I want to write one web app. when I put all my jsp. For example: /webapps/core/booking/list.jsp And I'd like to reuse this jsp into other contexts like:

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-08 Thread André Warnier
Mark, thank you for the explanations below. And I apologise if I answered rather testily before. Mark Thomas wrote: André Warnier wrote: Mark Thomas wrote: André Warnier wrote: A lot of speculation here, but who knows ? Indeed. And it is all wrong. Is that proven, or mere speculation

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-08 Thread Mark Thomas
André Warnier wrote: Mark, thank you for the explanations below. And I apologise if I answered rather testily before. No problem. I can be a little short too sometimes. The problem is that some clients (as a result of the ISP they are using) change IP with every request. Off-topic : Are

jkmanager node limitation

2008-06-08 Thread Mohan2005
Hello All; Can you please tell me the maximum number of nodes a JkManager can handle without any issues ? Assume a Quad-Core large memory system. Thanks and Regards Mohan -- View this message in context: http://www.nabble.com/jkmanager-node-limitation-tp17720375p17720375.html Sent from the

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-08 Thread André Warnier
Mark Thomas wrote: ... The problem is that some clients (as a result of the ISP they are using) change IP with every request. Off-topic : Are you sure that can really happen ? I must admit that I have never seen that behaviour before, and it seems to me that it would create a host of

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-08 Thread Bill Davidson
I'm confused so I'm not sure what I say below makes sense. If I'm reading these posts correctly, the cookie is issued by the front end (which is Apache web server). Since it is created on an https session, it is being marked as secure. When browser switches to a non-secure page on the same

Re: Session lost when switching from https to http after upgrade to Tomcat 6

2008-06-08 Thread Johnny Kewl
- Original Message - From: Bill Davidson [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, June 09, 2008 12:36 AM Subject: Re: Session lost when switching from https to http after upgrade to Tomcat 6 I'm confused so I'm not sure what I say below makes

JAX-WS and Tomcat 6.0.16?

2008-06-08 Thread padawan
I hoping other can explain this to me. I've created a Web Service using JAX-WS. I have the service building and deploying to Tomcat 6.0.16. I have attempted testing the URL for the WSDL in hopes of verifying the WSDL. The expected outcome is for the WSDL to display in the browser. Using the

Re: JAX-WS and Tomcat 6.0.16?

2008-06-08 Thread padawan
Okay, I figured what was stopping me what I did not create a listener and I did not create the sun-jaxws.xml file. Once I did this, I started seeing errors. Russ padawan wrote: I hoping other can explain this to me. I've created a Web Service using JAX-WS. I have the service building and

Re: jkmanager node limitation

2008-06-08 Thread Mladen Turk
Mohan2005 wrote: Hello All; Can you please tell me the maximum number of nodes a JkManager can handle without any issues ? Theoretically unlimited, but number of workers is defined by int, thus 2^31 - 1, for 32-bit integer systems. Each node consumes around 1K of data so multiply that by