Classpath

2001-03-11 Thread Jeff Finley
I'm so bewildered here.  I'm just now setting up Tomcat on a Win98 machine.  Tomcat is working great for the examples that were sent but I cannot get it to recognize a java class that I built just to put in a jsp.  The only thing referenced about the class is the class.   I've put the class in the

Will not see getters and setters

2001-03-12 Thread Jeff Finley
Woo Hoo!  Tomcat 4 beta is working!  Ant is working!      Now the problem, simple little .jsp with a simple little bean.  Says that it cannot find a property that is there, the property does have getters and setters.  If I just do the jsp:usebean tag the page compiles fine, when I try hitting the p

Re: Will not see getters and setters

2001-03-13 Thread Jeff Finley
: [EMAIL PROTECTED] Subject: Re: Will not see getters and setters "Jeff Finley" <[EMAIL PROTECTED]> writes:>> Using method 2: > State is:   ^ 

Re: Will not see getters and setters

2001-03-13 Thread Jeff Finley
Ya'll are the best!  This worked.  The sad thing was is that I pulled that example straight from source code on Gamelan in an article on how to do .jsp. - Original Message - From: David Wall Sent: Tuesday, March 13, 2001 10:37 AM To: [EMAIL PROTECTED] Subject: Re: Will not see getters and

Re: Feed Back______more details

2001-03-13 Thread Jeff Finley
Getting a little testy Dennis? - Original Message - From: Dennis Daniels Sent: Tuesday, March 13, 2001 1:02 PM To: [EMAIL PROTECTED] Subject: Re: Feed Back__more details I don't know if anyone can help you with the amount of information you'veprovided...what exactly is your problem?Ar

Servlet running no output to browser

2001-03-15 Thread Jeff Finley
Hello all!  JSP is working good from my application directory on the test pages that I've made, servlets are not so good.  I'm running Tomcat as a standalone server with port 8080.  The servlet, just a simple helloworld out of the examples, is being executed with the following url:  http://localhos

Re: What Jdks does tomcat work with?

2001-03-15 Thread Jeff Finley
I've got a standalone tomcat running on a Win98 machine that is working for .jsp but I cannot get the /servlet to work.  Yes I'm running the jdk1.3 and the latest beta of j2ee. - Original Message - From: Sankaranarayanan Ganapathy Sent: Thursday, March 15, 2001 9:42 PM To: '[EMAIL PROTECT

Re: What Jdks does tomcat work with?

2001-03-15 Thread Jeff Finley
Jan,   The servlet examples shipped with tomcat 4.01beta are working fine.  I can get the .jsp to work in my app directories but I cannot get the text from a simple HelloWorld servlet to show.  No error code, it finds it but it just doesn't display the text.  Any ideas? - Original Message ---

Got it!

2001-03-15 Thread Jeff Finley
He    flippin  Hawww     I got the servlet to work finally!    Trying to do a simple servlet, HelloWorld, out of a app directory in webapps.  Couldn't get it to recognize the servlet and produce output, very frustrating!  Anyway I figured

System out and System err

2001-03-15 Thread Jeff Finley
Where are the outputs for these going in Tomcat 4.01beta?  I cannot find them in any logs!  Please help, need it to debug a servlet.Jeff FinleyNo Technologies Inc.Just Doing it because, NY 000501

Re: System out and System err

2001-03-15 Thread Jeff Finley
m out and System err >>>>> "J" == Jeff Finley <[EMAIL PROTECTED]> writes:    J> Where are the outputs for these going in Tomcat 4.01beta?  I    J> cannot find them in any logs!  Please help, need it to debug a    J> servlet.Bad choice.  IMHO, you should be

Re: System out and System err

2001-03-15 Thread Jeff Finley
Found the doc on the jakarta site, thank you. - Original Message - From: Jeff Finley Sent: Thursday, March 15, 2001 11:34 PM To: TomcatUsers Subject: Re: System out and System err Thank you sir, now if I could just figure out what that meant!  Hahahaha, I'm really new to Tomcat,

Running servlets in a stand alone

2001-03-16 Thread Jeff Finley
Ok, this is the second machine!  I FINALLY go servlets to run on a win98 machine with tomcat 4.01 beta now I'm trying to do the same thing, tomcat 4.01 beta standalone and I cannot get the stupid HelloWorld servlet to output to the browser!  It appears to run, no log messages saying exceptions, no

Re: jsp

2001-03-16 Thread Jeff Finley
Well it appears that the .jsp is automagic if you use the recommended directory structure and a simple web.xml file.  I got .jsp to run no problem, now I can't get /servlet to run AT ALL!  BTW, I use ANT to do the build and management. - Original Message - From: [EMAIL PROTECTED] Sent: Fr

Adding log4j classes to a standalone tomcat server

2001-03-16 Thread Jeff Finley
How do you add classes that Catalina will recognize in a Tomcat 4.01 beta standalone configuration.  Catalina overrides the system classpath and I'm not seeing anywhere in any of the server .xml files to add a dir for additional classes.  Thx.Get your FREE download of MSN Explorer at http://explore

Re: Adding log4j classes to a standalone tomcat server

2001-03-16 Thread Jeff Finley
ut in the "lib" directory will be loaded by Catalina and visible from your servlets. That's where you should put things like log4j.   Remy   - Original Message - From: Jeff Finley To: TomcatUsers Sent: Friday, March 16, 2001 9:56 PM Subject: Adding log4j classes to a stan

Ok, servlet inits but doesn't do a doPost or doGet

2001-03-16 Thread Jeff Finley
Through the infinite torture of get log4j to work in my servlets I've determined that the servlet will initialize (init() method) just ducky.  When I do a form posting to the servlet for the first time it grinds and grinds and then comes back with a blank page, subsequent form postings are rather f

Re: Ok, servlet inits but doesn't do a doPost or doGet

2001-03-16 Thread Jeff Finley
ice method and then couldn't figure out why doPost and doGet wouldn't do a thing.   Duh, the stub for service was still there! - Original Message ----- From: Jeff Finley Sent: Friday, March 16, 2001 11:12 PM To: TomcatUsers Subject: Ok, servlet inits but doesn't do a doP

Re: JDBC Driver

2001-03-17 Thread Jeff Finley
Hehehehe, it's not MS it's M$..heheheh - Original Message - From: Tomcat Sent: Saturday, March 17, 2001 3:45 AM To: TomcatUsers Subject: JDBC Driver Hello Any Idea where I can find a free implementation of Type 4 JDBC Driver for MS SQL 7   - Sumith Get your FREE download of MSN Ex

Re: MySql Problem

2001-03-19 Thread Jeff Finley
Because of the way that Tomcat figures out your classpath it is best to place the mmmySQL driver in the /lib of Tomcat.  I put it there on a win98 machine and connected first time. - Original Message - From: dick Sent: Sunday, March 18, 2001 10:23 PM To: [EMAIL PROTECTED] Subject: Re: MyS