You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by joelsherriff <jo...@comcast.net> on 2005/04/29 16:22:08 UTC

customizing login.jsp

I've got a JDBC realm configured and working and would like to customize the associated login.jsp.  Right now any
images I refer to in the jsp are not found at runtime.  Do I have to add these to the servlet's war file?  Or am I just
putting the resources in the wrong location (under the servlet directory)?

Re: customizing login.jsp

Posted by joelsherriff <jo...@comcast.net>.
Is it possible to not put them in the war file?  This is someone else's
servlet that I'd rather not have to modify, if I don't have to.

----- Original Message ----- 
From: "Anoop kumar V" <an...@gmail.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Friday, April 29, 2005 10:39 AM
Subject: Re: customizing login.jsp


ideally - I am talking from my TC4.0 days, your images are better off in the
war file. The position they reside in is as under:

/webapps
/your_web_application
jsp's
static html
Your image files go in here <-----------------------------
/web-inf
web.xml
/classes
your_servlet_class files


hope that helps,
Anoop



On 4/29/05, joelsherriff <jo...@comcast.net> wrote:
>
> I've got a JDBC realm configured and working and would like to customize
> the associated login.jsp. Right now any
> images I refer to in the jsp are not found at runtime. Do I have to add
> these to the servlet's war file? Or am I just
> putting the resources in the wrong location (under the servlet directory)?
>



-- 
Thanks and best regards,
Anoop



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: customizing login.jsp

Posted by Anoop kumar V <an...@gmail.com>.
ideally - I am talking from my TC4.0 days, your images are better off in the 
war file. The position they reside in is as under:

/webapps
/your_web_application
jsp's
static html
Your image files go in here <-----------------------------
/web-inf
web.xml
/classes
your_servlet_class files


hope that helps,
Anoop



On 4/29/05, joelsherriff <jo...@comcast.net> wrote:
> 
> I've got a JDBC realm configured and working and would like to customize 
> the associated login.jsp. Right now any
> images I refer to in the jsp are not found at runtime. Do I have to add 
> these to the servlet's war file? Or am I just
> putting the resources in the wrong location (under the servlet directory)?
> 



-- 
Thanks and best regards,
Anoop