RE: Another Try at MySQL Connection Pooling

2004-02-11 Thread Burgess, Jay S
I really hope you can get this figured out, as I'm out of ideas. But I do concur with Adam's suggestion about looking for multiple contexts, as I ran into a similar problem when my context.xml was there twice--once in my .WAR, and once as a result of my Ant deploy task putting it manually into

MEMORY REALM AND TOMCAT- USERS

2005-01-25 Thread Karthik N S
Hi How would onebe able to get the 'userid /passwords/role' of tomcat/conf/tomcat-users.xml into a servlet from within the Context running in the specified envoiurnament. Thx in advance WITH WARM REGARDS HAVE A NICE DAY [ N.S.KARTHIK]

RE: mod_jk

2005-03-01 Thread Burgess, Jay S
I think you need to set the content type for your response. Try something like: res.setContentType(text/html); where res is the HttpServletResponse. Jay -Original Message- From: Jörg Lindner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 12:26 PM To:

multiple domain name support for https

2005-03-29 Thread Sasisekar S Sundaram
. Can some one guide me about how to modify it and integrate with Tomcat. I appreciate your time. Thank you Regards, Sasisekar S Sundaram Research Assistant Center For Business and Information Technology (CBIT) University of Louisiana, Lafayette Ph: (337) 482 0618

Re: multiple domain name support for https

2005-03-29 Thread Sasisekar S Sundaram
() dont return the hostname for which SSL certificate is issued. This can be done in entry pages to your site. On Wed, 30 Mar 2005 00:40:34 -0600, Sasisekar S Sundaram [EMAIL PROTECTED] wrote: Hi, Few browsers (like Mozilla) are giving a warning message == Security Error: Doamin Name

Re: SSL configuration question

2005-03-31 Thread Sasisekar S Sundaram
It shows both issued to and issue by because it is a self signed certificate. when you get you certificate authorized by some one like verisign, and then import that certificate into your keystore, you'll get issued by as that certifying authority's name. - Original Message - From: Faine,

Client Authentication

2005-05-02 Thread Mahesh S Kudva
for the clients identity and it asks me to select a certificate and no certificates are displayed. How can I go about this? All suggestion and ideas are welcome. Regards Thanks Mahesh S Kudva --- Robosoft Technologies

Re: Client Authentication

