Is Tomcat part of this product?

2004-07-02 Thread Howler D. Wolfe
*Hello Everyone, Pardon my ignorance, its been a while since, I've been on this list. I have a question and I'm not trying to start a flame war or anything like that I really am just interested in the differences. I would like to know what the differences are between Tomcat 5.x and Sun Java Sy

Re: connecting to mysql database

2001-07-30 Thread Howler D. Wolfe
Chad Wray wrote: > I am trying to access a mysql database on a linux box. > > I am getting the following error: > javax.servlet.ServletException: Unable to load class > org.gjt.mm.mysql.Driver > at > >org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459

RE: Servlet web hosting?

2001-07-23 Thread Howler D. Wolfe
Hi Lloyd, Webhosting may be a bit off topic for this list, but I would be glad to help you out. I just moved from an M$ centric host as well. What I've done may be a little different than what you want. First off I will say that my new webhost does not support servlets at this time. However, the

Re: Problems with a simple JSP and mySQL connect

2001-07-21 Thread Howler D. Wolfe
;Y') >mysql> INSERT INTO user SET Host='localhost',User='admin', > Reload_priv='Y', Process_priv='Y'; >mysql> INSERT INTO user (Host,User,Password) >VALUES('localhost','dummy'

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
r.getConnection("jdbc:mysql://larry/howlerdb?user=root&password= > rootpassword"); > > or if you're trying to log in as howler > > Connection con = > DriverManager.getConnection("jdbc:mysql://larry/howlerdb?user=howler&passwor > d=

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
Simon, I miss read your question. The host machine is "larry" and the db account I use is "root" I hope that clarifies things. Thanks again John Brosan Simon Chan wrote: > Which machine (host) and what db account you access the database from? > > "Howler

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
Currently, I have it all on 1 machine, Tomcat, Apache, and MySQL, larry, and I am logged in as "howler" Simon Chan wrote: > Which machine (host) and what db account you access the database from? > > "Howler D. Wolfe" wrote: > >> I have data in this tabl

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
me("org.gjt.mm.mysql.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql:///howlerdb","howler", "winston2644"); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("SELECT * FROM tblMenu"); while (rs.next()) { out.

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
(empty) (empty) All are set to 'N' localhost howler All are set to 'Y' Not sure whats going on with this or what exactly should be here. Any suggestions would be helpful Thanks John Brosan Simon Chan wrote: > Please check your mysql.user table to make sure that

Problems with a simple JSP and mySQL connect

2001-07-18 Thread Howler D. Wolfe
> Hello Everyone, I apologize if this has been answered in a previous post. I've been digging through old posts and and searching on the net for an answer to this problem. I am runnin Tomcat 3.2.2 and Apache 1.3.19 and MySQL (I think the latest version). I am able to run the examples wit

So what *IS* available?

2001-06-27 Thread howler
Hello Everyone, I was just going through the posts and have been following this thread. Despite Tomcat not meeting Nick's needs and the frustration he must have had, he does bring up a good question. What is out there that can handle Nick's problems? I am still new to the Tomcat scene so please

RE: Apache won't start with Tomcat

2001-06-26 Thread Howler D. Wolfe
I had a similar problem with my Tomcat. My problem turned out to be that I am running Mandrake 8.0 and its using a version of Apache called "Advanced Extranet Server" http://www.advx.com . The mod_jk.so file for me had to be place in a different directory. I believe it was in /usr/lib/apache-extr

RE: new tomcat user

2001-06-21 Thread Howler D. Wolfe
Hi Richard,   I have just finished installing Tomcat on a Linux server, but the basic software requirements are the same.   I used the following software   Apache 1.3.19   My webserver of choice Tomcat 3.2.2 And of course Tomcat ;) mod_jk  mod_jk link between Tomcat and Ap

RE: Problems with Tomcat behind a firewall

2001-06-21 Thread Howler D. Wolfe
blems with Tomcat behind a firewall It's more of a configuration rather than a 'problem'. You may want to try the RewriteRule directive within apache. -keng wong > -Original Message- > From: Howler D. Wolfe [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2

RE: Problems with Tomcat behind a firewall

2001-06-21 Thread Howler D. Wolfe
Keng, Thanks for the info. Is there anyway to get past the dreaded 'trailing slash' problem? -Original Message- From: Keng Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Problems with Tomcat behind a firewall Howle

Problems with Tomcat behind a firewall

2001-06-21 Thread Howler D. Wolfe
Hello everyone, I've currently got Mandrake 8.0, Apache 1.3.19, and Tomcat 3.2.2 setup on a server at my home. I've been able to get Apache w/mod_jk and Tomcat setup. Everything seems to be working fine behind the Linksys router. All examples, both JSP and Servlet work flawlessly behing the fire

Missed a config statement???

2001-06-20 Thread Howler D. Wolfe
Hello everyone, I am running Apache 1.3.19 and Tomcat 3.2.2 on Mandrake 8.0 Tomcat is installed and *appears* to be functioning fine. All examples work fine from the server as well as other machines on the network. However, when someone from the Internet attempts to hit http://howler.hn.org/exam

Trouble execute jsp on Tomcat 3.2.2

2001-06-19 Thread howler
Hello Everyone, I've got Tomcat 3.2.2 setup on Mandrake 8.0 running Apache 1.3.19. I've installed mod_jk. It seems that I can run servlets on Tomcat in standalone and via Apache, but I can't seem to run the JSP examples from either. I am getting the following error: Not found (404) Original

Tomcat 3.2.2 Install problems

2001-06-14 Thread Howler D. Wolfe
Hello Everyone, Sorry for reposting this...but I could really use some help. Before I begin, I would just like to say that I am a newbie when it comes to the Apache webserver, Tomcat, Java, JSP and to some respects Linux. I am trying to get a good clean grasp as to what I have to have install

Tomcat 3.2.2 Install problems

2001-06-14 Thread Howler D. Wolfe
Hello Everyone, Before I begin, I would just like to say that I am a newbie when it comes to the Apache webserver, Tomcat, Java, JSP and to some respects Linux. I am trying to get a good clean grasp as to what I have to have installed and working in order to use JSP and Servlets. I am running