Hi Scott, thanks you for your fast answer! Maybe i have a configuration issue but i can't understand where it is. If i use tomcat only all work fine but when i link the cas server in IIS (with ajp13 connector) i have no answer from server (i remember that i have others web application installed on this server that works fine). I have no many experence in IIS and ajp13 configuration and i hope you can help me in that. To configure the ajp13 connector i just added a new line in the file "uriworkermap.properties" with
/cas/*=ajp13 the web.xml that i'm using is the one standard of cas server. I just try to add a new test servlet (ServletTest) in directory "\cas\WEB-INF\classes\test" ;I rimapped it in web.xml and in the file "uriworkermap.properties"; then i tryied to call url "http://servername/cas/ServletTest" and it work fine !!! Any idea of where could be my configuration problem ? Thanks in advance and my compliments for your works. Giorgio ---------- Initial Header ----------- >From : [EMAIL PROTECTED] To : "Yale CAS mailing list" [email protected] Cc : Date : Wed, 9 Jul 2008 07:51:44 -0400 Subject : Re: Problem deploying cas server in production with IIS > You appear to have a configuration issue on your end (though in the one case > you call 8080 and the other you don't). CAS doesn't care what context or > port its called from. > > -Scott > > -Scott Battaglia > PGP Public Key Id: 0x383733AA > LinkedIn: http://www.linkedin.com/in/scottbattaglia > > On Wed, Jul 9, 2008 at 5:33 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > Hello everyone, > > i'm trying to configure my personalized version of cas server 3.2.1 in a > > production environement, but i found many problem. > > In my server is running Apache Tomcat and IIS with connector ModJK. > > 1- My first test is to call http://myservername:8080/cas: the cas server > > home page work properly > > 2- After that i call http://myservername/cas and the result is no answer > > (the browser continuously try to load page) ! > > > > I have many other application on this server and all work fine ... why i > > can't obtain an aswer from this context is this way ??? > > > > Thanks for attenction, everyone can help me? > > > > > > _______________________________________________ > > 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
