Re: Tomcar 4.0.1 Installation

2001-12-31 Thread Stan Levine
Thanks for the explanation of the "convenient libraries". A few questions... 1) You mention step 23, my instructions ("Building the Tomcat 4.0 Servlet/JSP Container") has 17 steps. Step 16 refers to the build.properties file. Is this what you are referring to? What are steps 18 to 23? 2) These

Tomcat RPMs?

2001-12-31 Thread Donald Lee
I went to http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/rpms/ downloaded tomcat4-4.0.1-1.noarch.rpm installed using rpm -iv tomcat4-4.0.1-1.noarch.rpm everything appeared to be going ok until I came to the part in the doc file I found called running.txt "execute shell command

tomcat servlet output

2001-12-31 Thread Sanjeev Rathore
My servlets in Tomcat works just fine, but I was wondering where does the 'System.out.println("bla bla...")' goes when the servelet is executed. I would like to use this to debug my servlet. thanks, Sanjeev - Do You Yahoo!? Send your FREE holiday gree

tomcat 3.3 shutdown and -security

2001-12-31 Thread Gordon Maclean
Here's a solution if anyone has security enabled and can't get tomcat 3.3 to shutdown via shutdown.sh. Add this permission to tomcat.policy for codebase "file:${tomcat.home}/lib/-" permission java.net.SocketPermission ":1024-","accept"; where "" is the name of the host runni

Re:Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver ..

2001-12-31 Thread David Morsberger
Craig, The only issue I had while making the transition from 3.2 to 3.3 is the .zip file for Oracle. Everyone I talked to viewed .jar and .zip files as on and the same. I posed to question to my colleagues that .zip files are not supported in 3.3 and it was unanimous, Java supports both and there

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Craig R. McClanahan
On Mon, 31 Dec 2001, David Morsberger wrote: > Date: Mon, 31 Dec 2001 13:02:23 -0500 > From: David Morsberger <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: > Tomcat4.0:-java.lang.ClassNotFoundException:oracle

Re: Help starting Tomcat 4.0 on Windows 2000

2001-12-31 Thread Simon Gottesman
Thank you, Rama. Tomcat works fine now that I upgraded to 1.3 (after I had some issues with my CLASSPATH settled). Thank you also Jim for the app. I haven't tried it yet - can I use it for other troubleshooting purposes connected to Tomcat or is it only for startup issues? Thank you both again,

Re:Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver ..

