Re: images/static content in jar

2005-04-10 Thread Don Hill
Nikola Milutinovic wrote: Don Hill wrote: I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. The reason

images/static content in jar

2005-04-09 Thread Don Hill
I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. The reason this is my concern is that I think that the

web resources in jar

2005-04-07 Thread Don Hill
I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. Thanks ---

jndi lookup of Realm

2004-07-23 Thread Don Hill
Hi, Is it possible to do a jndi lookup of the Realm and then once you have this handle to call authenticate() on the realm ? .don - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

authentication question

2004-07-23 Thread Don Hill
Hi, I am trying to get application to authenticate so that the credentials are carried into all subsequent request, what I have a persistence realm that holds all the user/pasword and other info, I have a custom login screen that we are using for all appservers websphere,weblogic .. these other ap

jmx and tomcat realm

2004-07-22 Thread Don Hill
Hi, How would I use JMX/tomcat to get a handle on the realm and be able to call methods like authenticate(). I know I can get a realm but I believe its not writeable. I was trying to use the ServerFactory but it seems I get a classnotfound exception, are the container classloader not a child of t

custom login to tomcat realm

2004-07-21 Thread Don Hill
I am looking for some direction as to what APi I should be using for doing a custom login to tomcat 4.x 5.x, I don't want to use the j2ee container authentication, any suggestion on where I could find some info or sample code, I need to also do things like, get user list, get Roles, grou