Re: How to: Tomcat 5.0.16 as Windows Service

2003-12-21 Thread Bill Barker
Try http://jakarta.apache.org/commons/daemon/procrun.html. Merrill Cornish [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am current running Tomcat 5.0.16 standalone on Windows XP Pro. I would like to install it as a Windows service. All the documentation I can find dismisses

RE: two installations of Tomcat

2003-12-21 Thread Cocalea, Eugen
http://www.ubeans.com/tomcat/ e -Original Message- From: L.Karam [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 6:44 PM To: Tomcat Users List Subject: two installations of Tomcat Hi What i have to do to run two installations of Tomcat, using the same Apache Httpd ? I

Problems with load balancing

2003-12-21 Thread Yuval Zantkeren
Hi, I'm running 2 Tomcats 4.1.27 on the same server I changed the server.xml in both of them, I erased the standalone and wrote this Engine jvmRoute=tc1 name=Standalone defaultHost=localhost debug=0 Engine jvmRoute=tc2 name=Standalone defaultHost=localhost debug=0 I changed the

Re: Problems with load balancing

2003-12-21 Thread javen fang
http://www.ubeans.com/tomcat/ --- Yuval Zantkeren [EMAIL PROTECTED] wrote: Hi, I'm running 2 Tomcats 4.1.27 on the same server I changed the server.xml in both of them, I erased the standalone and wrote this Engine jvmRoute=tc1 name=Standalone defaultHost=localhost debug=0

RE: virtual hosting? anyone succeed?

2003-12-21 Thread George Sexton
I run about 6-8 virtual hosts on one installation. I created them using the Admin application and had no problems. -Original Message- From: 29djeo [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 11:34 AM To: [EMAIL PROTECTED] Subject: virtual hosting? anyone succeed? Has

Re: tomcat mysql not working

2003-12-21 Thread Leandro Costa
Thanks a lot On Sun, 21 Dec 2003 10:15:56 -0500 Doug Parsons [EMAIL PROTECTED] wrote: Leandro, If you downloaded the latest jar for mysql you will need to use: String driver = com.mysql.jdbc.Driver; When mySQL took on the driver as the official version the name was changed. Doug

Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
This might seem like an embarrassing question (or a poor post for the Tomcat-user list), but why would a developer want to download JBoss with Tomcat bundled instead of Tomcat alone? Does the Jakarta project have a competing open-source appsever product? I understand why someone would need an

Re: Why JBoss (and Tomcat)?

2003-12-21 Thread Tim Funk
Tomcat is a servlet (and jsp) container. Thats it, nothing else. Zippo. JBoss is a full J2EE server which offers all the J2EE services (and one of those things being tomcat) -Tim Michael Coughlan wrote: This might seem like an embarrassing question (or a poor post for the Tomcat-user list),

RE: Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
Thanks for the reply. Tomcat is a servlet (and jsp) container. Thats it, nothing else. Zippo. Understood. Although Tomcat seems to be more robust than Apache in tracking sessions and saving state, which is what App Servers did in the past. JBoss is a full J2EE server which offers all the

Context and MemoryRealm

2003-12-21 Thread Bart Lute
I'm trying to implement a realm to a context within a virtual host but I can't get it working. This is my server.xml for the virtual host: Host name=my.host.name Context path= docBase=/path_to_app / Context path=/stats docBase=/path_to_stats Realm

Re: Why JBoss (and Tomcat)?

2003-12-21 Thread Sebastian Ryszard Kruk
Two words man: full J2EE ;-) Dnia 12/21/2003 09:32 PM, Uz.ytkownik Michael Coughlan napisa?: This might seem like an embarrassing question (or a poor post for the Tomcat-user list), but why would a developer want to download JBoss with Tomcat bundled instead of Tomcat alone? Does the Jakarta

Re: Why JBoss (and Tomcat)?

2003-12-21 Thread Tim Funk
J2EE includes JMS, EJB, and a bunch of other acronyms. java.sun.com should have a whitepaper about j2ee and everything it can do. Most of the acronyms are enablers to solve some business problem. (Other acronyms sometime feel like they just allow consultants to make a lot of money ;) ) There