2001-12-31 Thread David Morsberger
I agree. My main point is that the issue should be explicitly stated in the documentation. Multiple resolutions can be included. > From: Jan Labanowski <[EMAIL PROTECTED]> > Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > Date: Mon, 31 Dec 2001 13:59:28 -0500 (EST) > To: Tomcat Users List <[E

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Jan Labanowski
On Mon, 31 Dec 2001, David Morsberger wrote: > I had the same problem and converting the .zip to a .jar worked. I reviewed > the documentation and I could not find any mention of zip files. Does the > absence of info on zip files imply they are not supported? > > I think the Tomcat 3.3 and 4.0 d

RE: Get me off this list

2001-12-31 Thread Soffen, Matthew
The problem is that it is trunctating the line at the carriage return. Make the to address: mailto:tomcat-user-uc.1009391754.ckplalfinlacligilfca-Phil.Gilmore=acs-inc.c [EMAIL PROTECTED] (put this ALL On one line). Matt Soffen -Original Message- From: Gilmore, Phil [mailto:[EMAIL P

Re:Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread David Morsberger
I had the same problem and converting the .zip to a .jar worked. I reviewed the documentation and I could not find any mention of zip files. Does the absence of info on zip files imply they are not supported? I think the Tomcat 3.3 and 4.0 documentation should be updated to explicitly state that

RE:Get me off this list

2001-12-31 Thread Gilmore, Phil
I've also been trying to get off this list, since the 19th. When I unsubscribe using the link at the bottom of a message, I get a reply, not a bounce message. This reply asks me to confirm my request by sending a message to a long address. I'm using OUTLOOK 2000, and it indeed truncates long ad

RE: Linux/windows, database choice, hosting, and whether to plug in to apache or not

2001-12-31 Thread Michael Wentzel
> 1. Should it run on Windows or Linux? I suspect I should > use Linux but i Windows a viable option? Matter of personal choice. Many would say a linux server would be more secure/stable but it really depends on what you're more comfortable maintaining, your budget, and client preferences i

Re: j_security_check

2001-12-31 Thread Craig R. McClanahan
On Mon, 31 Dec 2001, Boudreau, Mike wrote: > Date: Mon, 31 Dec 2001 10:34:14 -0500 > From: "Boudreau, Mike" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: j_security_check > > I have a requirement to implement sec

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Craig R. McClanahan
On Mon, 31 Dec 2001, Sachin Tyagi wrote: > Date: Mon, 31 Dec 2001 14:52:15 +0530 > From: Sachin Tyagi <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: > Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDrive > r

Re: URL string not supported

2001-12-31 Thread Craig R. McClanahan
On Mon, 31 Dec 2001, Lai Kok Cheong wrote: > Date: Mon, 31 Dec 2001 16:29:19 +0800 > From: Lai Kok Cheong <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: URL string not supported > >I suspect tomcat 4.01 does n

Linux/windows, database choice, hosting, and whether to plug in to apache or not

2001-12-31 Thread Jeff Prideaux
I'm developing a Tomcat 4.01 website and need to make some high level decisions. Can anyone give some quick advice? 1. Should it run on Windows or Linux? I suspect I should use Linux but is Windows a viable option? 2. Should I plug Tomcat into Apache web-server or is the build-in web-server

Re: URL string not supported

2001-12-31 Thread RSEQUEIRA
Try using the URL: http://www.server.com/vl/paramone/paramtwo/paramthree Thanks. RS Lai Kok Cheong <[EMAIL PROTECTED]> on 12/31/2001 02:29:19 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> cc: Subject: URL string not supported

j_security_check

2001-12-31 Thread Boudreau, Mike
I have a requirement to implement security via LDAP and RDBMS. I was planning on using Form Based Authentication utilizing the j_sucurity_check. I see that you can use a JDBC Realm, but can I implement an LDAP realm or some custom solution and take advantage of the web.xml security declarati

Re: Getting tomcat to re-compile all .jsp's

2001-12-31 Thread Marcelo Demestri
Try to delete the contents of the work folder (Tomcat 4.0.1). This folder has all the servlet compiled from the jsp's pages. Tell me if it works! Marcelo - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 30, 2001 1

RE: Tomcat shutdown problems

2001-12-31 Thread Mark . Donoghue
Mav, I had a similar error upon startup. I switched from java 1.2.1 to java 1.3.1 and it healed. -Mark -Original Message- From: Mav Rck [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 30, 2001 7:32 PM To: [EMAIL PROTECTED] Subject: Tomcat shutdown problems When I try to shutdown To

GOOD NEWS: Tomcat 4.01 service on Win2k, JDK1.3.1_02 & JDK 1.4b3 working, root cause found...

2001-12-31 Thread Guido Medina
Hi, I was asking how to solve this problem that I have been seen for a while here in this list, when you install JDK 1.3.1_01 for example and after Tomcat 4.01, TC creates a register named JavaSoft pointing to Program Files/JavaSoft/JRE1.3.1_01, when you upgrade the JDK that subdir will change,

RE: problem with multiple instances on Tomcat 4.0.1

2001-12-31 Thread Mark . Donoghue
dj, Did you change all of the port assignments? I ran into the same problem and found I hadn't changed the port for the tomcat server : I had just changed the HTTP connector port. Search for "port" in the server.xml file and see where it's being assigned. Good luck, -Mark -Orig

problem with multiple instances on Tomcat 4.0.1

2001-12-31 Thread Dong Jiang
Hi, I installed Tomcat4.0.1 on a Solaris box. I try to start multiple instances on different port according to the installation instruction. However, I found that I can only start one instance at the one port, the other instances, although set to start at different ports by server.xml, has addres

problem whith request URL

2001-12-31 Thread Patrick . Pierra
hello! i've a problem whith an URL. I try to pass a lot of data through an URL and may be because the URL is too long i receive an error : 2000-12-31 11:55:45 - ContextManager: Error reading request, ignored - java.lang.ArrayIndexOutOfBoundsException java.lang.Throwable() java.lang.Exc

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Ljubo Brglez
You can try to put your jar file in $CATALINA_HOME/common/lib dir. Ljubo Sachin Tyagi wrote: >hi all, >while I am running my web application with Tomcat4.0(Catalina) in accessing >database queries.It is showing java.lang.ClassNotFoundException: >oracle.jdbc.driver.OracleDriver.. >I am using c

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Amine AMAR
Hi Sachin try unzipping classes12.zip and then jar it again (jar cvf ...) and put the classes12.jar in your application\WEB-INF\lib or tomcat\lib directories. Amine - Original Message - From: "Sachin Tyagi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 31, 2001 9:22

Re: Virtual hosts

2001-12-31 Thread Ljubo Brglez
Lonnie wrote: > When I modified the server.xml file it di not work. Is it possible to > run Tomcat on port 80 when you are also running other virtual hosts > with Apache? If it is I'll continue to read and play around. if it is Why not? You need mod_webapp or mod_jk for apache. Ljubo -- To

Tomcat, Apache and virtual hosts

2001-12-31 Thread Nikola Milutinovic
Hi. I have seen your HOWTO and have some questions. My situation is a bit more complex. Let's say I would like to achieve a general situation: HOST1 Tomcat { VirtualHost www.vhost1.com { Context "Addres book" { deployed under it's own directory with path "/a

Re: JSSE 1.0.2

2001-12-31 Thread Duncan Smith
Sorry. I was configuring JRE right, but I was configuring the wrong JRE. I'm new to java and didn't know that JRE came with the JDK, so I installed it seperatly. Many thanks for your help Duncan -- To unsubscribe: For additional commands:

How to find Date Format in a Database

2001-12-31 Thread Venkat Dosapati
Hi, I am sorry to ask you the Java Qn. Is there any way to find date format of date datatype in any database by using a SQL query. And also by using JDBC classes. Any idea will be appreciated. Thanx in advance. -- Venkat -- To unsubscribe: For additional comman

Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Sachin Tyagi
hi all, while I am running my web application with Tomcat4.0(Catalina) in accessing database queries.It is showing java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver.. I am using classes12.zip driver ..I have already set classpath for the same..And with Tomcat3.2 my application is

[Ajp13] bad read: -103 error

2001-12-31 Thread yilmaz
Hi everybody, does someone know what does "[Ajp13] bad read: -103 " error mean? thanks :) -- To unsubscribe: For additional commands: Troubles with the list:

Virtual hosts

2001-12-31 Thread Lonnie
I would like to run tomcat on port 80. I have Apache running several virtual hosts. When i'm at work port 8080 is being blocked. I want to create a subdomain for tomcat to run on port 80. When I modified the server.xml file it di not work. Is it possible to run Tomcat on port 80 when you are a

URL string not supported

2001-12-31 Thread Lai Kok Cheong
I suspect tomcat 4.01 does not support below URL format :- http://www.server.com/TestServlet/paramone/paramtwo/paramthree TestServlet is the servlet paramone , paramtwo and paramthree is a parameter passed to TestServlet but when I tested with other serv