Hi All,

My problem is:
Whenever I call a cascading style sheet(external) from my HTML file  by
  <LINK rel="stylesheet" type="text/css" href="abc.css">
and open the HTML file in a browser, it works.

On the other hand when this page is called through a servlet using
WebLogic server, it gives a problem.
What happens is that this abc.css is appended to the URL like:
if originally the URL was      :   http://localhost:7002/main
it becomes                                  :
http://localhost:7002/abc.css

and the error displayed is :  404 NOT FOUND


Thanx in advance.
Regards,
Tarun

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to