Tomcat Service for 64 bit Hardware and Windows 64 bit

2008-01-14 Thread Will Holmes
Does anyone know when the Windows service will be available for Windows 64
bit?
 
Thanks
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-8445 
E-Mail: [EMAIL PROTECTED]
 


Get List of Loaded Beans

2007-10-04 Thread Tom Holmes Jr.
I'm asking a question for a co-worker who is new to Tomcat and Java 
development.


we've got a tomcat 5.x server running, he wants to be able to list what 
beans are loaded into tomcat.
I imagine some JSP code would do the trick.   He's not using any tags 
right now, or Struts1, Struts2.

I think Spring 1.x is involved.

BTW ... I'll keep looking online.   Google is my friend, and I always 
use it first, but I didn't see anything right away.
Eventually, what I might have to do is just write a JSP page to iterate 
through session information.
But we just figured there might be something built into tomcat with the 
Administrator or Manager.


Thanks very much!
   Tom


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Datasource Error

2007-08-07 Thread Will Holmes
I am using Tomcat 5.5.9 on Windows XP
I have created a resouce in the Tomcat server.xml file.
I have configured the resource ref in the web.xml file.
 
When my application access the datasource I get the following error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null' 
 
Anyone have any ideas?
 
Thanks in advance!!
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 


RE: Datasource Error

2007-08-07 Thread Will Holmes
Barry,

  I had no problems with the project when I was using Netbeans 5.5 as my IDE
but I had to convert my project to work with Websphere development studio
and that is when I encountered the error below.  I believe the error is
somewhere with my Tomcat setup.  I thought maybe there might be some bugs
with Tomcat 5.5.9.  

Thanks
Wil

