Re: Virtual hosts with standalone tomcat 5.5.9

2005-06-25 Thread Drew Jorgenson
how do you have mail.external.mysite.com set up in your dns?? Does it point to the same IP as your tomcat server that mysite.com is hosted on? Drew. On Fri, 2005-06-24 at 18:16 -0400, [EMAIL PROTECTED] wrote: mail.external.mysite.com

Re: Illegal IMail List Server Command!

2005-05-17 Thread Drew Jorgenson
Very annoying! On Mon, 2005-05-16 at 12:28 -0400, List Server wrote: New Atlanta List Server General Help File - Lists hosted by this server are: bluedragon-interest servletexec-interest jturbo-interest Use one of these list names

deploy WAR to /

2005-04-16 Thread Drew Jorgenson
Hey list, I am trying to deploy a war file to tomcat 5.5.4 and naming the war file ROOT.war and for some reason it is not getting deployed to / of the virtual host that it's being deployed on. Any suggestions? Drew. - To

Re: Tomcat Hang on Linux (hangs the entire system)

2005-03-30 Thread Drew Jorgenson
Check your RAM, might be bad Drew. On Wed, 2005-03-30 at 23:38, Steve Vanspall wrote: Hi there, I am posting this in a few areas because I cannot pinpoint where the problem stems from. I have a standard Pentium III bases pc running linux. It has only 380 meg (or therabouts) of

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
out of the question since I host for so many people. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 4:14 PM To: Tomcat Users List Subject

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
address, and make that the default host. That's out of the question since I host for so many people. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24

RE: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
to the same container. Drew P.S. I will think about this a bit more since it is valid point, I wouldn't want to give out all my static IPs just for the wild cards to work. On Fri, 2005-03-25 at 12:36, Drew Jorgenson wrote: I think that would still be up to your dns settings. You could have

Re: Wild Card Hosting

2005-03-25 Thread Drew Jorgenson
; not the optimal solution, but it works for us for now. Drew Jorgenson wrote: Woops, I don't think that will work with Tomcat since the subdomain.mydomain.com would be passed to it and Tomcat won't know which container it goes to. The way I normally do this, is assign a static IP

Re: Wild Card Hosting

2005-03-24 Thread Drew Jorgenson
Are you able to assign a static IP address to your virtual host, meaning do you have a static IP available? Drew. On Wed, 2005-03-23 at 10:42, George Sexton wrote: Does anyone know if Tomcat supports Wild card hosting? Can I specify a pattern say *.domain.com And have all requests get

Re: host tag in server.xml

2005-03-11 Thread Drew Jorgenson
Hey Michael, The way I do it is first of all set the wildcard in the DNS config for the domain and point it to a certain IP address, e.g. * IN A 1.2.3.4 then I set up the virtual host in server.xml to contain the IP address as an alias Host name=www.mydomain.com debug=0

Re: newbie having problems with MySQL JDBC/JNDI Datasource example

2005-03-01 Thread Drew Jorgenson
javax.servlet.ServletException: Unable to get connection, DataSource invalid: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' what is your connection URL? it doesn't seem like you're supplying one to the driver. If you're passing it

Re: newbie having problems with MySQL JDBC/JNDI Datasource example

2005-03-01 Thread Drew Jorgenson
Woops, my bad, that's not it, I should have read the entire message :( Drew. On Tue, 2005-03-01 at 18:51, Drew Jorgenson wrote: javax.servlet.ServletException: Unable to get connection, DataSource invalid: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Drew Jorgenson
OK, the problem normally does not come from the driver, just try this: from your freshly installed MySQL database, remove the test database and also the test user from the database permissions table and from any global user definitions, then flush-privileges and you should be ready to go. Drew.

Re: Can servlet mappings be done somewhere other than web.xml?

2005-02-22 Thread Drew Jorgenson
Looks like the invoker servlet is being used, which is declared in the global web.xml file. The servlet-name and servlet-class that you see are used to map a name to a servlet, which are all accessed through /servlet/* Drew. On Tue, 2005-02-22 at 10:43, Beckle, Steven R wrote: I'm currently

Re: java.lang.IllegalStateException in tomcat 5.5.4

2005-02-16 Thread Drew Jorgenson
Check your source code and make sure your session is initialized correctly. Drew. On Wed, 2005-02-16 at 22:13, ssk 2001 wrote: How to solve this error , pls advice java.lang.IllegalStateException: getAttribute: Session already invalidated at

Re: Shutdown not working under SLES8 and FC2

2005-02-09 Thread Drew Jorgenson
to shut down because it was not able to find the virtual domain directories and respective web.xml files. Drew. On Wed, 2005-02-02 at 12:47, Drew Jorgenson wrote: Mine won't shutdown either, I have to killall -9 java. The server this is happening to is running RH 3AS with jdk1.5 and Tomcat 5.5.4

Re: Shutdown not working under SLES8 and FC2

2005-02-02 Thread Drew Jorgenson
Mine won't shutdown either, I have to killall -9 java. The server this is happening to is running RH 3AS with jdk1.5 and Tomcat 5.5.4 Drew. On Wed, 2005-02-02 at 12:05, Al Sutton wrote: Has anyone else had problems with the shutdown script not shutting down Tomcat on Fedora Core 2 and/or SuSE

RE: Edit session timeout

2005-01-30 Thread Drew Jorgenson
session-config session-timeout120/session-timeout /session-config Look, at the web.xml file inside the conf directory, the global web.xml file that is. You can usually find this right above the mime-type mapping definitions. Drew. On Sun, 2005-01-30 at 20:28, Aris Javier

Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
I don't think admin comes bundled with Tomcat 5 by default, you need to install it yourself. Drew. On Fri, 2005-01-28 at 12:22, Punit Duggal wrote: I installed Tomcat 5.0.30 on my PC and added the admin role to the tomcat-users.xml file. When I try to access the admin app using

RE: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
ok, my bad ;-) On Fri, 2005-01-28 at 14:48, Caldarale, Charles R wrote: From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Subject: Re: Unable to access Tomcat Admin Application I don't think admin comes bundled with Tomcat 5 by default, you need to install it yourself. He's using

Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
Does Tomcat come with a full installer on Windows? if not did you unzip/tar to a FAT or NTFS partition? On Fri, 2005-01-28 at 12:22, Punit Duggal wrote: I installed Tomcat 5.0.30 on my PC and added the admin role to the tomcat-users.xml file. When I try to access the admin app using

Re: Tomcat Bug?

2005-01-24 Thread Drew Jorgenson
OK, look inside TOMCAT_INSTALL_DIR/work/Catalina/localhost (or whatever other virtual host you may be running) delete the cached file in question or all of them and restart tomcat ;-) Drew. On Mon, 2005-01-24 at 20:11, Aris Javier wrote: Hello! Please Help! It seems Tomcat won't refresh

tomcat setups

2005-01-07 Thread Drew Jorgenson
Hey guys, I'm just trying to see how many clients/sessions you guys get Tomcat to support at the same time, and what kind of setup did you have to consider for each case (clustering, load balancing), I would like to be able to support over 1000 users, is that possible with one instance of Tomcat

Re: [OT]web development fee

2005-01-05 Thread Drew Jorgenson
Epyonne, Please email me directly, I have sent you a reply, but the email returned unsent. Drew. On Wed, 2005-01-05 at 22:02, Daniel Watrous wrote: I have heard of http://www.merchantspace.com/product/index.jsp. I haven't used it though. A search on Google will likely give you a handful