Hi! Well, using only one machine I change server.xml http connector port to 9090 in tomcat instance 2. I also changed SSL Connector port to 9443.
<Connector port="9443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="C:/Documents and Settings/ukari/.keystore" keystorePass="changeit" truststoreFile="C:/Program Files/Java/jdk1.5.0_11/jre/lib/security/cacerts" /> executing http://power:8080/servlets-examples/servlet/HelloWorldExample i'm challenged to login... and I don't login... executing http://power:9090/servlets-examples/servlet/HelloWorldExample i'm not challenged to login... Why this happens? What's wrong with my setup? Thanks a lot On 8/22/07, Scott Battaglia <[EMAIL PROTECTED]> wrote: > > You shouldn't have to do anything other than when configuring the second > sample application give it a different context name since you will deploying > it on the same machine. > > -Scott > > On 8/22/07, Andew Hole <[EMAIL PROTECTED]> wrote: > > > What's different in demo if I want to use only ONE machine and two > > tomcat instances? > > > > http://www.ja-sig.org/wiki/display/CASUM/Demo > > > > Thanks a lot > > > > _______________________________________________ > > Yale CAS mailing list > > [email protected] > > http://tp.its.yale.edu/mailman/listinfo/cas > > > > > > > -- > -Scott Battaglia > > LinkedIn: http://www.linkedin.com/in/scottbattaglia > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