jUDDI DataSource Connection Problem (Cannot create PoolableConnectionFactory)

2003-12-21 Thread VC Ramesh
happyjuddi.jsp gives me the following error: (full text of the page enclosed at end of message) jUDDI DataSource Check + Got a JNDI Context!+ Got a JDBC DataSource (dsname=java:comp/env/jdbc/juddiDB)- DB connection was not aquired. (Cannot create PoolableConnectionFactory)- SELECT COUNT(*) FROM

Re: jUDDI DataSource Connection Problem (Cannot create PoolableConnectionFactory)

2003-12-21 Thread VC Ramesh
Thanks to those that responded. The problem is solved there was a password mismatch between MySQL (what I had set up) and jUDDI. I changed the password in MySQL and it now works fine. BTW, to the person that asked, Axis worked fine all along. VC Ramesh [EMAIL PROTECTED] wrote:

Re: How to: Tomcat 5.0.16 as Windows Service

2003-12-21 Thread Merrill Cornish
Bill, I had seen that page before, but I'll have to admit I didn't understand it fully. It says, in part: To install the service, you need to use the //IS// parameter. ... tomcat //IS//Tomcat5 ... I know this sounds dumb, but is //IS// what you actually enter on the

RE: Why JBoss (and Tomcat)?

2003-12-21 Thread Michael Coughlan
Thanks again for the reply, Tim. As you can tell, I am a little confused although it's becoming somewhat more clear. J2EE includes JMS, EJB, and a bunch of other acronyms. java.sun.com should have a whitepaper about j2ee and everything it can do. I think I can imagine that whitepaper. This

Re: How to: Tomcat 5.0.16 as Windows Service

2003-12-21 Thread Merrill Cornish
OK, I'm answering myself. The first time I saw that page of jakarta.apache.org and tried it, it didn't work. I tried again just now, and the command line command did seem to work (although it looks like it's over the 256 byte limit). The result is a Tomcat entry in the services list, set for

Re: how to uri map virtual host

2003-12-21 Thread javen fang
Can anybody help me? vhost map question. thanks very much! --- javen fang [EMAIL PROTECTED] wrote: Hi all: I configure iis5 + tomcat5, in workers2.properties : [channel.socket:localhost:8009] info=Ajp13 forwarding over socket tomcatId=localhost:8009 host=localhost port=8009 #

Tomcat 4.1.18 MailSession Problem

2003-12-21 Thread Cord Awtry
Hello all, I'm hoping someone can given me some help here. I'm attempting to set up a mail session but I can't seem to get Tomcat to use the specified host of the mail server, it keeps using only localhost. In my web.xml, I have: resource-ref descriptionMy Mail

Please Help!! Tomcat 5 Clustering

2003-12-21 Thread matthew . rapoport
Hi All, I am a Tomcat newbie running Tomcat 5 and I would like to implement clustering between 2 servers. I followed the instructions given at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html When I

Tomcat threading questions

2003-12-21 Thread Neil Aggarwal
Hello: I have a couple of questions about the way Tomcat uses threads: 1. If a thread does an infinite loop or other operation that would cause it to wait forever, will Tomcat kill it? If not, is there a way to do that? If so, how would we control the timeout? 2. Is

Re: How to: Tomcat 5.0.16 as Windows Service

2003-12-21 Thread Bill Barker
Assuming that you haven't already, you could try setting '--StdOutputFile' and especially '--StdErrorFile' to help you debug your config. Alternatively, you could try: tomcatw //GT//Tomcat5 and see if any messages show up in the log when you right-click on the icon. Merrill Cornish [EMAIL

Re: Tomcat threading questions

2003-12-21 Thread Bill Barker
Neil Aggarwal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello: I have a couple of questions about the way Tomcat uses threads: 1. If a thread does an infinite loop or other operation that would cause it to wait forever, will Tomcat kill it? If not, is there a way to do

Problem with Excel and Word Documents

2003-12-21 Thread Arnab Chakravarty
Hi All, While downloading/viewing a file from a jsp page, there are no problems encountered by IE. But, when the same is opened on Netscape 7.0 (and up), the file is opened up in the same window and all the data is improperly rendered because NS cannot interpret the file properly. I wish to