-Original Message-
From: Propes, Barry L [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 07, 2007 11:53 AM
To: Tomcat Users List
Subject: RE: Datasource Error

we might could stand to see more of the code...or I could at least.



-Original Message-
From: Will Holmes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 07, 2007 10:33 AM
To: users@tomcat.apache.org
Cc: [EMAIL PROTECTED]
Subject: Datasource Error


I am using Tomcat 5.5.9 on Windows XP
I have created a resouce in the Tomcat server.xml file.
I have configured the resource ref in the web.xml file.
 
When my application access the datasource I get the following error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null' 
 
Anyone have any ideas?
 
Thanks in advance!!
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Stess Test Software

2007-06-13 Thread Will Holmes
Could anyone recommend some good stress test software for Tomcat.  
 
Thanks in advance!
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 


Tomcat as a windows service

2007-04-30 Thread Will Holmes
We are upgrading from 5.0 to 5.5.  Previously I was using windows env
variables to set the java home and catalina home paths.  In version 5.5 do I
still need to use env variables or can I use the Tomcat service
configuration Java options?
 
Thanks
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 


Stable versions of Tomcat/JDK

2007-04-23 Thread Will Holmes
We are looking to upgrade our versions of Tomcat and JDK.  What versions
would you recommend?   We are currently on Tomcat version 5.0.28 and JDK
version 1.4.11.
 
Thanks!
 
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 


RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Will Holmes
Does the JDK version that created the keystore file have a tie on it?  If
not all I would need to do is install the new JDK and change my Tomcat
environment variables to point to the new JDK.  Am I correct?

Thanks again!!
Will

-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 18, 2007 11:19 PM
To: Tomcat Users List
Subject: Re: Importing an existing SSL cert into a newer JDK version

Will Holmes wrote:
 Mark,
 
   Do you know if I have to regenerate a CSR and do a reissue with our CA
or can I import the existing cert?

As far as I know, the keystore files are the same format so you can
just re-use the file. There should be no need to go back to our CA.

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Importing an existing SSL cert into a newer JDK version

2007-03-20 Thread Will Holmes
Chris,

  How do I know for certain that I didn't import into the Java
installation's system-wide
Keystore?  I used the keytool command below to import the cert.  I don't
believe I imported my cert into the system-wide keystore but I am not 100%
certain. 

keytool -import -alias tomcat -trustcacerts -file mythawtecert.txt
-keystore [keystorename]

Thanks!!

Will

-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 20, 2007 9:27 AM
To: Tomcat Users List
Cc: 'Martin Gainty'
Subject: Re: Importing an existing SSL cert into a newer JDK version

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Will,

Will Holmes wrote:
 I would be going from JDK version 1.4 to 1.5 or later.  So it sounds like
 I will have to generate a CSR for the new JDK version and I will have to
 involve my CA by reissueing the cert.  I am thinking correctly?  So there
is
 no way to reuse the keystore with the new JDK version?

The mathematics of encryption have not changed between JDK versions, so
you should be fine. As long as you are using the key format used by the
JDK (which is relatively standard), you should not have any problems.

I believe that Martin was suggesting that if you were switching
providers (say, from BouncyCastle to the Sun-provided implementation)
that you might want to re-do everything from the beginning. While that
may seem easier, there shouldn't be any reason that SSL certs obtained
from one provider would not be usable by another. SSL certs are pretty
standard. About the only think you have to do is make sure that your
keys are in a java-readable keystore (which might not be the case if you
had used another provider, and you'd have to convert).

Since you are going from SSL-enabled-JDK to another SSL-enabled-JDK, the
whole argument is academic: you should not have to do anything, unless
you imported your keys into the your Java installation's system-wide
keystore. In that case, you'll have to either replace the system-wide
keystore that came with your new JDK (which I don't recommend, since it
probably contains updated keys, CAs, etc.), or you'll have to re-import
all your keys into the new system-wide keystore.

Hope that helps,
- -chris

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/+El9CaO5/Lv0PARAv89AJ908L3ad1ikX/Xi9+y2aLQO+5N00QCeInEg
rL4+XxmyS6W8XHOaQj2ffyI=
=ItPz
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: DST Issue

2007-03-19 Thread Will Holmes
Mark,

  Just the Tomcat application is off by one hour.  The OS time is correct.
I will check out the alert from Sun again.  Maybe I missed something the
first time I looked at it.

Thanks!
Will 

-Original Message-
From: Mark Eggers [mailto:[EMAIL PROTECTED] 
Sent: Sunday, March 18, 2007 9:27 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: DST Issue

It's odd that you would have this issue on one server
and not the other.

By one hour off, do you mean the OS (as reported in
the task bar) or some application running in Tomcat?

If it's an application, then there is an issue with
tzupdater that was announced on the Sun site just a
few days before DST.

Here's the link:

http://java.sun.com/developer/technicalArticles/Intl/alert.html

I don't know why this would impact one of your systems
and not the other.

Another possibility could be that your production
Tomcat is not using the JRE/JDK that you think it is?

Again, both guesses are based on the assumption that
an application is showing the incorrect time, and not
the OS.

just my two cents . . . .

--- Will Holmes [EMAIL PROTECTED] wrote:

 Mark,
 
  I verified the time zone and the patch did apply
 because the time zone info says eastern daylight
 time instead of eastern standard time.
 
 Anything else you can think of?  This is pretty
 strange!!
 
 Thanks again!
 Will
 
 -- Original Message
 --
 From: Mark Thomas [EMAIL PROTECTED]
 Reply-To: Tomcat Users List
 users@tomcat.apache.org
 Date:  Sun, 18 Mar 2007 20:44:44 -0400
 
 Will  Kim Holmes wrote:
  Hello all,
  
   Just wondered if anyone has had any problems
 with the DST change and
  Tomcat.  We are running JDK version 1.4.2.10 and
 Tomcat version 5.0.28. 
  I ran Sun's tzupdater DST tool, on our test and
 production servers,  and
  verified that it worked.  Our production server
 is one hour off.  I
  manually removed the DST change and re-ran the
 tzupdater tool but that
  didn't make any difference.  The weird thing is
 that our test server app
  has the correct time running the same version of
 Tomcat and JDK.  If you
  have any ideas please let me know.
 
 I'd check what your production server thinks the
 current timezone is.
 Maybe the OS patch didn't take (was a reboot
 required?).
 
 It is also possible that in all the changes the
 clock got changed by
 mistake. Check that the server has the right time
 for GMT.
 
 Mark
 

-
 To start a new topic, e-mail:
 users@tomcat.apache.org
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
  
 
 
 
 


 Sent via the WebMail system at fmic.com
 
 
  

 

-
 To start a new topic, e-mail:
 users@tomcat.apache.org
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



 


Finding fabulous fares is fun.  
Let Yahoo! FareChase search your favorite travel sites to find flight and
hotel bargains.
http://farechase.yahoo.com/promo-generic-14795097

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will Kim Holmes

Hello all,

  I need to upgrade my JDK to a newer version but I have imported a SSL 
cert on the current JDK version.  Does anyone know how to import an existing 
SSL cert into a newer JDK version?



Thanks
Will

_
i'm making a difference. Make every IM count for the cause of your choice. 
Join Now. 
http://clk.atdmt.com/MSN/go/msnnkwme008001msn/direct/01/?href=http://im.live.com/messenger/im/home/?source=hmtagline
---BeginMessage---
Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 94051 invoked by uid 99); 19 Mar 2007 00:17:34 -
Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 17:17:34 -0700
X-ASF-Spam-Status: No, hits=2.0 required=10.0
	tests=HTML_MESSAGE,MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER,SPF_PASS
X-Spam-Check-By: apache.org
Received-SPF: pass (herse.apache.org: domain of [EMAIL PROTECTED] designates 65.54.246.110 as permitted sender)
Received: from [65.54.246.110] (HELO bay0-omc1-s38.bay0.hotmail.com) (65.54.246.110)
by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 17:17:25 -0700
Received: from hotmail.com ([65.54.175.37]) by bay0-omc1-s38.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668);
	 Sun, 18 Mar 2007 17:17:04 -0700
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 18 Mar 2007 17:17:04 -0700
Message-ID: <[EMAIL PROTECTED]>
Received: from 65.54.175.200 by by104fd.bay104.hotmail.msn.com with HTTP;
	Mon, 19 Mar 2007 00:17:03 GMT
