Scott,

I downloaded the CAS module from the jasig  website and deployed the
extracted  cas war module into tomcat server webapps and made proper
changes of the server for SSL configuration to get the CAS up and
running. I did not follow WAR overlay method. We are making use of
Tomcat 6.0.29 and it is running on a linux machine.

A description deployment steps i have followed:

 1. Downlaod CAS Server zip from
"http://www.ja-sig.org/products/cas/downloads/index.html";.

2. Extract the zip file.

3. Download Apache Tomcat .

4. Copy "war folder" from "\cas-server-3.3\modules" folder and paste
it in "<<apache-tomcat-home>>\webapps" folder.

5. Open "<<apache-tomcat-home>>\conf\server.xml" and uncomment below line.

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true" clientAuth="false"
sslProtocol="TLS" />

6. Start server.

7. Open browser and type "https://localhost:8443/cas/login";. A login
form will be displayed.

Thanks,
Mckenzie


On Tue, Jan 8, 2013 at 10:47 AM, Scott Battaglia
<scott.battag...@gmail.com> wrote:
> Mckenzie,
>
> Are you using the WAR overlay method for CAS deployments?  If so, can you
> privately send me the ZIP of the overlay (minus any sensitive passwords)?
>
> Also, what version of Tomcat are you using?
>
> Thanks
> Scott
>
>
> On Mon, Jan 7, 2013 at 11:57 PM, Mckenzie J <mck2...@gmail.com> wrote:
>>
>> hi Jerome/Kevin,
>>
>> Please find the Http trace attached.This is the trace of the CAS war
>> (cas 3.5.1) deployed in a tomcat on a linux machine and there is no
>> custom code existing. I could see only 1 CAS  TGC in the cookie
>> manager (the one with a slash / as set by the CAS code) but
>> Interestingly i could see the second CASTGC getting added (one without
>> the slash /)when i refreshed the page.
>>
>> I have added the whole lot of HTTP watch from login to logout of this
>> scenario in the attached file.
>>
>> Kevin - Ideally we are having a pound server for our development work.
>> But now i think the behaviour is evident in the CAS itself. We are
>> seeing that the additional cookie gets added immediately on a refresh
>> of the page once logged in. If we are able to find  the cause and fix
>> this, it will solve this for good. please help.
>>
>> P.S. i am using FF 17.0.1 browser.
>>
>> Regards,
>> Mckenzie
>>
>> On Mon, Jan 7, 2013 at 7:12 PM, jleleu <lel...@gmail.com> wrote:
>> > Hi,
>> >
>> > I don't see anything strange in your logs.
>> > For your scenario : login/logout, can you trace all HTTP
>> > requests/responses with cookies to see when the second CASTGC is created 
>> > and
>> > with what parameters ? And post everything one again...
>> > Thanks,
>> > Jérôme
>> >
>> > --
>> > You are currently subscribed to cas-dev@lists.jasig.org as:
>> > mck2...@gmail.com
>> > To unsubscribe, change settings or access archives, see
>> > http://www.ja-sig.org/wiki/display/JSG/cas-dev
>>
>> --
>> You are currently subscribed to cas-dev@lists.jasig.org as:
>> scott.battag...@gmail.com
>>
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/display/JSG/cas-dev
>
>
> --
> You are currently subscribed to cas-dev@lists.jasig.org as:
> mck2...@gmail.com
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-dev

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to