Allowing Users to change their passwords

2006-05-17 Thread Khawaja Shams
compute the MD5 digest of a password on the fly within tomcat? The java classes within tomcat libraries that I am aware of merely print the digest on the screen rather than returning it. I would sincerely appreciate any help. Regards, Khawaja Shams

Redirecting Root Servlet

2006-04-04 Thread Khawaja Shams
Tomcat 5.5.15. Thanks in advance for your help. Regards, Khawaja Shams

Re: basic question regarding BASIC and FORMS logins

2006-03-13 Thread Khawaja Shams
wrote: > > You could start by not hijack an existing thread. Please repost your > question in a new thread. > > --David > > Khawaja Shams wrote: > > >Hello, > > If I am using BASIC authentication, how can I log users out? I tried > >doing session.Inval

Re: Tomcat not shutting down

2006-03-13 Thread Khawaja Shams
Hello, Thank you for responding. I am using 5.5.15. I shutdown using TOMCAT_HOME/bin/shutdown.sh. Do I need to upgrade to the latest version to get this to work? Thanks again. Regards, Khawaja Shams On 3/13/06, Fenlason, Josh <[EMAIL PROTECTED]> wrote: > > What version of To

Tomcat not shutting down

2006-03-13 Thread Khawaja Shams
advance. Regards, Khawaja Shams

Re: basic question regarding BASIC and FORMS logins

2006-03-08 Thread Khawaja Shams
Hello, If I am using BASIC authentication, how can I log users out? I tried doing session.Invalidate, but as described above, it seems like the browser is caching the credentials. I would like my app users to be able to log out. I would sincerely appreciate any guidance. Khawaja On 3/8/06,

Images

2006-02-19 Thread Khawaja Shams
Hello all, I am doing a presentation soon, and I was wondering if anyone is aware of where I can get good quality images for Apache, Tomcat, Struts, etc. It would be nice to have good quality images as I need to print them on a poster. Thanks in advance. Regards, Khawaja Shams

Database for server Application

2006-02-04 Thread Khawaja Shams
atures. I have been looking for benchmarks comparing the two, but I have had no luck finding something solid. I would appreciate any thoughts. If you feel that this is irrelevant to this mailing list, I appologize for the inconvenience. Regards, Khawaja Shams

Concurrently running tomcat and JBoss

2006-01-26 Thread Khawaja Shams
changing these values in the server.xml be enough? Last time I tried this, the shutdown script stopped working. Are there hard code values in the scripts? Any suggestions on how I could go about getting this to work? Thanks in advance. Regards, Khawaja Shams

Re: Changing default web apps

2006-01-13 Thread Khawaja Shams
by putting a local reference to the resource in my local context. I would aprpeciate any help. Best Regards, Khawaja Shams On 1/12/06, Dennis Leary <[EMAIL PROTECTED]> wrote: > > The simplist way is to rename your app to ROOT. If read about creating a > ROOT.xml in conf/Catalin

Re: PreparedStatement w/ Connection Pooling

2006-01-13 Thread Khawaja Shams
do a very nice job of preventing SQL Injections. I am certainly open to hearing better suggestions from you. Although you sound like a manager, kindly note that I am not your employee. Sincerely, Khawaja Shams On 1/13/06, George Sexton <[EMAIL PROTECTED]> wrote: > > Let me just as

Re: Realms

2006-01-13 Thread Khawaja Shams
I have gotten JDBC realm to work with 5.5.12. On 1/13/06, Vinny <[EMAIL PROTECTED]> wrote: > > Hello, > I decided to give 5.5.15 a try and I am not able to get any > Realm implementation to work except for MemoryRealm. > This is the same issue that I have been having in 5.5.14. > I can confirm tha

Re: PreparedStatement w/ Connection Pooling

2006-01-12 Thread Khawaja Shams
a hold of these pooled prepared statement. Thanks for your help. Sincerely, Khawaja Shams On 1/12/06, Marc Richards <[EMAIL PROTECTED]> wrote: > > If you're already using pooling then I imagine you > already have a resource defined for the pool in either > server.xml or

Re: Tomcat start but many errors in catalina.out

2006-01-12 Thread Khawaja Shams
This may not be very helpful, but it is definitely something regarding a missing parameter on your struts configuration. double check your struts-config.xml for errors. On 1/12/06, Sven Gehr <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED], > > I use tomcat-5.0.30 on a suse10-system. When I start