2005-05-02 Thread Mahesh S Kudva
Hi I tried with client.p12 first, when i failed I went on with client_cert.x509. I placed it in the personal folder ... Regards Thanks Mahesh S Kudva -Original Message- From: lercoli [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Mon, 2

Re: Client Authentication

2005-05-03 Thread Mahesh S Kudva
Hi What kind of information do i need to put in the fields of First and Last name and Common name. Will any information do or is it required that I need to put in the server address in the client.p12 certificate.. Regards Thanks Mahesh S Kudva -Original Message

Re: Client Authentication

2005-05-03 Thread Mahesh S Kudva
-users.xml? user name=mahesh password=kudva role=admin This is how my tomcat-users.xml file looks like. Regards Thanks Mahesh S Kudva -Original Message- From: lercoli [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 3 May 2005 14:33:46

Re: Client Authentication

2005-05-10 Thread Mahesh S Kudva
windows alowys pop's up Regards Thanks Mahesh S Kudva -Original Message- From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 03 May 2005 23:00:57 +0100 Subject: Re: Client Authentication The CN for your server cert

Re: Client Authentication

2005-05-13 Thread Mahesh S Kudva
Hi All Ho do i go about with clien Authentication Regards Thanks Mahesh S Kudva -Original Message- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 10 May 2005 20:51:08 +0530 Subject: Re: Client Authentication Hi

Re: Client Authentication

2005-05-17 Thread Mahesh S Kudva
and client.p12 to the clients machine. In your server.xml file enable client authentication by changing clientauth=true and that's it. Regards Thanks Mahesh S Kudva -Original Message- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org

Certificate Revocation

2005-05-19 Thread Mahesh S Kudva
Hi All Once if the certificates are revoked, how do I make Tomcat to know which certificates are revoked. Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development

Error at tomcat start up

2005-05-21 Thread tushar S Kulkarni
(Unknown S ource) at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement( Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent Dispatcher.dispatch(Unknown

Re: Re: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
Thanks for your email! no my web.xml doesnt have 331 lines. I had added entire web.xml in previous email. I have created a dir called jsfApp under webapps and have set this context. so will any other application cause problem? Thanks  On Sun, 22 May 2005 Shinji Miyamoto wrote : Hi, The

Re: RE: Error at tomcat start up

2005-05-22 Thread tushar S Kulkarni
that many lines. Ta Matt -Original Message- From: tushar S Kulkarni [mailto:[EMAIL PROTECTED] Sent: 21 May 2005 19:10 To: tomcat-user@jakarta.apache.org Subject: Error at tomcat start up Hi All, I am getting following error at tomcat start up. Nov 6, 2000 3:27:04 PM

monitoring performance

2005-06-17 Thread Hossein S. Attar
Hi: Is it possible to instruemnt Tomcat to collect statistics such as averasge response time (for each servlet), etc and then somehow get these statistics programatically (e.g., using an API). I'm trying to write a program that needs to get such statistics, therefore monitoring tools that

RE: monitoring performance

2005-06-17 Thread Hossein S. Attar
to monitor tomcat and save the results to a log. peter lin On 6/17/05, Hossein S. Attar [EMAIL PROTECTED] wrote: Hi: Is it possible to instruemnt Tomcat to collect statistics such as averasge response time (for each servlet), etc and then somehow get these statistics programatically (e.g

Tomcat 5.5.9 application reload doesn't work

2005-06-28 Thread Johnson, Tony S.
Hi, I have seen this question discussed several times on this mailing list, but I have not found anyone with a solution, so I am asking again in the hopes that someone can help. Example of problem: 1) Download/Install/Start tomcat 5.5.9 on port 8080 2) Create a directory c:\test 3) Create a

Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. Regards Thanks Mahesh S Kudva --- Robosoft

Re: Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All Thanks for the note. May be I was not clear in my earlier mail. I have client authentication using certificates. I want to skip client auth for certain hosted applications on the server but preserve client auth for other apps. Regards Thanks Mahesh S Kudva

Re: Certificate Authentication for individual apps

2005-07-02 Thread Mahesh S Kudva
client auth for certain apps. How do i go about it.?? Regards Thanks Mahesh S Kudva -Original Message- From: Bill Barker [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Date: Fri, 1 Jul 2005 21:56:37 -0700 Subject: Re: Certificate Authentication for individual apps

Virtual Hosting with WAR files

2005-08-15 Thread Mahesh S Kudva
to the war files as requested. How do I configure tomcat to connect to the correct war file as requested? Any help will be appreciated. Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development

RE: Virtual Hosting with WAR files

2005-08-17 Thread Mahesh S Kudva
:%M:%S %Y] JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkRequestLogFormat %w %V %T JkMount /webapp.domain.com/*.jsp loadbalancer JkMountFile /opt/apache2/conf/uriworkermap.properties JkShmFile /opt/apache2/logs/jk.shm Location /jkstatus/ JkMount status Allow from

Re: Manager webapp and virtual hosts

2005-08-27 Thread Mahesh S Kudva
- mod-jk.conf LoadModule jk_module /opt/apache2/modules/mod_jk.so JkWorkersFile /opt/apache2/conf/workers.properties JkLogFile /opt/apache2/logs/mod_jk.log JkLogLevel info JkLogStampFormat [%a %b %d %H:%M:%S %Y

Re: Tomcat SSL and Virtual Domains

2005-09-03 Thread Mahesh S Kudva
I had a similar issue. I too had a doubt in servr.xml. Search the archives for the topic Virtual Hosting with WAR files. I've posted in detail what the configurations that helped me with virtual hosting. Hope it helps you too Regards Thanks Mahesh S Kudva -Original

Re: Virtual Hosts

2005-09-16 Thread Mahesh S Kudva
- mod-jk.conf LoadModule jk_module /opt/apache2/modules/mod_jk.so JkWorkersFile /opt/apache2/conf/workers.properties JkLogFile /opt/apache2/logs/mod_jk.log JkLogLevel info JkLogStampFormat [%a %b %d %H:%M:%S %Y

Virtual hosts and Threads

2005-09-28 Thread Mahesh S Kudva
??? Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
on this and help me troubleshoot ??? Regards Thanks Mahesh S Kudva --- Robosoft Technologies - Partners in Product Development - To unsubscribe, e-mail: [EMAIL

Re: Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
Hi I have restarted Tomact and made sure no threads run in the background. But still the problem persists. Every time tomcat is restarted, I can see the notification thread start Notification thread started...32237 Regards Thanks Mahesh S Kudva -Original Message

Re: Multiple Threads for one webapp

2005-09-30 Thread Mahesh S Kudva
-console. The folder jboss home/server/default/work/webapp3.domain.com contains webapp1, webapp2, webapp3 and jmx-console. Within each of these there are two files session and cache. Is this causing the issue.??? Is this normal ??? Regards Thanks Mahesh S Kudva -Original

using a datasource connection pool resource with username and password supplied by user

2005-10-09 Thread jeffery . s . eaton
to be happy with the username and password being set in the context resource. Any help I can get would be most appreciated. Regards, Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-09 Thread jeffery . s . eaton
) in Tomcat itself. Anyway, I will implement storing the connection in the session with the log out killing the connection. Any comments or gotchas you know about would be useful. Jeffery S. Eaton Opinions contained in this e-mail do

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
to update only the tables they are approved to access. Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or Maritime Safety Queensland

RE: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
That's right Sasha, I will have to ensure connections are closed down automatically if the user doesn't log out, but at this stage I will note your comment for further research. Thanks, Jeffery S. Eaton Opinions contained in this e

Re: using a datasource connection pool resource with username and password supplied by user

2005-10-10 Thread jeffery . s . eaton
with policy. Thank you all for your input. Jeffery S. Eaton Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or Maritime Safety Queensland, or endorsed

How to import a bean in a JSP under Tomcat 4.1.9

2002-08-27 Thread Nicolas S i l b e r z a h n
file: F:\Tomcat 4.1.9\work\Standalone\localhost\ecomm\/DevOffer_jsp.java [javac] Compiling 1 source file F:\Tomcat 4.1.9\work\Standalone\localhost\ecomm\DevOffer_jsp.java:11: '.' expected Help! N i c o l a s S i l b e r z a h n 100% Java, Mobile, Offline awareWapaka Browser for mobile

Re: Difference

2002-03-11 Thread $B%&quot;%s%H%K!<(B $B%9%F%$%9(B
can anyone please tell me whats the difference between Tomcat 3.x and Tomcat 4.0. Tomcat 3.x = Servlet 2.2 Container Tomcat 4.x = Servlet 2.3 Container -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

TR: Using Packages for Bean Classes

2002-09-02 Thread Nicolas S i l b e r z a h n
for your information... N i c o l a s S i l b e r z a h n 100% Java, Mobile, Offline awareWapaka Browser for mobile development (XHTML, WML)/100% Java, Mobile, Offline aware www.Wapaka.com -Message d'origine- De : A mailing list about Java Server Pages specification and reference

<    3   4   5   6   7   8