X-Originating-IP: [208.100.204.200]
X-Originating-Email: [EMAIL PROTECTED]
X-Sender: [EMAIL PROTECTED]
From: "Will & Kim Holmes" <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Subject: Importing an existing SSL cert into a new version of JDK
Date: Sun, 18 Mar 2007 20:17:03 -0400
Mime-Version: 1.0
Content-Type: text/html; format=flowed
X-OriginalArrivalTime: 19 Mar 2007 00:17:04.0657 (UTC) FILETIME=[EC3D0010:01C769BB]
X-Virus-Checked: Checked by ClamAV on apache.org

Hello all,

 I need to upgrademy JDK to a newer version but I have imported a SSL cert on the current version of JDK.Does anyone know how to import an existing SSL cert into athe new version of JDK?


Thanks
Will i'm making a difference. Make every IM count for the cause of your choice. Join Now. 



---End Message---
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DST Issue

2007-03-18 Thread Will Kim Holmes

Hello all,


 Just wondered if anyone has had any problems with the DST change and 
Tomcat.  We are running JDK version 1.4.2.10 and Tomcat version 5.0.28.  I 
ran Sun's tzupdater DST tool, on our test and production servers,  and 
verified that it worked.  Our production server is one hour off.  I manually 
removed the DST change and re-ran the tzupdater tool but that didn't make 
any difference.  The weird thing is that our test server app has the correct 
time running the same version of Tomcat and JDK.  If you have any ideas 
please let me know.


P.S.
We are running Windows server 2003 and the DST patch was applied to both 
servers.