Re: Tomcat 5.5 system requirements

2006-01-12 Thread Khawaja Shams
I believe all you should need is java 5.0 and the ability to listen on a few ports >1024. perhaps, admin rights to install the software if you are using the installer. I am sure others can give you a much more concrete list, but this is a start. Khawaja On 1/12/06, David Schwartz <[EMAIL PROTEC

PreparedStatement w/ Connection Pooling

2006-01-12 Thread Khawaja Shams
preparedStatement pool? Would you recommend implementing this on my own? Thanks for your time and help. Best Regards, Khawaja Shams

connection pooling mysql (Pool Exhausted exception)

2006-01-12 Thread Khawaja Shams
return a connection to the pool is to return to close the connection? Do I have to do anything about the statements I have created using that connection? Thanks in advance. for your help. Best Regards, Khawaja Shams

Java WSDP and Tomcat

2006-01-10 Thread Khawaja Shams
Hello all, Is anyone aware of what tomcat builds have JWSDP packages with the tomcat instance? I have been told that some releases come with JWSDP, whereas others do not. Is there any particular reason for this? Thanks for your time. Best Regards, Khawaja Shams

Re: Tomcat Datasource , can we define them in war file (whithout accessing to Admin console)?

2005-12-26 Thread Khawaja Shams
available to the app server by putting it in the common/lib as it will not look inside each deployed directory to perform application independent tasks. I am also curious to know if someone has found a way around this. Best Regards, Khawaja Shams On 12/26/05, Legolas Woodland <[EMAIL PROTEC

detecting a new file

2005-12-26 Thread Khawaja Shams
the file. I would sincerely appreciate any pointers on how this can be accomplished from within tomcat. Happy Holidays. Sincerely, Khawaja Shams

Re: Displaying PDF's within a servlet

2005-12-15 Thread Khawaja Shams
Is this a command line utility or does it have some libraries that I can call from within my java code? If I can call it from within java to render images, this would be a life saver. Thanks for your help so far. Best Regards, Khawaja Shams On 11/25/05, Mark <[EMAIL PROTECTED]>

j_security_check

2005-12-02 Thread Khawaja Shams
, I get a 404 response for j_security_check. Is there something I am supposed to add to the context definition? Thanks for your help. Here is my context definition: Thanks for your help. Best Regards, Khawaja Shams

application scope beans persistence

2005-12-02 Thread Khawaja Shams
advance for your help. Best Regards, Khawaja Shams

Displaying PDF's within a servlet

2005-11-23 Thread Khawaja Shams
ut I would like to stick with servlets. Is there any way that I can convert a pdf document into some kind of an image file before displaying it? Any guidance would be deeply appreciated. Best Regards, Khawaja Shams

database connection pooling

2005-11-22 Thread Khawaja Shams
Regards, Khawaja Shams

Re: Tomcat Authentication

2005-11-09 Thread Khawaja Shams
different. Therefore, the same authentication information is useless for hitting other pages. Am I right in that assumption? On 11/9/05, Peter Menzel <[EMAIL PROTECTED]> wrote: > > Hi, > > Khawaja Shams schrieb: > > Hello everyone, > > I have a few strict requirements for

Re: upgrading a war file

2005-11-09 Thread Khawaja Shams
Do you have access privileges for the manager app? On 11/9/05, Seak, Teng-Fong <[EMAIL PROTECTED]> wrote: > > Oops, sorry, I've just noticed that you've written "I do not have > admin web access to the server". Mea culpa. But that's strange. I > mean, how did you deploy your webapp for the first t

Re: deploying war file

2005-11-08 Thread Khawaja Shams
Could you include your ant script? Make sure that you have the proper directory structure, and that you have a web.xml file in the WEB-INF file. ANT script can definitely cause errors in the war file creation. On 11/8/05, Lothar Krenzien <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I'm just tryi

Tomcat Authentication

2005-11-08 Thread Khawaja Shams
up on how this works. I sincerely appreciate your time and help. Best Regards, Khawaja Shams

DIGEST Authnetication with Tomcat

2005-11-08 Thread Khawaja Shams
lutions? I tried both the jdbc realm and going the tomcat-users.xml route, and I have had no luck getting it to work. I would sincerely appreciate any input. Sincerely, Khawaja Shams