Where to find Tomcat RPMs?

2003-11-20 Thread Jens Ove Lillegraven
Hello I cannot find any more rpm packets for Tomcat installation. I usually found them at http://jakarta.apache.org I've got 4.1.24. Is there any newer rpms for Tomcat 4.x, maybe for Tomcat 5.x? rpm are more suitable for our use than tar. Thanks Jens Ove

Re: Would this work? (Load Balance Question)

2003-11-20 Thread Antonio Fiol Bonnín
We do that, with a firewall in front of the Apache, and one behind it, in front of the TC and DB. BTW: It works ;-) Antonio Andreas Mohrig wrote: Dave, although I have never set up such a configuration, I have thought about it quite a lot. This is exactly the thing I would try and I'm pretty

Re: Where to find Tomcat RPMs?

2003-11-20 Thread Antony Paul
Check this http://marc.theaimsgroup.com/?l=tomcat-userm=106639528807348w=2 Antony Paul - Original Message - From: Jens Ove Lillegraven [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 1:03 PM Subject: Where to find Tomcat RPMs? Hello I cannot

Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi Timo, Did as told. Copied your hello tomcat code created 'index.jsp', then saved it in 'C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\Sancha\WEB-INF' but when i tried 'http://127.0.0.1:8080/Sancha/' , i got the 404 http status error. Please help me to solve this problem.

Re: How to convert SSL Certificates and Private Keys to Tomcat (JKS) format?

2003-11-20 Thread Bill Barker
@see http://www.comu.de/docs/tomcat_ssl.htm. The Tomcat 5 docs also include an example on how to do this using a jkcs12 file. Raghu Karamel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Experts, Need your help on figuring out how to do the following. I have the private key

Re: Is this a bug???

2003-11-20 Thread Rodrigo Ruiz
Do you have any other tomcat installed on the machine? I sometimes forget to set the correct value to my CATALINA_HOME / CATALINA_BASE environment variables ;-P Regards, Rodrigo Ruiz Gabriel Jenik wrote: Chris... Thanks for answering... Maybe that's the problem... I don't know...I am just

Re: cannot access my web application (resource is not available)

2003-11-20 Thread Martin Monsorno
(Hmm, the mailing list server seems to have swallowed the message text part of my posting - here it is:) Hi *, after managing to install my web-app, I cannot access it with my browser. The installation is as follows: - I set CATALINA_BASE to a directory - created a conf/server.xml with the

Re: Installation problem

2003-11-20 Thread Timo
Sorry Sancha, forgot to mention it should be in the root directory, not WEB-INF in your case the file index.jsp should be in C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\Sancha\index.jsp Let me know if it works, good luck! don't forget to restart Tomcat! - Original Message

Re: RedHat 9 tomcat

2003-11-20 Thread satou hotmail
Hello, Hello All, Today I tired to port my application which was running fine on Redhat 8 to redhat 9. My Application spawns multiple threads. What I found interesting was thread were not behaving as they were supposed to. I am not sure do I have to do anything special about RedHat 9?

Designing Systems Help!

2003-11-20 Thread Vaneet Sharma
Hi all. . Currently i am designing a document management system. According to the architecture proposed, it will be a three - tier architecture. (web based)I am looking forward to use J2EE .. i will be using Tomcat to run it. What i need to know is ? Is there any open source project for

mod_jk2 not working anymore

