Hello all,
My cube is gettin' a wee bit messy from all of the pulled out hair so if y'all
could save me the effort of cleaning up any additional hairs, I'd appreciate it.

Tomcat 3.2.1(mostly - rolled my own security realm into it)
JDK 1.3

I have a web page, two in fact. ;) on an intranet site.  /index.jsp and
/foo/secure/index.htm  index.jsp and index.htm both contain
<head>
...
<link rel='stylesheet' href='/foo/css/globalpc.css' type='text/css'>
</head>

This style sheet does exist and I assume it's a valid sheet.  On index.jsp there
is a form which handles authentication with succesful applicants entering the
/foo/secure directory.  Once there, it should serve index.htm (yes,
/tomcat/conf/web.xml welcome-file-list has an entry for index.htm)  Instead, of
serving it the content, it goes to the /foo/css/globalpc.css file.  This only
started today and I have done nothing today (just don't let my boss know) so I
can eliminate something I've done.  Perhaps this has just been a latent error
but either way, any suggestions on what may be going wrong would be much
appreciated.

/bill



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to