hey,
I'd like to clean up and modularize the cluster configuration (in
server.xml)
currently it looks like
<Cluster property1, property2, property3....and goes on forever in a messy
manner
I would like to have
<Cluster>
<membership>
...member ship info here...
</membership>
<replication>
...replication logic goes here>
</replication>
and so on, ie, each module would be configured under the cluster but
separately. It makes it easier to read, and easier to document.
</Cluster>
Filip
----- Original Message -----
From: "charles doweary" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 5:59 AM
Subject: Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.
> Jan-Henrik,
>
> You stated that my jsp is not compiled. I thought that .jsp pages and
.java
> files are compiled during the ant build, ant install, ant package, and ant
> deploy commands?
> I've packaged my .war file in tomcat 5.0 and the .jsp pages work at my
> unsecure website,
> HTTP://dowearysoftware.com.
> What else do I need to do to insure that my .jsp pages are compiled and
> deployed properly?
>
> Charles
>
>
> >From: Jan-Henrik Haukeland <[EMAIL PROTECTED]>
> >To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.
> >Date: Tue, 27 Jan 2004 14:12:19 +0100
> >
> >"charles doweary" <[EMAIL PROTECTED]> writes:
> >
> > > My website at HTTP://dowearysoftware.com processes my jsp pages
> > > without any problems. I created a copy of the this website at
> > > www.dowearysoftware.com and added SSL with 128 bit encryption in IIS
> > > 6.0.
> > > HTTP://dowearysoftware.com processes the jsp successfully, but
> > > HTTPS://www.dowearysoftware.com hangs when I select one of the links
> > > from the index.jsp home page.
> >
> >The page downloads but the Content-Type is wrong (should be text/html)
> >and the jsp is not compiled. Maybe check your configuration? Here are
> >the headers and a bit of the content:
> >
> >
> >Connecting to www.dowearysoftware.com:443
> >HTTP/1.1 200 OK
> >Content-Length: 5575
> >Content-Type: application/octet-stream
> >Content-Location: https://www.dowearysoftware.com:443/index.jsp
> >Last-Modified: Tue, 27 Jan 2004 04:36:17 GMT
> >Accept-Ranges: bytes
> >ETag: "65c91a8fe4c31:57c1"
> >Server: Microsoft-IIS/6.0
> >MicrosoftOfficeWebServer: 5.0_Pub
> >Date: Tue, 27 Jan 2004 13:13:23 GMT
> >Connection: close
> >
> ><a href="TOP"></a>
> ><%@ page import="com.generic.customer.Customer" %>
> ><%@ page import="com.generic.cart.Cart" %>
> ><%@ page import="javax.servlet.http.Cookie" %>
> ><%@ page import="sun.misc.BASE64Decoder" %>
> >
> >--
> >Jan-Henrik Haukeland
>
> _________________________________________________________________
> Check out the new MSN 9 Dial-up — fast & reliable Internet access with
prime
> features! http://join.msn.com/?pgmarket=en-us&page=dialup/home&ST=1
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]