2003-11-20 Thread Laurent Michenaud
Hi, I've upgraded to apache 2.0.48/mod_jk2/jakarta-tomcat-4.1.29 and the mappings in workers2.properties don't work correctly anymore. I was working with apache-2.0.46/mod_jk2/jakarta-tomcat-4.1.24. My uri mapping are : [uri:/*.jsp] worker=ajp13:localhost:8009 [uri:/servlet/*]

RE : mod_jk2 not working anymore

2003-11-20 Thread Laurent Michenaud
I resolved my problem configuring the mapping In the httpd.conf : Location /*.jsp JkUriSet worker ajp13:localhost:8009 /Location Location /servlet/* JkUriSet worker ajp13:localhost:8009 /Location Location /jkstatus JkUriSet worker status:status /Location So, I think

Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi timo, Did as told again. I am having the index.jsp(the code belonging to u) in the path , C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\Sancha Typed http://127.0.0.1:8080/Sancha/;; in the URL, Got this error message HTTP Status 500 -

Dead threads

2003-11-20 Thread Walter do Valle
How to know what Tomcat threads are dead (or hanged, os blocked, or inoperative, or... ) in an Tomcat running on Linux? Any help is welcome.

Re: JDBC Realm

2003-11-20 Thread Jon Wingfield
mySQL is case-sensitive on column names. In mysql describe the users and user_roles tables. Use the column names as returned. eg: mysqldescribe bobbins; +---+--+--+-+-+---+ | Field | Type | Null | Key | Default | Extra |

Java memory model and web applications

2003-11-20 Thread Mark . Shotton
Hello I have recently been reading the Java Language Specification (JLS) concerning threads, locks and the Java memory model http://java.sun.com/docs/books/jls/second_edition/html/memory.doc.html#30206 and the book excerpt Synchronization and the Java Memory Model from Concurrent

mod_jk, missing post parameters

2003-11-20 Thread Marco Manini
Hi, I have this configuration: - a linux machine with Apache 2.0.47 and mod_jk 1.2.5 configured for load balancing and sticky session. - two linux machine with tomcat 4.1.x. Load Balancing and sticky session work fine, but when there is a node failure and mod_jk switch the courrent request to

Re: mod_jk, missing post parameters

2003-11-20 Thread Luca
Hi I have exactly the same problem but not solution. I tried with mod_jk2 too. I have the same problem. Now I’m trying with apache for Windows. I want see if is OS problem. Is a bug of mod_jk/mod_jk2? Luca --- Marco Manini [EMAIL PROTECTED] wrote: Hi, I have this configuration: - a

TomCat 5.0.14 JSP 2.0 not working

2003-11-20 Thread tbrida
Please help, I am using TomCat 5.0.14 under windows and I am trying to run a jsp page that I found at http://www.javaworld.com/javaworld/jw-05-2003/jw-0523-calltag-p2.html and it looks like the JSP 2.0 expressions are not working? (JSP 1.0 stuff works) Here's the page : %@ taglib prefix=tf

Re: jsp cache issue

2003-11-20 Thread Tim Funk
Actually[without more digging] - I thought tomcat should be writing to $CATALINA_HOME/work -Tim Justin Ruthenbeck wrote: If it wrote to the same place you started it from (ie where the scripts/exe live), that could be a potential problem. It's actually writing to it's own exclusive work

Re: append text into a file

2003-11-20 Thread Harry Mantheakis
Hello Could please give me some advice about how to append some data into an existed log file? Thanks. The GenericServlet.log method (which HttpServlets inherit) appends to the log file - within a servlet, just call 'log'. In a JSP you can do the same thing using the ServletContext.log

server error

2003-11-20 Thread Subramaniyam Hemalatha
hello , i get this following error when i run my jsp page. will u be able to guide me. thks hema Error 500--Internal Server Error java.lang.NoClassDefFoundError: org/apache/log4j/Category at com.ncs.app.framework.service.LogService.(LogService.java:30) at

Can Tomcat run on JRE only?

2003-11-20 Thread Thierry Thelliez
My understanding is that the full JDK is needed for compiling JSPs. What if the JSPs are already compiled? Can on deploy a JSP site without the full JDK, only the JRE? Can I deploy the site without the JSP files themselves? With a copy of the work directory? Thanks, Thierry

Tomcat Mager Application

2003-11-20 Thread Avoodaiyappan, Subbulakshmi
Hi, I have configured tomcat server on WINDOWS XP machine using the jakarta-tomcat-4.1.12 source. I am able to start the server and view the tomcat's homepage with the url http://localhost:8080 The problem is with the manager application. When i browse for the Manager application with the url

Re: Installation problem

2003-11-20 Thread Harry Mantheakis
Hello Got this error message Sancha, please copy and paste into an email the complete contents of the 'web.xml' file located in the '$CATALIA_HOME\webapps\Sancha\WEB-INF' directory. I had not intended that you provide a 'welcome' page - the intention was for you to place documents in the

ClassCastException whilst extending Log4J Logger

2003-11-20 Thread Scerri, Antony (ELSLON)
Hi My scenario is that I am running a webapp consisting of JSP pages and Java classes. I have run this under WebSphere 5.x and Tomcat 4.1.x. I have overridden the Logger class in the same manner as in the Log4J example subclass/MyLogger.java. This allows per-thread logging levels to be altered at

Re: Installation problem (For Harry and the rest....)

2003-11-20 Thread Harry Mantheakis
Hello I faced this kind of problem before, a window disappear as soon as it appears. I notice (after i checked the log files in the tomcat directory) that's because of the IP binding... my background environment is still running the services thus when i start again... give me the same

Session Repication

2003-11-20 Thread Drinkwater, GJ (Glen)
Hi I am trying to replicate my sessions via clustering with tomcat5 behind a apache. The problem is that i get this exception when i try to add a string to a session. code: String name= request.getParameter(name); session.setAttribute(name, name); exception:

Re: Can Tomcat run on JRE only?

2003-11-20 Thread Florian Ebeling
Hi Thierry, you can compile JSPs into Java source code using the jspc. But this is rather meant for debugging and interpreting stack trace line numbers and the like. You could generate source and compile. But you still would have to invoke them. I don't know how one could convince the

Sunone Studio and Tomcat issue

2003-11-20 Thread James Ostad
Hi, I am new in Tomcat realm. I am working on SunOne Studio 4U1. I have a web application that works fine in SunOne, but once I move it to Tomcat area by creating a war file , it won't function right. In the sunone, I am using an external Tomcat installation, the same one that I move the

RE: Dead threads

2003-11-20 Thread Shapira, Yoav
Howdy, If a thread is dead it will have been GCed. Use a thread dump (kill -s QUIT processId) to get the current list of threads and what they're doing on stdout. There are also programmatic ways to go about this: I've posted at least three times in the past the complete code for a

RE: Is this a bug???

2003-11-20 Thread Shapira, Yoav
Howdy, Actually this is interesting. You're not supposed to see this in the webapps that ship with tomcat by default. I would tend to blame Windows98 as we've seen other encoding-related issues with it recently (and this is an encoding-related issue). Yoav Shapira Millennium ChemInformatics

RE: server error

2003-11-20 Thread James Ostad
check you packaging information in the file that your are using category, in logservice.java. -Original Message- From: Subramaniyam Hemalatha [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 10:44 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: server error

RE: Java memory model and web applications

2003-11-20 Thread Shapira, Yoav
Howdy, I have recently been reading the Java Language Specification (JLS) concerning threads, locks and the Java memory model http://java.sun.com/docs/books/jls/second_edition/html/memory.doc.html# 3020 6 and the book excerpt Synchronization and the Java Memory Model from Concurrent Programming

RE: Designing Systems Help!

2003-11-20 Thread Shapira, Yoav
Howdy, Dude, google. http://www.business-seek-easy.com/document-management/open-source-docume nt-management.htm Yoav Shapira Millennium ChemInformatics -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 4:19 AM To: Tomcat Users List

RE: Tomcat Mager Application

2003-11-20 Thread Shapira, Yoav
Howdy, I would think creating a new user in tomcat-users.xml is simple enough. It's not rolename=xxx for a user, it's roles=x,y,z. Yoav Shapira Millennium ChemInformatics -Original Message- From: Avoodaiyappan, Subbulakshmi [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003

Re: Is this a bug???

2003-11-20 Thread Gabriel Jenik
Thanks all of you for your help... I'll keep the bug for my own...maybe it is just me or my PC...although I think It is some session variable not initialized properly. Thanks Gabriel - Original Message - From: Rodrigo Ruiz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

search to don t list

2003-11-20 Thread eric perso
Hi, i search to don 't see a directory. exemple : i ve a dir /images in my webapp how to don't see: http://www.toto.com/images but i cant use the images into this directory on another pages thanks

RE: Virtual Host to Redirect

2003-11-20 Thread Dennis McRitchie
A while back, someone explained that with apache 1.3 you could use the AddModule directive to specify the order of modules to be executed in the module stack. Since the stack was LIFO, you had to do an AddModule of the jk2 module first, and the redirect module second. Then the redirect module

Re: Can Tomcat run on JRE only?

2003-11-20 Thread Rodrigo Ruiz
Thierry Thelliez wrote: My understanding is that the full JDK is needed for compiling JSPs. What if the JSPs are already compiled? Can on deploy a JSP site without the full JDK, only the JRE? Can I deploy the site without the JSP files themselves? With a copy of the work directory? AFAIK, the

RE: mod_jk2 tomcat4.1.29 apache2.0.48

2003-11-20 Thread Dennis McRitchie
One additional point: it is indeed true that with jk2 you can't specify jk directives in the httpd.conf file. As Julio has pointed out, jk2 directives are in the workers2.properties file, which by default is in the apache-home/conf directory. If you need to change that location, you can specify

Re: JDBC Realm

2003-11-20 Thread Justin Wesbrooks
Thanks for the response. When I describe the user table, I get the following output... Doesn't this indicate that my orinigal configuration without the single quotes should be correct? mysql describe users; +---+---+--+-+-+---+ | Field | Type

RE: JK2 Build Error

2003-11-20 Thread Dennis McRitchie
Also, check out this URL on building jk2: http://marc.theaimsgroup.com/?l=tomcat-userm=105103815630094w=2 I found both to be helpful. If you still have the problem, check the archives of the tomcat users mailing list. This was discussed in the last couple of weeks. Dennis -Original

Re: jsp cache issue

2003-11-20 Thread Christopher Schultz
Tim, Actually[without more digging] - I thought tomcat should be writing to $CATALINA_HOME/work Yeah, that's what I thought it was there for. If it doesn't write to the work dir, it should at least write to the tmpdir or whatever that thing is. -chris

Re: JDBC Realm

2003-11-20 Thread Justin Wesbrooks
By the way, I know my userCredCol from the original configuration I sent was wrong. It should be PASSWORD. I've corrected this and still get the same errors. I just tried changing all of my field names to lower case, but get the same results. Here is the exception I get when I don't use

Re: JDBC Realm

2003-11-20 Thread Jon Anderson
On Thursday 20 November 2003 8:51 am, Justin Wesbrooks wrote: Thanks for the response. When I describe the user table, I get the following output... mysql describe users; Isn't users the default table in mysql where it stores MySQL logins? Or was that your intention. If not, you might

RE: JDBC Realm

2003-11-20 Thread Andreas Mohrig
Justin, maybe tomcat is complaining about your userRoleTable (user_roles). Does this table have a row named userNameCol (USERNAME), too? AFAIK the exact same column name is required to put users and roles together. I assume this because you first get 2003-11-20 08:54:01 JDBCRealm[Standalone]:

RE: JDBC Realm

2003-11-20 Thread Justin Wesbrooks
Here are my 3 table definitions... Does the username column in the user_roles table have to be named the exact same as the column in the users table? mysql describe users; +---+---+--+-+-+---+ | Field | Type | Null | Key | Default | Extra

RE: Can Tomcat run on JRE only?

2003-11-20 Thread Shapira, Yoav
Howdy, I just added this to the tomcat FAQ. Yoav Shapira Millennium ChemInformatics -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:40 AM To: Tomcat Users List Subject: Re: Can Tomcat run on JRE only? Thierry Thelliez wrote: My

error-page bug ?

2003-11-20 Thread Laurent Michenaud
When my error page is at the root of the webapp, tomcat can't find it. In web.xml of the webapp : This works : error-page error-code404/error-code location/error/notfound.jsp/location /error-page This works error-page error-code404/error-code location//location

Change the name of a servlet in runtime

2003-11-20 Thread Manuel Gil Perez
Hi all. I have a servlet that reads a file from disk and it returns as output stream in the servlet (octect-stream). From web browser, when I execute this servlet the file is stored with the servlet name. How can I change this name to the file name?? Regards... Manuel Gil. ---

RE: JDBC Realm

2003-11-20 Thread Justin Wesbrooks
Thanks for the help. When I changed the ur_username column to username, it worked. Andreas Mohrig [EMAIL PROTECTED]

mod_jk2 big bug

2003-11-20 Thread Luca
Clustering with mod_jk2 with sticky session e load balancing works bad. Configuration . |-|.. | Apache 2.0.x |.. .___|mod_jk2 |.. .| |-|

Re: Change the name of a servlet in runtime

2003-11-20 Thread Christopher Schultz
Search the archives for Content-Disposition Manuel Gil Perez wrote: Hi all. I have a servlet that reads a file from disk and it returns as output stream in the servlet (octect-stream). From web browser, when I execute this servlet the file is stored with the servlet name. How can I change this

sun.misc.InvalidJarIndexException

2003-11-20 Thread Joe Fernandez
Hello, I am trying to start Tomcat 4.1.29 on a HP-UX 11 machine and am using JDK 1.3. On startup, TC hurls 'sun.misc.InvalidJarIndexException' and terminates. Any idea what is wrong? Do I need to move up to JDK 1.4? Here's the exception stack trace Catalina.start:

Re: JDBC Realm

2003-11-20 Thread Christopher Schultz
Jon, Isn't users the default table in mysql where it stores MySQL logins? Or was that your intention. If not, you might have a table name conflict. Naw, that's in a different tablespace. His stuff looks correct. -chris - To

Re: error-page bug ?

2003-11-20 Thread Andoni
.jsp files have never worked for me when they are at the root of a web-app. I still see them being used this way in books all the time though to don't take my word as gospel. Do you have any .jsp files running in this way? Andoni. - Original Message - From: Laurent Michenaud [EMAIL

mod_jk1.2 Binary for Solaris ?

2003-11-20 Thread Chakravarthy, Sundar
I don't find any mod_jk so files for solaris after I unpack solaris8.tar.gz file from here http://mirrors.xtria.com/apache/jakarta/tomcat-connectors/jk/binaries/so laris/ . Could someone tell me how to get mod_jk 1.2 binary for Solaris 8 or 9 ? Thanks

RE : Dead threads

2003-11-20 Thread Laurent Michenaud
I can't find it. Could u or anybody else post the code ? Thanks -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 14:42 À : Tomcat Users List Objet : RE: Dead threads Howdy, If a thread is dead it will have been GCed. Use a thread dump

Apache2, Tomcat, jk: Error connecting to tomcat.

2003-11-20 Thread Michael Valentiner
I'm trying to get Apache 2.0.48, Tomcat 4.1.29, and jk-1.2.5 up, running, and talking to each other on Mac OS 10.3.1 (Panther). I have Apache and Tomcat configured and running, but when I try to access the Tomcat examples page from Apache, I get an Internal Server Error. The mod_jk.log file

Multiple Tomcats handled by one Apache

2003-11-20 Thread Wegener, Dierk
Hello, is it possible to use different Tomcats (not multiple instances but real different versions) in one Apache installations? In workers.properties there is an entry for workers.tomcat_home which I suppose to mean that multiple instances of one Tomcat installation can be started as workers.

Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi harry, the web.xml in path, C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\Sancha\WEB-INF is : ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app

mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Peter Maas
Hi all, googling for mod_jk solutions yielded far to much tutorials. what is the best one?? P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A proper way to stop thread ?

2003-11-20 Thread Laurent Michenaud
Hi, We are using Timer in our web application. We are wondering how to stop the Timer when tomcat shutdown. For the moment, we add Timer.cancel() in the destroy() of the servlet that launches the Timer. I don't know if it is good or not. When is a servlet killed ? at tomcat shutdown or

RE : A proper way to stop thread ?

2003-11-20 Thread eric perso
Put it on null ,not? -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 5:26 PM To: [EMAIL PROTECTED] Subject: A proper way to stop thread ? Hi, We are using Timer in our web application. We are wondering how to stop

not see the directory

2003-11-20 Thread eric perso
hi, i search to: don't see inside a directory like www.toto.com/images/ but i use in the jsp and html pages the image www.toto.com/images/i.gif how to do this thanks; best regards

Re: mod_jk1.2 Binary for Solaris ?

2003-11-20 Thread jean-frederic clere
Chakravarthy, Sundar wrote: I don't find any mod_jk so files for solaris after I unpack solaris8.tar.gz file from here http://mirrors.xtria.com/apache/jakarta/tomcat-connectors/jk/binaries/so laris/ . Could someone tell me how to get mod_jk 1.2 binary for Solaris 8 or 9 ? I have downloaded

RE: A proper way to stop thread ?

2003-11-20 Thread Shapira, Yoav
Howdy, We are using Timer in our web application. We are wondering how to stop the Timer when tomcat shutdown. For the moment, we add Timer.cancel() in the destroy() of the servlet that launches the Timer. I don't know if it is good or not. When is a servlet killed ? at tomcat shutdown or

RE: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Asif Chowdhary
Hi Peter, where you able to find rpm for mod-jk2 for redhat 9.0. I have not been able to find? Thanks Asif -Original Message- From: Peter Maas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:24 AM To: Tomcat Users List Subject: mod_jk + apache 2.0.40 + redhat 9.0 Hi

Re: not see the directory

2003-11-20 Thread Juan Salvador Castejón
Hi, I dont' know if that can be done, but why don't get the images by means of a servlet a put them inside WEB-INF? That way, you'll be able to use your images without make them accessible. ---Mensaje original--- De: Tomcat Users List Fecha: jueves 20 de noviembre de 2003 17:31:14 A:

Re: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Peter Maas
Not yet... didn't expect that to be the problem... P Asif Chowdhary wrote: Hi Peter, where you able to find rpm for mod-jk2 for redhat 9.0. I have not been able to find? Thanks Asif -Original Message- From: Peter Maas [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:24

RE: invalid direct reference..--problem with solution..

2003-11-20 Thread Patrick Willart
Hi Claus, According to the official servlet specification one cannot directly link to the login form. The user must always be redirected (because he entered a protected URL) to the login form for it to work. This behavior prohibits one to have a log in form an every page. It's like this in the

log rotation for stdout and stderr?

2003-11-20 Thread Deluca, Don
We are running Tomcat as a Windows service. The stdout and stderr log files are not rotated when running as a NT service. Also when the service is stopped and started the files are overrwritten. Are there any parameters that need to be set when installing the windows service that can activate

JK2 error- file access denied

2003-11-20 Thread James Ostad
I am getting the following error when I try to access a file from the remote server: Created catalinaLoader in: d:\Program Files\Apache Group\Tomcat 4.1\server\lib Nov 20, 2003 11:41:31 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Nov 20, 2003

RE : A proper way to stop thread ?

2003-11-20 Thread Laurent Michenaud
The goal of the timer is to update a cache. Thanks for the idea of the context listener. -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 novembre 2003 17:30 À : Tomcat Users List Objet : RE: A proper way to stop thread ? Howdy, We are using Timer in

RE : JK2 error- file access denied

2003-11-20 Thread eric perso
Hi, You have not the rights to write Or you write with incorrect path separator / Correct under windows \ for file and directory I hope , i answer to your probleme -Original Message- From: James Ostad [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 6:02 PM To: Tom

RE: log rotation for stdout and stderr?

2003-11-20 Thread Shapira, Yoav
Howdy, This is a FAQ, you could search the archives. A couple of things: 1. catalina.out isn't rotated on unix either. 2. Add swallowOutput=true to you context to make System.out and System.err go into the context logger, which is rotated nightly. 3. Don't use System.out/System.err so much ;)

RE: RE : JK2 error- file access denied

2003-11-20 Thread James Ostad
I feel I am in heaven. some one responded back. here is my case, I use SunOne Studio to create my web apps. It does work in it, but when I move it out to tomcat, that is what I get. I just stated to look at the jk2.properties file. Currently nothing has been setup there. It seems that SunOne is

Re: hot deploy

2003-11-20 Thread Leonardo Kenji Shikida
looks like a windows solution... is there something for UNIX? -- [] Leonardo Kenji Shikida Vetta Technologies http://www.vettatech.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Installation problem

2003-11-20 Thread Harry Mantheakis
Okay Sancha Delete all of of the following lines from the 'web.xml' file in '$CATALINA_HOME/webapps/Sancha/WEB-INF': !-- JSPC servlet mappings start -- servlet servlet-nameorg.apache.jsp.index_jsp/servlet-name servlet-classorg.apache.jsp.index_jsp/servlet-class /servlet

[POLL] Logging

2003-11-20 Thread Pitre, Russell
I need to use a robbust logging api for my webapp that I'm building, so I decided I would cast a poll to get census of what everyone prefers Logging, Which do you prefer? 1. Log4j 2. Java.util.Logging 3. Other Russ -

RE: [POLL] Logging

2003-11-20 Thread Shapira, Yoav
Howdy, Log4j, hands-down and easily, especially with log4j v1.3 domains and the awesome Chainsaw improvements. Nothing else comes close. Yoav Shapira Millennium ChemInformatics -Original Message- From: Pitre, Russell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 12:33 PM

Re: Change the name of a servlet in runtime

2003-11-20 Thread Tim Funk
Or the faq: http://jakarta.apache.org/tomcat/faq/misc.html#saveas -Tim Christopher Schultz wrote: Search the archives for Content-Disposition Manuel Gil Perez wrote: Hi all. I have a servlet that reads a file from disk and it returns as output stream in the servlet (octect-stream). From web

Re: [POLL] Logging

2003-11-20 Thread Christopher Schultz
Russ, Log4j, hands-down and easily, especially with log4j v1.3 domains and the awesome Chainsaw improvements. Nothing else comes close. Yoav Shapira Millennium ChemInformatics Absolutely agreed. Log4j works pretty much everywhere and I think it makes a *lot* more sense than the built-in Java

Re: Multiple Tomcats handled by one Apache

2003-11-20 Thread Tim Funk
Its possible. (Hopefully one of links describes it) ... http://jakarta.apache.org/tomcat/faq/connectors.html -Tim Wegener, Dierk wrote: Hello, is it possible to use different Tomcats (not multiple instances but real different versions) in one Apache installations? In workers.properties there

org.apache.jasper.JasperException: Unable to compile class for JS P

2003-11-20 Thread Luis Estevens
Hello I have Windows2000 Server, IIS5, jdk 1.4 and Tomcat 4112 After sucesuffly installed TomCat and tested it through http://localhost/examples/servlet/HelloWorldExample http://localhost/examples/servlet/HelloWorldExample i tried to put some jsp witch calls a bean to work

Basic Authentication

2003-11-20 Thread Kumar, Sumit
Hello, I have a third party application named Intraspect5.6. It uses Tomcat 4.1 as servlet engine. It uses Basic Authentication. I want to use the same Basic Authentication used by Intraspect for my custom application that I have deployed in the same Tomcat instance. From my webapp, can I go to

Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi Harry, Thanks a lot for your help and all the people belonging to this forum who came forward to help me. I understand that apache tomcat wasnt exactly built for such file sharing..but somehow i am left with no alternatives over here. Anyway, thanks again for ur patience and time.

Re: [POLL] Logging

2003-11-20 Thread russo
We're using Log4j here under Weblogic for PeopleSoft. Very nice, although I must say we haven't tried anything else... Just starting to use Tomcat but, logging has not come up yet. Was glad to see mention on the list of the built in Tomcat logging ability which we may use for simple tasks and

Re: server error

2003-11-20 Thread Filip Hanik
this is a tomcat user group, you are running weblogic Filip - Original Message - From: Subramaniyam Hemalatha [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 7:44 PM Subject: server error hello , i get this following error when i run

Apache Virtual Hosts with Tomcat behind Localdirector

2003-11-20 Thread Dave Morrow
I have 2 Apache2 webservers each running multiple virtual hosts on different ports (with a single IP address on each server) integrated with Tomcat using mod_jk2 My Apache virtual hosting is setup as; VirtualHost *:8000 ServerAdmin [EMAIL PROTECTED] DocumentRoot

Path not found problem.

2003-11-20 Thread Yansheng Lin
My setting: - Tomcat-Standalone - Context className=org.apache.catalina.core.StandardContext cachingAllowed=true charsetMapperClass=org.apache.catalina.util.CharsetMapper cookies=true crossContext=false debug=0

RE: Path not found problem.

2003-11-20 Thread Yansheng Lin
Sorry directory should be, (typo): - Directory structure: j2ee-test |- doc |- src |- web |- jsp |- testMain.jsp |- styles |-

RE: Basic Authentication

2003-11-20 Thread Kumar, Sumit
Can somebody suggest how to implement Basic Authentication in Tomcat4.1 or use an existing Basic Authentication being used by other application. Thanks -sumit -Original Message- From: Kumar, Sumit Sent: Thursday, November 20, 2003 11:44 AM To: 'Tomcat Users List' Subject: Basic

RE : Basic Authentication

2003-11-20 Thread eric perso
It s not use in the class java.net.Authenticator ? See it -Original Message- From: Kumar, Sumit [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 7:01 PM To: 'Tomcat Users List' Subject: RE: Basic Authentication Can somebody suggest how to implement Basic

Where can I find mod-jk2 for RedHat 9.0?

2003-11-20 Thread Asif Chowdhary
Asif Chowdhary System Analyst x.eye incorporated Phone: (905) 624-6608 ext. 280 mailto:[EMAIL PROTECTED] www.xeye.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Designing Systems Help!

2003-11-20 Thread Goehring, Chuck Mr., RCI - San Diego
Vaneet, There are a ton of open source projects at www.sourceforge.net. There is a keyword search capably to find existing projects. Check the Development Status and other project attributes to see if a project meets your objectives. Don't know if there is a Document Management system, but

OT: Linux specific JVM problem

2003-11-20 Thread Nikola Milutinovic
Hi all. I have a problem which, I suppose, I can solve - this way or another. I'd like to hear a recomendation from the list, since I'm supposed to go live ASAP. I have installed: - Mandrake Linux 9.1 - paranoid security setting - Sun JDK 1.4.2 rel_02 - Tomcat 4.1.24 from RPM If I try to

Re: Where can I find mod-jk2 for RedHat 9.0?

2003-11-20 Thread Luca
Very short question!!! Download source http://www.apache.inetcosmos.org/dist/jakarta/tomcat-connectors/jk2/jakarta-tomcat-connectors-jk2-src-current.tar.gz and compile it with your version of apache. Very simple. --- Asif Chowdhary [EMAIL PROTECTED] wrote: Asif Chowdhary System Analyst

Re: mod_jk + apache 2.0.40 + redhat 9.0

2003-11-20 Thread Oscar Carrillo
I would suggest using more than one as a reference in case something is misunderstood or vague. My tutorial is below: http://daydream.stanford.edu/tomcat/install_web_services.html I link to many other sites that are useful, and I believe John Turner's site (which I link to) links to an RPM

  1   2   >