Re: Tomcat Upgradation

2003-02-19 Thread Bill Barker
The short answer is: there is no upgrade patch. The 3.3.x server.xml is incompatible with the 3.2.x version (so, in answer to your second question, everything has changed :). If you have custom Intercepters (e.g. Realms), then at the very least you will need to re-compile them. If you don't,

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Ralph Einfeldt
I don't know what you exacly mean with 'lively project' but the last time I had to deal with the postgres driver the development was very active. (The result of the activity was not always optimal) Each time I found a bug, it was resolved by the time I got enough information to file a bug

Re: mod_jk integration

2003-02-19 Thread Bill Barker
For Apache 1.3.x, you need to move 'mod_rewrite' below 'mod_jk' in the AddModule list. Alternatively, the [PT] option may work (but I haven't tried it). Alexander Czernay [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi Lajos, thanks for your help. I read

urgent related to tomcat

2003-02-19 Thread afshan amir ali
i just want to know about the cofiguration of tomcat in windows98 when i started tomcat i got a message bad command or file name and also this one C:\tomcat\bincall C:\tomcat\bin\tomcat start Including all jars in C:\tomcat\lib in your CLASSPATH. Using CLASSPATH:

JNDI in DefaultContext

2003-02-19 Thread Klaasjan Brand
Hi, I've got a problem with JNDI configuration for a datasource. My web application runs fine when I define a Context containing the JNDI configuration. However, I'd like to make the datasource available to all deployed webapps, so I don't have to edit server.xml to deploy a new application. I've

RE: WAR FILE NOT WORKING

2003-02-19 Thread Nandish A
Sorry Jacob to bug you again, as you said it is self extracting but i am not able to reach the welcome file with http://name:8080/myapp/Welcome.jsp http://name:8080/apps/Welcome.jsp http://name:8080/myapp.Welcome.jsp http://name:8080/app.Welcome.jsp and i am using object stream and url

RE: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-19 Thread Yoav
Stefan, That's why I posted my question in the first place :-) When you go to the link you sent me you get a folder with explanation about mod_jk2-1.3-eapi.so but the file is NOWHERE to be found. So, where is it ? Can someone *please* attach a SPARC/solaris8 binary for

JDBC ORACLE implementation !

2003-02-19 Thread Swapneel Dange
hi there ~ i am curious to know as to how can u implement ORACLE database in the TOMCAT. and can somebody tell me as to where i can read the DOCUMENTATION for the implementation of the JDBC connectivity under TOMCAT. Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange

RE: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-19 Thread Yoav
Eduardo, That's news to me. If you go to the link below. This is what you get. So, I guess it works with Apache 1.3.X J The question remains where is the binary ? Any ideas? Anyone ? Yoav. http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2

Re: JDBC ORACLE implementation !

2003-02-19 Thread Andoni
The implementation is based on which driver you use, which mostly depends on which version of Oracle you are running. What version numbers are you using for Oracle Tomcat - Original Message - From: Swapneel Dange [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 19, 2003

accessing remote tomcat instance

2003-02-19 Thread Deepa Raja
Hi I have enabled loadbalancing with one local instance (isint1proc2) of tomcat and another remote instance (on isint1proc4.local - linux box). But my remote instance is not at all working (I checked it by removing the working worker isint1proc2 from the balanced workers and nothing was

Re: SessionId across webapps in tomcat

2003-02-19 Thread Robin de Villiers
I'm trying to use the JSESSIONID cookie to synchronize the data across sessions. I tried to use a different cookie but all cookies are dropped when you change from one webapp to another. (That is the Cookie header isn't included in the request). The webapps are running on the same machine, no

Removal of tomcat 3.2.3

2003-02-19 Thread Ramkumar Krishnan
Hi, I need to integrate Tomcat 3.3.1a with Apache 1.3. Before that i would like to remove tomcat 3.2.3 from Apache. How to do this?.. thanks, Ramkumar

RE: accessing remote tomcat instance

2003-02-19 Thread Johan Bryssling
Hi! Perhaps you forgotten to declare the workerlist with worker.list? I have tons of Apache servers with workers and Tomcats in my WWW-solution and it works perfectly! Example of a (almost, 'cause the last type doesnt exists ;) )working worker.properties..: worker.list=UN, tony, bush,

RE: SessionId across webapps in tomcat

2003-02-19 Thread Paul French
Not sure how tomcat implements its session management using cookies. It would make sense to keep web apps separate (i.e have their own session cookie). If you create your own cookie have you tried explicitly setting the path of the cookie to '/'. Perhaps tomcat defaults the path of a cookie to

problems during shutdown in Tomcat 4.1.18

2003-02-19 Thread Ankur Goel
hi, i m new to the user-list. i have a Tomcat 4.1.18 setup installed and everything works fine! the problem comes only at shutdown. i get a java.net.bindException: cannot assign the requested address i m giving the complete message log for lookup [INFO] Registry - -Loading registry

tomcat 4.04 work with struts/sslext problem (fail to get bean:include work using ssl)

2003-02-19 Thread Jason Yam
Hi everyone, I have a application that I want to use sslext to work with struts 1.02 in order to further control using http or https protocol. Initially I cannot setup the ssl for the Netbeans-included tomcat 4.04 because I change the server's original server.xml instead my user profile's

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Felipe Schnack
Actually, the patches are a little too much behind the schedule lately, but it's an good driver. I sent some patches to the list, and I would say if I started that driver from scratch I would make some different implementations (like the double-synchronized string buffer in PreparedStatement

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
I'm pretty sure you need a shared memory block in your workers2.properties file. I don't use JK2, but I think it should look something like this: [shm] file=${serverRoot}/logs/shm.file size=1048576 John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: Tomcat on Solaris 8

2003-02-19 Thread Turner, John
Can you check catalina.out (log file) when doing a startup? It looks like Tomcat never actually starts. John -Original Message- From: Eric J. Kropf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 9:54 PM To: [EMAIL PROTECTED] Subject: Tomcat on Solaris 8 Hello:

RE: accessing remote tomcat instance

2003-02-19 Thread Deepa Raja
Hi Johan, I'm sorry. Idid not pasye my entire workers.properties in the email. I do have the following line in my workers.properties file worker.list=loadbalancer. I believe it is something to do with the virtual host. I did not define a virtual host in my mod_jk.conf (is not auto generated.

hwo do i define multiple Web App locations in Tomcat

2003-02-19 Thread Dan O'Callaghan
Hi sorry if this is a basic question but I have no experience of using Tomcat. We have Apache 1.3 running virtual hosts, with Tomcat Version 3.3 on Solaris 8. On the Physical hard disk is a mount /export/data where they keep the directory structure for the virtual hosts. The web designer wants

RE: Tomcat on Solaris 8

2003-02-19 Thread Eduardo Jaunez S.
Look at the files at $CATALINA_HOME/logs for errors on StartUp. Eduardo Jaunez S. -Mensaje original- De: Eric J. Kropf [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 18 de Febrero de 2003 23:54 Para: [EMAIL PROTECTED] Asunto: Tomcat on Solaris 8 Hello: A recent post by me

RE: Tomcat Directory Structure

2003-02-19 Thread Turner, John
Typically, it goes under webapps. ROOT is a webapp. The examples are a webapp. Thus, they are both found under CATALINA_HOME/webapps. This is not required, however...you can put a Context anywhere you like. For example, the admin and manager webapps are not under CATALINA_HOME/webapps.

RE: problems during shutdown in Tomcat 4.1.18

2003-02-19 Thread Turner, John
Did you block port 8005 on your machine? Did you remove the shutdown port definition from server.xml? John -Original Message- From: Ankur Goel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 6:28 AM To: [EMAIL PROTECTED] Subject: problems during shutdown in Tomcat

Re: SessionId across webapps in tomcat

2003-02-19 Thread Gustavo Cebrian
We have the same problem. Solution for us, not very elegant. Keeping all the webapps under the same directory. let me know if you get some more elegant solution. Gustavo. Robin de Villiers [EMAIL PROTECTED] wrote:I'm trying to use the JSESSIONID cookie to synchronize the data across

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Gustavo Cebrian
I am posting a email to ther server an it always get bounced. I need to set the maximun number of connections for my-sql. Do you think this will improve performance? Gustavo. Mike Jackson [EMAIL PROTECTED] wrote:Also the clob and blob support is closer to the standard jdbc implementation than

Re: SessionId across webapps in tomcat

2003-02-19 Thread Gustavo Cebrian
We have the same problem. Solution for us, not very elegant. Keeping all the webapps under the same directory. let me know if you get some more elegant solution. Robin de Villiers [EMAIL PROTECTED] wrote:I'm trying to use the JSESSIONID cookie to synchronize the data across sessions. I

RE: accessing remote tomcat instance

2003-02-19 Thread Turner, John
That will probably do it. To the remote Tomcat, localhost means my own machine, not requests on the other machine. Also, is isint1proc4.local resolvable to an IP address on the first Tomcat host? Have you tried just putting IP addresses in your workers.properties? Do you have log entries on

RE: problems during shutdown in Tomcat 4.1.18

2003-02-19 Thread Ankur Goel
thanks for replying john no , i haven't removed the shutdown port definition from server.xml and the port 8005 is not blocked -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 5:29 PM To: 'Tomcat Users List' Subject: RE: problems during

changes between tomcat 4.0.x and 4.1.x ? mysql dbcp gotcha

2003-02-19 Thread Stephen Riek
Just spent hours debugging a problem with MySQL DBCP. My webapp was working perfectly under 4.0.3 but upon upgrading to 4.1.18, the very same webapp failed, with an annoying Cannot create JDBC driver of class org.gjt.mm.mysql.Driver error. I solved the problem by changing this first Resource

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Turner, John
Seems pretty straightforward to me: If your application is not licensed under GPL or compatible OSI license approved by MySQL AB and you intend to distribute MySQL software (be that internally or externally), you must first obtain a commercial license to the MySQL software in question. Many

Accessing my Realm implementation trough JNDI

2003-02-19 Thread Uros Kotnik
Hi, I implemented my own class for user authentication based on RealmBase class public class MyDataSourceRealm extends RealmBase {... Is it possible somehow to access MyDataSourceRealm over JNDI, something like this. try{ Context ctx = new InitialContext();

RE: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-19 Thread Eduardo Jaunez S.
Yeah, I know there is contradictorious info... I'm trying to find the page (I read it) that recommends not to cross beetwen JK and apache, but cannot find yet. It says something like: If you use Apache1.3, use JK If you use Apache2, use JK2 (since Java is multithread itself, the best performance

Querystring causing seg fault with mod_jk (RE: Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18)

2003-02-19 Thread Stephen Riek
Just a question related to this. I also have Apache 1.3.x accessing Tomcat 4.1.18 through JK (and not JK2). I can follow hyperlinks from one JSP (served up by Tomca) to another JSP, through JK/Apache. However, I can not follow links with a query appended. Eg. a

RE: urgent related to tomcat

2003-02-19 Thread Edson Alves Pereira
Try to call startup.bat in the same directory where the batch is, but i always use Cygwin with windows. -- De: afshan amir ali[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: quarta-feira, 19 de fevereiro de 2003 5:47 Para: [EMAIL PROTECTED]

RE: jsp issues

2003-02-19 Thread Edson Alves Pereira
Take the web.xml from /examples´s webapp and use it as base for your own web.xml, your error certainly is a parser error. -- De: Filip Hanik[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: terça-feira, 18 de fevereiro de 2003 16:04 Para: Tomcat

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Varley, Roger
I'm surprised that no-one has mentioned SAPDB ( www.sapdb.org ). If this will support a production SAP R3 system then it shoud be able to give Oracle a run for its money. Regards Roger - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Impossible? Apache 1.3.X + Mod_jk2 + Jakarta 4.1.18 ?????

2003-02-19 Thread Dan O'Callaghan
try http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v 2.0.0/doc/index.html Dan O'Callaghan Network and Systems Administrator Cogent Defence and Security Networks Ltd. Phone: 01633 292001 Fax: 01633 292215 e-mail: [EMAIL PROTECTED] Mobile: 0774 0670230 -Original

RE: WAR FILE NOT WORKING

2003-02-19 Thread Jacob Kjome
So, then you decided not to create a Context entry in the server.xml and it is now expanding for you, but your app isn't working properly? Ok, what was the name of the .war file? Let's assume it is myapp.war. This will expand to a directory called myapp and you will be able to access it

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Kemp Randy-W18971
There are some great installation guides for Oracle on Linux and Solaris found at http://www.dbspecialists.com/ -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:47 PM To: Tomcat Users List Subject: Re: [OT] free Database with

Re: Best Logging practices

2003-02-19 Thread Jacob Kjome
Don't count on being able to write to anywhere within your webapp. Tomcat, by default, expands your webapp to a directory and deploys your app from there. This gives you access to within your webapp via File IO. However, this is not guaranteed by the servlet spec. Your app can be run

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Felipe Schnack
Yes... until something weird happen, it complains about a library and no-one knows why :-) On Wed, 2003-02-19 at 11:08, Kemp Randy-W18971 wrote: There are some great installation guides for Oracle on Linux and Solaris found at http://www.dbspecialists.com/ -Original Message- From:

deployment with ant

2003-02-19 Thread Rasputin
Does the install ant task from 'catalina-ant.jar' work for anyone? When I try to use it works fine until I restart the server - it seems like the install task uses a HTTP PUT to put the warfile under work/ then catalina edits its own server.xml so the new context will survive a reboot. This is

RE: Best Logging practices

2003-02-19 Thread Shapira, Yoav
Howdy, Listen to Jacob -- I wish more people did what he recommended in his post. Also use log4j. ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 2:30 PM To: Tomcat Users List Subject:

Tomcat default paths / Xalan PipeDocument target

2003-02-19 Thread Lyndon J B Nixon
hi all, I'm using the Xalan extension PipeDocument in a stylesheet which is transformed by a servlet running on Tomcat. The target attribute takes a relative URI which determines where the result of the transformation is stored. I want the result to appear in the servlets' directory but it

Re: deployment with ant

2003-02-19 Thread Jacob Kjome
First, install does not use HTTP PUT. You are using deploy which does use it. Second, this has always worked for me. Are you sure it is the server.xml that is the invalid xml? What about the web.xml in your context? I'm not saying that there couldn't be a bug in Digester where it write

Re: Best Logging practices

2003-02-19 Thread Peter Lin
here are some other considerations. For some of the projects I've worked on in the past, there were established directories for logs. Therefore I used log4j to write my logs asynchronisly. logging isn't as simple as write stuff to file. You have to take into consideration other things like how

RE: HELP! NT Services / Catalina_Opts

2003-02-19 Thread Matt Fury
Is this true? Why have I read so many posts that to set the TOMCAT/JVM memory you should set an environment variable to CATALINA_OPTS. I, personally, have not seen this work though but why is it stated as such? I did in fact find the registry setting with the JVM Parameter and JVM Options keys

Re: Tomcat on Solaris 8

2003-02-19 Thread Eric J. Kropf
The logs has the following: SEVERE: Begin event threw exception java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992) at

Special characters

2003-02-19 Thread Carlos Godoy
I have changed Jserv to Tomcat. I'm in trouble with special characters and I dont't know where is the problem. All the special characters that servlet writes to the web page are changed by a '?' character. I add the useUnicode characterEncoding parameters of mm.mysql.Driver. With this solution

RE: Best Logging practices

2003-02-19 Thread Arachtingi, Mike
Can you give me the lay of the land regarding log4j? I was under the impression that java.util.logging was the way to go for the future. It (java.util.logging) appears to be a newer, more refined package. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent:

Need IIS 5.0, Tomcat 4.1.18 inprocess help

2003-02-19 Thread Schleimer, Ben
Hi, I've managed to get Tomcat up and running and running great with IIS 5.0 on Win2k. It runs but I'm concerned about having another port open and getting it faster. Does isapi_redirector2.dll support jni/inprocess connections? Does anyone have any

RE: Best Logging practices

2003-02-19 Thread Peter Lin
the latest version of log4j already supports the new logging API. The implementation for log4j is more mature and has been around for a long time. The reference implementation for the standard logging API is newer and has been tested as much. Log4J also comes with rolling appenders, which can

default document question

2003-02-19 Thread Geoff Peters
Dumb question here, but how do I change the default document in a webapp from index.html in Tomcat Standalone 4.1.18? Thanks, Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: default document question

2003-02-19 Thread Turner, John
web.xml: welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list John -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 10:10 AM To: Tomcat Users List Subject: default document question Dumb question

Re: default document question

2003-02-19 Thread Schleimer, Ben
Look at the bottom of web.xml in the welcome-file-list tag. Cheers, Ben Schleimer --- Geoff Peters [EMAIL PROTECTED] wrote: Dumb question here, but how do I change the default document in a webapp from index.html in Tomcat Standalone 4.1.18? Thanks, Geoff

Re: default document question

2003-02-19 Thread Tim Funk
In web.xml in the welcome file List. Example: welcome-file-list welcome-filei-need-more-cowbell.html/welcome-file welcome-fileindex.jsp/welcome-file welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file /welcome-file-list For more detail see section 9.9 of the Servlet 2.3

RE: default document question

2003-02-19 Thread Geoff Peters
Thanks guys, it worked fine! -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:17 AM To: Tomcat Users List Subject: Re: default document question In web.xml in the welcome file List. Example: welcome-file-list

AW: default document question

2003-02-19 Thread Michaelis Vincencio
Hi i'm trying to compile Tomcat connector mod_jk for AIX 5.1 i made a configure --with-apxs=path to apache apxs and then a make i got this error: /software/jakarta/connectors/4118/jakarta-tomcat-connectors-4.1.18-src/jk/na tive make Making all in

does anybody how to pass environment vars from apache to tomcat?

2003-02-19 Thread Eduardo Jaunez S.
Really I need to pass some vars from Apache to Tomcat using mod_jk.so (EAPI). Thanks... -Mensaje original- De: Eduardo Jaunez S. [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 18 de Febrero de 2003 10:20 Para: Tomcat-User (E-mail) CC: [EMAIL PROTECTED] Asunto: How pass environment vars

RE: Best Logging practices

2003-02-19 Thread Collins, Jim
I would not recommend using commons-logging in a web-app. If you want to separately configure the logging requirements of an application you have to deploy it with its own logging properties file (log4j.properties for log4j). For commons-logging to pick up your apps logging properties file you

Re: deployment with ant

2003-02-19 Thread Rasputin
* Jacob Kjome [EMAIL PROTECTED] [0233 14:33]: First, install does not use HTTP PUT. You are using deploy which does use it. Sorry, yes you're right. Second, this has always worked for me. Are you sure it is the server.xml that is the invalid xml? What about the web.xml in your

RE: Best Logging practices

2003-02-19 Thread Arachtingi, Mike
What do you think of this opinion: I am inclined to use the JDK1.4 logger just because it's included in rt.jar, thus fewer jars and shorter classpath, and all that. -Original Message- From: Collins, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 9:44 AM To: 'Tomcat

Free utility for installing and managing Tomcat as a WindowsService

2003-02-19 Thread David Boyer
This is an updated version. It'll manage one or more services running on the same box, including multiple server.xml's and policy files. It'll also allow you to use the same %tomcat_home% for multiple service instances. http://web.bvu.edu/staff/david/tcservcfg/

RE: Best Logging practices

2003-02-19 Thread Peter Lin
I just noticed the typos in my post. what I meant to say is, use log4j since commons-logging uses it. using commons-logging will require more work than using log4j directly. there are numerous examples distributed with log4j, including how to extend it with custom logging categories. sorry for

RE: Best Logging practices

2003-02-19 Thread Shapira, Yoav
Howdy, What do you think of this opinion: I am inclined to use the JDK1.4 logger just because it's included in rt.jar, thus fewer jars and shorter classpath, and all that. I think everyone is free to have their own opinion. I don't think the length of the classpath is a relevant argument to

RE: Best Logging practices

2003-02-19 Thread Felipe Schnack
I know what you mean, but maybe he doesn't really need what log4j offers in better ways than jdk1.4 I use it for very simple logging and have no problems with it. On Wed, 2003-02-19 at 12:57, Shapira, Yoav wrote: Howdy, What do you think of this opinion: I am inclined to use the JDK1.4

RE: Best Logging practices

2003-02-19 Thread Collins, Jim
commons-logging should be just as easy to use as log4j. I have used it in a standalone application with no problems, and it is nice that I can switch to a different logging implementation (i.e from log4j to JDK1.4 logging) without changing my code at all. The problem is using commons-logging in

RE: Best Logging practices

2003-02-19 Thread Shapira, Yoav
Howdy, I know what you mean, but maybe he doesn't really need what log4j offers in better ways than jdk1.4 I use it for very simple logging and have no problems with it. You could be right. If his use case is very simple and will never grow more complex. One thing to keep in mind though,

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
Thanks for the feedback. Hmm.. for some reason it doesn't tell you to add the lines that you gave me in the workers2.properties file in the JK2 documentation. But anyways, I added these lines to workers2.properties: [shm] file=$/usr/apache/logs/shm.file size=1048576 Now I don't get the

Re: LDAP connection pool suggestions?

2003-02-19 Thread Jon Roberts
Rob Moore wrote: Hi, Joshua, FWIW, you can use LDAP connection pooling in JDK 1.4.1. See: http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html This is off-topic, so please reply to me personally, but... FWIW, this is Sun continuing to cannabalize the Netscape and Novell Java

error opening tomcat admin login page

2003-02-19 Thread Mark Strecker
Hello All, I installed tomcat 4.1.18 on an sgi(Java 1.3.1 on Irix 6.5) and cannot open the admin login(/admin/login.jsp). I get this exception : org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE at

Re: Tomcat 4.1.8 and httpd-2.0.40-11

2003-02-19 Thread sunisson
I am trying to install httpd-2.0.44. I let the old apache stop to run. After comfigure, make and make install. I checked by /usr/local/apache2/bin/apachectl start I met the following error message. Any suggestion? (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no

RE: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Mike Jackson
That's a very strange database. Once it's setup it's not too bad, but I've had no fun setting it up. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Varley, Roger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 5:38 AM To: 'Tomcat Users List'

RE: error opening tomcat admin login page

2003-02-19 Thread Roberts, Eric
Hi, Its a case sensitivity issue - when you installed either message got translated to MESSAGE or the other way round. Two solutions - 1) re-install from another souce or 2) go down into the admin app directories and change the names of the properties files manually HTH -Original

Re: [OT] free Database with Transaction (Sorry for the noise)

2003-02-19 Thread Chong Yu Meng
Hypersonic ? I've had some problems running it in standalone server mode. Can't seem to be able to connect. But two non-commercial (i.e. free) databases I like are : 1. McKoi (http://www.mckoi.com/database/) 2. InstantDB - no, it's not dead, just frozen. (http://www.simpledb.org/) IBM's DB2 is

Re: JDBC ORACLE implementation !

2003-02-19 Thread Chong Yu Meng
Hi Swapneel ! If you absolutely MUST use Oracle with Tomcat, use the DataDirect JDBC drivers, not the JDBC drivers bundled with Oracle. I am assuming (since you did not mention the version number of Oracle) that you are pretty new to the Oracle database product. You should then go for the

Hundreds of LogConfigurationException

2003-02-19 Thread Ceki Gülcü
Hi all, I am getting a large number of the following exceptions, until the server eventually stops responding. org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Class

Re: Tomcat 4.1.8 and httpd-2.0.40-11

2003-02-19 Thread sunisson
More help and comments needed. I am installing httpd-2.0.44 as you suggested. I did the following steps: stop the old apache, configure, make, and make install for new apache. When I test the new apache by /usr/local/apache2/bin/apachectl start I saw the following error message: httpd: Could

RE: Hundreds of LogConfigurationException

2003-02-19 Thread Filip Hanik
did you put the log4j library in server/lib? if so, remove it again. Filip -Original Message- From: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 9:26 AM To: [EMAIL PROTECTED] Subject: Hundreds of LogConfigurationException Hi all, I am getting a large number

RE: Hundreds of LogConfigurationException

2003-02-19 Thread Collins, Jim
Hi, This is the problem with commons-logging I have been harping on about that causes Tomcat to crash. You need to ensure that commons-logging.jar is only in common/lib. Don't have it in server/lib and yourapp/WEB-INF/lib Regards Jim. -Original Message- From: Ceki Gülcü

RE: Hundreds of LogConfigurationException

2003-02-19 Thread Shapira, Yoav
Howdy, Ceki - it's kind of weird to see your name outside the log4j dev list ;) Cool though. Anyways, I think the issue here is with having multiple copies of commons-logging. Tomcat uses commons-logging and allows apps to use it as well by placing it common/lib. However, there's a

RE: Tomcat 4.1.8 and httpd-2.0.40-11

2003-02-19 Thread Turner, John
The old Apache is not stopped. John -Original Message- From: sunisson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 3:29 PM To: Tomcat Users List Subject: Re: Tomcat 4.1.8 and httpd-2.0.40-11 More help and comments needed. I am installing httpd-2.0.44 as you

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
Do you have a Connector configured for port 8009 in server.xml? John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:35 AM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem Thanks for the feedback.

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Mete Kural
I think so. This is in my servlet.xml: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443

Question about building jakarta-tomcat-connectors-4.1.18-src

2003-02-19 Thread Ryan Dooley
Hi, I'm having issues building the jakarta-tomcat-connectors (4.1.18) from source. The build environment is: server platform: redhat linux 7.3 java version: j2sdk 1.4.1_01 ant version: 1.5 tomcat version: 4.1.18 I've setup up the environment for JAVA_HOME, CATALINA_HOME, PATH, etc. The

ant deploy task?

2003-02-19 Thread Wendy Smoak
What's the least amount of work I can do to deploy a new version of my webapp? I've been cheating and developing directly under the webapps directory. Now I've moved to a separate directory structure and am building a .war file which gets copied over to webapps. Since Tomcat auto-expands the

RE: Question about building jakarta-tomcat-connectors-4.1.18-src

2003-02-19 Thread pqin
Servlet.jar is not in your classpath Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Ryan Dooley [mailto:[EMAIL PROTECTED]] Sent: February 19, 2003 12:57 PM To: [EMAIL PROTECTED] Subject: Question about building

RE: ant deploy task?

2003-02-19 Thread Shapira, Yoav
Hi, The file you're looking for is $CATALINA_HOME/server/lib/catalina-ant.jar. Make sure your ant script sees this file for the deploy (and other) taskdefs. Set unpackWARs=false in server.xml to prevent tomcat from packing the wars. Then, to deploy you just copy the war over and restart the

RE: JK2 2.0.1 and Apache 2.0.44 problem

2003-02-19 Thread Turner, John
It's possible. I have no experience with JBoss. John -Original Message- From: Mete Kural [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 12:51 PM To: Tomcat Users List Subject: RE: JK2 2.0.1 and Apache 2.0.44 problem I think so. This is in my servlet.xml:

Re: Special characters

2003-02-19 Thread Cindy Ballreich
At 03:59 PM 2/19/03 +0100, Carlos Godoy wrote: I have changed Jserv to Tomcat. I'm in trouble with special characters and I dont't know where is the problem. All the special characters that servlet writes to the web page are changed by a '?' character. I add the useUnicode characterEncoding

RE: ant deploy task?

2003-02-19 Thread pqin
url is your manager app's url, e.g. http://localhost:8080/manager Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] Sent: February 19, 2003 12:55 PM To: 'Tomcat Users List'

RE: Question about building jakarta-tomcat-connectors-4.1.18-src

2003-02-19 Thread Turner, John
In my opinion you will have a much easier time of it if you use configure instead: ./configure --with-apxs=/path/to/apache/bin/apxs make make install I've had all kinds of problems with ant on RH 7.2 trying to build the connectors. The configure method is painless. John -Original

RE: ant deploy task?

2003-02-19 Thread John Ruffin
I asked this same question last week - with no response. What I did was tell TC to not auto-expand and get everything from the war file itself. Ant will copy the war file to catalina_home/webapps. Then I use Manager to stop and start the app - restart doesn't work for me. Testing Best

RE: ant deploy task?

2003-02-19 Thread John Ruffin
My apologies, I do see responses to the thread (Best practices - dev deploy?). I now know to follow your thread for longer than a few hours :-). -Original Message- From: John Ruffin Sent: Wednesday, February 19, 2003 12:05 PM To: 'Tomcat Users List' Subject: RE: ant deploy task? I

How To Unit Testing Tomcat Datasource

2003-02-19 Thread Haytham Samad
I have set up a datasource in Tomcat's server.xml using dbcp. It works fine, I get connections connect to the database, etc. Now, I am in the process of putting together quite a bit of DAO code and would like to unit test each call as I am going through the coding using my JUnit tests. How can

RE: How To Unit Testing Tomcat Datasource

2003-02-19 Thread pqin
Always use java:comp/env/yourdatasource Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Haytham Samad [mailto:[EMAIL PROTECTED]] Sent: February 19, 2003 1:13 PM To: Tomcat Users List Subject: How To Unit Testing

Re: Question about building jakarta-tomcat-connectors-4.1.18-src

2003-02-19 Thread Ryan Dooley
Hi, Thanks, that got me past that part. I had put the common lib directory in my class path but not the jar directly. Thanks again, Cheers, Ryan [EMAIL PROTECTED] wrote: Servlet.jar is not in your classpath Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows

RE: Free utility for installing and managing Tomcat as a WindowsService

2003-02-19 Thread Haytham Samad
David, Thanks for sharing this information. It will sure come handy as I am forced to interoperate IIS 5.0 with Tomcat. Haytham -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: Free utility for

  1   2   >