Thanks in advance!

Will

_
Watch free concerts with Pink, Rod Stewart, Oasis and more. Visit MSN 
Presents today. 
http://music.msn.com/presents?icid=ncmsnpresentstaglineocid=T002MSN03A07001



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Importing an existing SSL cert into a newer JDK version

2007-03-18 Thread Will Holmes
Mark,

  Do you know if I have to regenerate a CSR and do a reissue with our CA or can 
I import the existing cert?

Thanks
Will
-- Original Message --
From: Mark Thomas [EMAIL PROTECTED]
Reply-To: Tomcat Users List users@tomcat.apache.org
Date:  Sun, 18 Mar 2007 20:41:02 -0400

Will  Kim Holmes wrote:
 Hello all,
 
   I need to upgrade my JDK to a newer version but I have imported a SSL
 cert on the current JDK version.  Does anyone know how to import an
 existing SSL cert into a newer JDK version?

The keystore should work with the newer version. You will need to
re-import any trusted certs or copy the cacerts file from the old JDK
to the new one.

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





Sent via the WebMail system at fmic.com


 
   

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DST Issue

2007-03-18 Thread Will Holmes
Mark,

 I verified the time zone and the patch did apply because the time zone info 
says eastern daylight time instead of eastern standard time.

Anything else you can think of?  This is pretty strange!!

Thanks again!
Will

-- Original Message --
From: Mark Thomas [EMAIL PROTECTED]
Reply-To: Tomcat Users List users@tomcat.apache.org
Date:  Sun, 18 Mar 2007 20:44:44 -0400

Will  Kim Holmes wrote:
 Hello all,
 
  Just wondered if anyone has had any problems with the DST change and
 Tomcat.  We are running JDK version 1.4.2.10 and Tomcat version 5.0.28. 
 I ran Sun's tzupdater DST tool, on our test and production servers,  and
 verified that it worked.  Our production server is one hour off.  I
 manually removed the DST change and re-ran the tzupdater tool but that
 didn't make any difference.  The weird thing is that our test server app
 has the correct time running the same version of Tomcat and JDK.  If you
 have any ideas please let me know.

I'd check what your production server thinks the current timezone is.
Maybe the OS patch didn't take (was a reboot required?).

It is also possible that in all the changes the clock got changed by
mistake. Check that the server has the right time for GMT.

Mark

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





Sent via the WebMail system at fmic.com


 
   

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Hotspot_compiler for tomcat as win service?

2006-02-20 Thread Paul Holmes-Higgin
Hi

I'm trying to find where I can put .hotspot_compiler files for Tomcat
when installed as a Windows service (service.bat).  I've googled 
searched archives, tried many locations without success - anyone got any
idea?

Many thanks
Paul.

---
Paul Holmes-Higgin
Alfresco 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Hotspot_compiler for tomcat as win service?

2006-02-20 Thread Paul Holmes-Higgin
Chuck

Thanks for the suggestion - I've tried adding that option as an extra
java opt in service.bat, but it didn't appear to work.  Also, this is
for a portable installation, so I can't rely on a full java
installation (i.e. java options tab).

One assumption in all of this is that if the hotspot_compiler file gets
picked up, then I'll see some output in tomcat's log (as I do if I don't
run it as a service).  Let me know if I'm assuming too much!

Cheers
Paul.

-Original Message-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] 
Sent: 20 February 2006 20:45
To: Tomcat Users List
Subject: RE: Hotspot_compiler for tomcat as win service?

 From: Paul Holmes-Higgin [mailto:[EMAIL PROTECTED]
 Subject: Hotspot_compiler for tomcat as win service?
 
 I'm trying to find where I can put .hotspot_compiler files for Tomcat 
 when installed as a Windows service (service.bat).

You could use -XX:CompileCommandFile in the Java Options area of the
Java tab to specify an absolute path for the compiler directives.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]