Inquiries...

2002-09-26 Thread Glinn Cortez
Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I have also already installed JDK in my PC. What are things I need for me to start using Tomcat by running .jsp files? What are some database server that are compatible with Tomcat. Please help me sort out these things. Thank you

Re: AW: Inquiries...

2002-09-27 Thread Glinn Cortez
of choice. And some patience. Glinn Cortez wrote: Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I have also already installed JDK in my PC. What are things I need for me to start using Tomcat by running .jsp files? What are some database server that are compatible

Re: AW: Inquiries...

2002-09-27 Thread Glinn Cortez
2002 08:56 An: Tomcat Users List Betreff: Re: Inquiries... You need some text editor to write your jsp(s), A jdbc driver for your db of choice. And some patience. Glinn Cortez wrote: Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I have also already

HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Please help me on this. Everytime I'm trying to run the sample .jsp file, this page is displayed. Why is this so? type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark for the reply... Where can I find tools.jar?..I've tried searching that file in Tomcat directory but I failed. Yes, I do have JDK installed in JAVA_HOME environment variable has been set. Any more idea Mark?... r/gli Mark Eggers wrote: Glinn, It looks like tools.jar is

Re: HTTP Status 500 - Internal Server Error

2002-09-27 Thread Glinn Cortez
Thanks Mark!...Now it's working already. by the way, I've added you in my yahoo list. r/gli Mark Eggers wrote: tools.jar should be in JAVA_HOME/lib (jdk 1.3.1_04). Mine is also in TOMCAT_HOME/common/lib. I don't know where it would be if you are using jdk 1.4. Make sure that

HTTP Status 404

2002-09-30 Thread Glinn Cortez
Hello! I have this file hello.jsp located in the ..\webapps\hello.jsp. When I tried running in my browser like http://localhost:8080/hello.jsp, the following are displayed in the screen. Apache Tomcat/4.0.5 - HTTP Status 404 - /hello.jsp

Re: HTTP Status 404

2002-09-30 Thread Glinn Cortez
thanks for the reply i put the jsp page in this location: C:\Program files\Apache Tomcat 4.0\webapps\hello.jsp i've tried requesting http://localhost:8080/ and i got it correctly but when trying to request that hello.jsp page the error awhile ago is displayed. micael wrote: Where is

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
thanks for the reply i put the jsp page in this location: C:\Program files\Apache Tomcat 4.0\webapps\hello.jsp i've tried requesting http://localhost:8080/ and i got it correctly but when trying to request that hello.jsp page the error awhile ago is displayed. r/gli micael wrote:

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
mic, i entered http://localhost:8080/hello.jsp in the browser's address bar. and i tried typing http://localhost:8080\hello.jsp and still it won't work. micael wrote: Your original post said you had [...]8080\etc. in the browser, if so, the \ should be /. Or, was that just a typo? At

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
yes mic, i've tried that also like http://localhost:8080/java_samples/hello.jsp and still it won't work... r/gli micael wrote: Well, you were right the first time. Do you have hello.jsp in an application? If so, then you have to type in: http://localhost:8080/myapp/hello.jsp if

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
i tried droping the file under ..\examples and it works but putting it in the root like http://localhost:8080/hello.jsp won't work... i'm a new user of tomcat. is web.xml matters a lot?... micael wrote: The initial file that worked for you was in the ROOT application. Do you have

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
ohh i see...actually mic, i've tried scanning web.xml seen those codes in it. i just realize that web.xml must go together with the .jsp file i am running... by the way, i'm from the philippines and you are from? r/glinn micael wrote: Try it with existing applications, like ROOT and

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
Great!... I have a background in ASP, scripting using VBScript and JavascriptI'm personally studying using java or using .jsp web application... this is the first time i've use tomcat. r/glinn micael wrote: I am in the State of Washington in the United States. What is your

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
what do you mean mic?.. micael wrote: Odd, Glinn, I seem to be getting that your isp is located in California? At 03:35 PM 10/1/2002 +0800, you wrote: Great!... I have a background in ASP, scripting using VBScript and JavascriptI'm personally studying using java or using .jsp web

Re: HTTP Status 404

2002-10-01 Thread Glinn Cortez
yes, mic. our isp is located in california. but i'm here right now in the philippines. r/glinn micael wrote: Odd, Glinn, I seem to be getting that your isp is located in California? At 03:35 PM 10/1/2002 +0800, you wrote: Great!... I have a background in ASP, scripting using VBScript

Re: JDBC Driver Installation

2002-10-01 Thread Glinn Cortez
anyone who can suggest to me what JDBC Driver to use for MS Access 2000 running in WIN2000? thank you... r/glinn Rick Fincher wrote: Hi Frank, That's only for container managed security realms. The JNDI realm looks in an LDAP database, while the JDBC realm looks in a database for

Class org.apache.jsp.InventoryData not found.

2002-10-03 Thread Glinn Cortez
Hello! I have this code: --- %@ page language=Java import=java.sql.* % jsp:useBean id=user class=InventoryData scope=session/ jsp:setProperty name=user property=*/ HTML BODY A