Re: Help with log4j and log4j.propereties under Tomcat 4.1.2

2002-10-24 Thread Andreas Probst
Hi CC, I also wanted to have them in WEB-INF. The following code works for me (TC 4.0.4). You can even rename the log4j.properties to whatever you want. This solution is supposed to work in not expanded wars, too. InputStream log4jPropsIn =

Re: multiple servlet instances?

2002-10-24 Thread Veniamin Fichin
Craig R. McClanahan wrote: A have to implement some functionality that related to multiple instances. I need a servlet which accepts common http requests from client-side applets. When a next request arrives, servlet must register a client somehow (for example, store its name and, possibly,

Logging - howto ?

2002-10-24 Thread Daniel.T.Hellstrand
Where can I find info about setting different logging options for Tomcat 4.1.12 ? /Dan -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: multiple servlet instances?

2002-10-24 Thread Jacob Kjome
See comments below At 10:59 AM 10/24/2002 +0400, you wrote: Craig R. McClanahan wrote: A have to implement some functionality that related to multiple instances. I need a servlet which accepts common http requests from client-side applets. When a next request arrives, servlet must register

Re: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-24 Thread Martin Jacobson
Turner, John wrote: snip On that note, there is no need to build the Java side of the connectors when building. All you need is the Apache side, and this can be done with ./configurethere is no need to run ant or anything else to get a connector binary, as the JAR binaries of the

Re: Security RISK !

2002-10-24 Thread Veniamin Fichin
Tim Funk wrote: You'll want to protect your WEB-INF directory as well as any properties files. You can do that by using by the following in your httpd.conf: (This should be the syntax) Files ~ \.properties$ Order allow,deny Deny from all Satisfy All /Files Directory ~ /WEB-INF/

Java Logger problem with Tomcat4 web apps on Unix platforms...

2002-10-24 Thread Vijay KN
Hi, We are using JVM1.4 Logger APIs in our servlet application deployed in Tomcat4.0 container to log messages into a file. On Unix platforms, the log file doesn't get created, though the application using Logger objects does not throw any exceptions. However, the same code works on other

Re: JNDI Data Source

2002-10-24 Thread Mehdi . Nejad
Hi Przemo, I had the same thing under Tomcat 4.0, I could not specify the factory either. Classes like the one that you are missing can all be found from here (dbcp and Pool) : http://jakarta.apache.org/commons/ I found that TC 4.0 needed tweaking, so I just installed 4.1.1 instead. This

Re: load balancing with routing with mod_jk in cluster

2002-10-24 Thread Bernd Koecke
Hi, This part of the docs came from me and we use such a configuration here at work, but we use tomcat 4.0.x and mod_jk1. Alexander Piavka wrote: Hi, I have lvs cluster of 3 nodes, on each node i have apache1.3 + tomcat4.1.12+mod_jk serving identical data. The http service on lvs is configured

Apache is buffering Tomcat' Responses?

2002-10-24 Thread Hanno Wagner
Hi, I am quite new to the thematic of Tomcat together with Apache. I am running a project where in the first step a Tomcat-Configuration standalone was used to have a WebApplication running. To be able to use the .htaccess-Feature from Apache (since I really know only apache and not tomcat), I

Re: Loading jdbc driver

2002-10-24 Thread Andy Wickson
Thanks for the idea Sean. I tried putting the jar file under my WEB-INF\lib directory but get the same error. If I then try to delete this file with TC running I can't because TC has locked it, so this would indicate that TC thinks it found something it likes! Regards Andy Wickson -

Re: tomcat and OSX

2002-10-24 Thread Martin Jacobson
John B. Moore wrote: Martin, I you like I would be VERY glad to review your howto...G I'm working on setting this up on my iBook right now... Thanks much... John.. I shall write it up in more detail Real Soon... but, in essence, you will need to download the mod_jk.so binary for

Override the Default Servlet

2002-10-24 Thread François Vallet
Hello ! I have my own Default Servlet for my a web app ! But tomcat has his own default Servlet as well! (/Tomcat/conf) And tomcat doesn't like that I override the default servlet in my Web.xml Do you know how we override the tomcat Default Servlet ? Thanks in advance F.

tomcat not working

2002-10-24 Thread Vishal Gupta
Hi All, I have installed tomcat/apache on HP-UX machine. Apache is working fine but i can't see the tomcat home page at ://ip_address:8080/index.html error is below. I have checked all the conf files in conf directory.everything seems to be OK please suggest the solution. Regards, Vishal

SSL, JK redirect question

2002-10-24 Thread Martin Jacobson
I have tc4.1.12, Apache 2.0.43 mod_ssl and mod_jk set up and working successfully on my Mac (OS X 10.1.5), but tweaking the Apache config to get it to work was... involved, let's say :-) Users enter the site (using http: protocol) at /drs/home. This contains a button labelled Login that takes

RE: how to configure my web applications

2002-10-24 Thread Peng Annie
Yes I understand how to set classpath in Tomcat if I run tomcat, but how to set classpath when only apache is running and tomcat is not? Robert, thanks for the doc Apache2_Jk2_TC4.1.x.doc, when I did it step by step, it works perfectly. But now I got this problem. Any idea how to solve it?

Re: how to configure my web applications

2002-10-24 Thread Kwok Peng Tuck
Peng Annie wrote: Yes I understand how to set classpath in Tomcat if I run tomcat, but how to set classpath when only apache is running and tomcat is not? If you set the class path under Windows nt, it should take effect for either the entire system or the user. (depends on what you set.)

Re: debugging servlets?

2002-10-24 Thread Cédric Viaud
I'm sorry but a French one did the job. http://www.sysdeo.com/eclipse/tomcatPlugin.html An information should be send to the Eclipse project ... Regards, Cédric - Original Message - From: Jiann-Ming Su [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday,

configuring access and event logging in Tomcat 4.0

2002-10-24 Thread OZGUR KISIR
Hi all, I have a web application that has a JDBC connection to a MySQL database. You can do any db operations from this application. I am using my own logger(logger.jar file used in many projects , in fact) to log the different types of events[in the servlets and Java beans that I have

Re: tomcat security issue

2002-10-24 Thread Glenn Nielsen
SecurityManager permission problems are much easier to debug if you start tomcat with the -Djava.security.debug=access,failure property defined, then check your logs for the string denied. Then review the stack trace and the ProtectionDomain which failed. Regards, Glenn [EMAIL PROTECTED]

RE: how to configure my web applications

2002-10-24 Thread Peng Annie
But the problem is that it can not see the class which is in web-inf/classes or web-inf/lib. Should I specify the class path in System Environment variables to this detail level? Like: set CLASS_PATH=C:/tomcat/webapps/application/WEB-INF/lib/application.jar then I have too much to set in this

Re: JkAutoAlias + Apache 1.3 + WAR

2002-10-24 Thread Glenn Nielsen
Luiz Ricardo wrote: Hello, I can not access an web application deployed in a war archive. I am using Apache 1.3 + mod_jk and in my server.xml the attribute unpackWARs is false, in my mod_jk.conf I use JkAutoAlias. Does anyone knows if JkAutoAlias and unpackWARs=false work? No they do not.

RE: tomcat not working

2002-10-24 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
Do you have an index.html file in your ROOT context/webapp? most likely /opt/jakarta/webapps/ROOT/index.html What do you get if you try http://ip_address:8080/ without specifying a file? Also for your HP-UX machine did you use the apache/tomcat depot provided by HP or did you download the files

Getting this error in catalina_log

2002-10-24 Thread Kristján Bjarni Guðmundsson
CoyoteAdapter An exception or error occurred in the container during the request processing java.lang.NullPointerException at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:164) at

Re: Loading jdbc driver

2002-10-24 Thread Andy Wickson
There must be a problem with the Cloudscape driver as I tried the Sun jdbc:odbc bridge and it's OK. Is anyone out there using a Cloudscape driver? Regards Andy Wickson - Original Message - From: Andy Wickson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday,

just a little question about JDBC

2002-10-24 Thread Marek Majtan
If I want to make queries which differ only in ORDER BY clause, how to do it using PreparedStatement class? Do I have to make for each such a query new instance with different sorting criteria, or can I use parameters somehow like for bind variables? Zajmav reklamn produkty, vhodn cena, clen na

Re: Security RISK !

2002-10-24 Thread Tim Funk
401/404 - Forbidden vs not found doesn't matter as long as the intruder is forbidden. Relying on confusing the user is a nice technique to preventing intruders since it may waste more of their time and make them more likely to give up. But that may make others more determined to try to break

Question about JK2, Apache2 and TC 4.1.12 with jdk1.3.1_02

2002-10-24 Thread JLagrue
I have been struggling with JK2 to link Apache2 and TC 4.1.12 using JDL 1.3.1_02 on a Win2K system All the docs and how-tos that I have found all talk about JDK1.4. And using JDK1.4 it does seem to work. However I have to use JDK 1.3.1_02 and cannot get it running. I have put mod_jk2.dll in

Installation Problem: tomcat 4.1.12-LE + java 1.4.0._1

2002-10-24 Thread Batty, Martin
Hi, I'm having problems starting up tomcat 4.1.12 LE using java 1.4.0_01 on Windows 2000 Professional. I'm using the LE version because I want to set up Scarab, which doesn't work with xerces2 in the classpath (its site recommends using LE). Here is what's going on... (I'm calling catalina

RE: tomcat not working

2002-10-24 Thread Vishal Gupta
Pls see below.. Thanks and regards, Vishal PELOQUIN,JEFFREY (HP-Boise,ex1) [EMAIL PROTECTED] wrote: Do you have an index.html file in your ROOT context/webapp? ..yes its there ..I suspect some configuration or user right as it says resource not available..i made its owner as tomcat and

error with servlets

2002-10-24 Thread Peng Annie
Hi I have Apache2, Tomcat 4, win2k. Now I can get the jsp page: http://localhost/myapp/login.jsp (which point to LoginServlet in /myapp/web-inf/classes) but when I push login, it pop up an error: type Status report message /dboard/servlet/LoginServlet description The requested resource

Re: error with servlets

2002-10-24 Thread Andy Wickson
You'll need to remove the servlet path in FORM ACTION tag of your html page if you've not un-commented the invoker servlet in %TC_HOME%\conf\web.xml. You'll also need to map your servlet to a URL. For example, add this to your web.xml: servlet-mapping servlet-namemyClass/servlet-name

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solar is 8

2002-10-24 Thread Turner, John
That is strange...the binary package is the same for all platforms. If they weren't in yours, they wouldn't be in any others. John -Original Message- From: Martin Jacobson [mailto:martin_j;libero.it] Sent: Thursday, October 24, 2002 3:33 AM To: Tomcat Users List Subject: Re:

RE: Apache Tomcat on different hosts

2002-10-24 Thread Turner, John
Broken record mode: I know. The question was what is it?, not do I need it? ;) John -Original Message- From: Milt Epstein [mailto:mepstein;uiuc.edu] Sent: Wednesday, October 23, 2002 6:17 PM To: Tomcat Users List Subject: RE: Apache Tomcat on different hosts On Wed, 23 Oct

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
Yes, you should. If you are using 8080, Apache isn't even involved in the request. John -Original Message- From: Stephen Graham [mailto:sg3;bigpond.com] Sent: Wednesday, October 23, 2002 7:41 PM To: Tomcat Users List Subject: Apache Tomcat URLs - don't want port 8080 I'm

Re: JNDI Data Source

2002-10-24 Thread Przemyslaw Korona
Thanks Mehdi, I found those classes, eventually. I was surprised, because required jars are not present in Tomcat 4.1.12 Light Edition (the one, that can work with JRE 1.4). I have found those jars in full edition of Tomcat 4.1.12. Anyway now it seams, that driver works (hurray), but only to

RE: how to configure my web applications

2002-10-24 Thread Turner, John
What are you trying to achieve? There's no need for Apache to know anything about CLASSPATH, and tomcat creates its own CLASSPATH on startup (check CATALINA_HOME/bin/catalina.bat) and ignores the CLASSPATH environment variable. CLASSPATH as an environment variable is typically for command-line

Tomcat's connection pooling

2002-10-24 Thread Cristiano Moreira Silva
Hello. I've installed and tested successfully an example of JDBC access using the Tomcat's connection pooling (JNDI + Datasource), showed at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html.However, I've some doubts... I'd like to know if in Tomcat's connection

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
Thanks for all the help. I have gotten everything working. I have Apache/2 with SSL serving the static content and forwarding the servlet requests to Tomcat 4.0.4 under JDK 1.3 on W2K. To the doubters I say It can be done and the people in this community are vary helpful if you ask the right

[DEFAULT] Override the Default Servlet

2002-10-24 Thread François Vallet
Hello ! I have my own Default Servlet for my a web app ! But tomcat has his own default Servlet as well! (/Tomcat/conf) And tomcat doesn't like that I override the default servlet in my Web.xml Do you know how we override the tomcat Default Servlet ? Thanks in advance F. -- To unsubscribe,

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
Wait! Complete the circle for the archives...what was the solution? John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com] Sent: Thursday, October 24, 2002 8:27 AM To: 'Milt Epstein'; 'Tomcat Users List' Subject: RE: Apache/2 and Tomcat/4 not talking

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
Ok great, thanks for the answer. Do you have any ideas about where I might start looking to fix this? I've tried placing alias entries in smb.conf to get this to work but it doesn't seem to make any difference - I still can't access the context without specifying port 8080. For example. I've

Extra out.write statements in generated servlet

2002-10-24 Thread Nick Roberts
Is there a way to prevent the unnecessary out.write(\r\n); and out.write(); statements inn the servlet generated from a JSP, particularly one with several include directives ? These don't affect the actual rendering of the HTML but I have tens of them per file and they bloat the html sent back to

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Jim Urban
It was a combination of minor things that snowballed into a big thing. 1. A typo in my workers.properties file. (worker.list=ajp13 and worker.ajp13.type=ajpl3 the first is a one and the other a lower case L). Surprisingly I didn't get any error message about this! 2. An incomplete mod_jk.conf

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
I'm not clear what you have set up already and what you don't. It looks like you are using mod_jk. Do you have all the pieces? mod_jk.so and a workers.properties file? What happens when you access the URL without port 8080? Is there an error message? If so, what is it? John

RE: Apache/2 and Tomcat/4 not talking

2002-10-24 Thread Turner, John
Thanks...that 1 vs. l deal is something new, this is the first time I've seen anyone post about that. I never would have thought to check it, I will have to file that away for future debugging reference. John -Original Message- From: Jim Urban [mailto:jurban;parkcitysolutions.com]

Re: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solar is 8

2002-10-24 Thread Martin Jacobson
Yesterday was one helluva day - I lost count of the number of times I typed ./configure, make, make install. Consequently, I'm not excluding the possibility that I did an mv of the jar out of tomcat instead of a cp - that would certainly explain the ClassNotFoundException :-) Martin Turner,

RE: ARG! catalina.out suddently grows to 6mb at server start

2002-10-24 Thread Shapira, Yoav
Hi, Are any of the debug=n in your $CATALINA_HOME/conf/server.xml set to something other than debug=0. What you quoted looked like tomcat internal debugging output. Yoav Shapira Millennium ChemInformatics -Original Message- From: Carson, Chuck [mailto:Chuck.Carson;syrrx.com] Sent:

RE: configuring access and event logging in Tomcat 4.0

2002-10-24 Thread Shapira, Yoav
Hi, I am using my own logger(logger.jar file used in many projects , in fact) to log the different types of events[in the servlets and Java beans that I have used.]. However , somehow my logger does not write logs although it creates the log file every day(my logger rotates daily.) Since

RE: Java Logger problem with Tomcat4 web apps on Unix platforms...

2002-10-24 Thread Shapira, Yoav
Hi, On Unix platforms, the log file doesn't get created, though the application using Logger objects does not throw any exceptions. However, the same code works on other platforms like WinXP. Perhaps a permissions problem on the directory where the file is supposed to get created? Does the

RE: Logging - howto ?

2002-10-24 Thread Shapira, Yoav
Hi, Where can I find info about setting different logging options for Tomcat 4.1.12 ? Did you try the tomcat docs? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/logger.html Or for a complete external logging system, my fav is log4j: http://jakarta.apache.org/log4j Yoav Shapira

RE: Oracle connection pooling

2002-10-24 Thread Shapira, Yoav
Hi, parameter namemaxActive/name value5/value /parameter parameter namemaxIdle/name value3/value /parameter parameter namemaxWait/name

RE: Tomcat's connection pooling

2002-10-24 Thread Shapira, Yoav
Hi, One of the main points of connection pooling is to bound the number of connections you have. It's a bad design to define a connection pool that doesn't meet expected loads. If you know your app will need 10 connections concurrently, define 10 as maxActive. Don't define 5 and ask it to

Urgent: Please Help!

2002-10-24 Thread Katsutoshi Rachi
Dear Sir/Madam, We are running into setup problem when trying to run tomcat 4.0.3 with IIS 5.0 on W2K Professional. The error message inside IIS log is #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2002-10-24 11:46:44 #Fields: time c-ip cs-method cs-uri-stem

RE: Urgent: Please Help!

2002-10-24 Thread Turner, John
In order to use Tomcat with IIS, you need a file called isapi_redirector.dll. Do you have this file? John -Original Message- From: Katsutoshi Rachi [mailto:rachi;imageone.co.jp] Sent: Thursday, October 24, 2002 7:56 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Urgent:

urgent:::Pls :Tomcat not working

2002-10-24 Thread Vishal Gupta
Hi All, I have installed tomcat/apache on HP-UX machine. Apache is working fine but i can't see the tomcat home page at ://ip_address:8080/index.html error is below. I have checked all the conf files in conf directory.everything seems to be OK please suggest the solution. Regards, Vishal

Re: tomcat security issue

2002-10-24 Thread Warren Sweetman
I wish I could see some log files. Only file that seems to be active is catalina.out any assistance in this matter would be appreciated here is the entry for the service Service name=Tomcat-Apache13 Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009

Tomcat Administration site?

2002-10-24 Thread BC
How do I access the Tomcat Administration portion of an install? What's the default user/password or where do I set one up? -Ben -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

RE: urgent:::Pls :Tomcat not working

2002-10-24 Thread Shapira, Yoav
Hi, Did you try starting tomcat without Apache, making sure you can see the tomcat home page and run the examples? It's often a good idea to verify the various components work well individually before trying them together ;) Yoav Shapira Millennium ChemInformatics -Original Message-

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
I am using mod_jk it is loaded with the following statement in the top of the 'mod_jk.conf' file. IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so /IfModule I have a workers.properties file and I've edited the following properties to reflect my system setup. workers.tomcat_home

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
OK. Do you have any JkMount statements? If so, what are they? Workers.properties should look like this (for a simple setup): # BEGIN workers.properties # # (optional) make this equal to CATALINA_HOME workers.tomcat_home=/usr/local/jakarta-tomcat-4.0.4 # # (optional) make this equal to

RE: urgent:::Pls :Tomcat not working

2002-10-24 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
here is the response I sent earlier: Do you have an index.html file in your ROOT context/webapp? most likely /opt/jakarta/webapps/ROOT/index.html What do you get if you try http://ip_address:8080/ without specifying a file? Also for your HP-UX machine did you use the apache/tomcat depot

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
The only JkMount statements I have are in the automatically created mod_jk.conf file and the httpd.conf file. The contents of each are as follows. ## Auto generated on Thu Oct 24 23:07:26 EST 2002## IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so /IfModule

YOAV: Tomcat's connection pooling

2002-10-24 Thread achana
snip One of the main points of connection pooling is to bound the number of connections you have. It's a bad design to define a connection pool that doesn't meet expected loads. If you know your app will need 10 connections concurrently, define 10 as maxActive. Don't define 5 and ask it to

RE: YOAV: Tomcat's connection pooling

2002-10-24 Thread Shapira, Yoav
Hi, Please don't mention names in messages ;) There are a ton of people on this list who are at least as qualified as I am to answer any question... I have coded my own Oracle connection pool which which sets up a pool of physical db connections. A servlet or a thread can request a connection

Tomcat and 401 custom page how?

2002-10-24 Thread Kristján Bjarni Guðmundsson
I use custom error pages for various error codes (404. etc), all of them work except 401 error. If I go to a protected page the browser just displays the 401 page without prompting me to log in. What am I doing wrong?

Error While Accessing JSP

2002-10-24 Thread yogesh1 kolte1
Hi I am getting following error while accessing jsp .Web application just contain 1 index.html that when clicked on a button redirects to jsp file that displays some message.I created directory in tomcat/webapps Could some one help me figure out reason for this error type Exception report

Re: JNDI Data Source - my fault

2002-10-24 Thread Przemyslaw Korona
Hi there, I have found the solution of my problem. I was trying to use in my program DataSource interface, which is not implemented in RmiJdbc 2.5. Now it works using pre DataSource approach. Sorry if I took your time. Przemo Thanks Mehdi, I found those classes, eventually. I was surprised,

linux tomcat startup prob

2002-10-24 Thread maninder s batth
hii am new to linux. i installed tomcat but 4.1.12 and the docs mentioned there would be startup.sh and shutdown.sh in $CATALINA_HOME/bin , all i found was 3 jar files :'-( where are those files..anyone?? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

Re: asking for help

2002-10-24 Thread Lindomar
Hi Gloria. You put your classes in [yourapp] |_WEB-INF |_classes yourclass.class If your class is in package . For example: anything1.anything2.MyClass.class [yourapp] |_WEB-INF |_classes

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
No problem. I will do what I can, but it might be too little too late, as I am just now getting involved in the project. John -Original Message- From: Warner Onstine [mailto:sw-list;warneronstine.com] Sent: Thursday, October 24, 2002 4:22 PM To: Tomcat Users List Subject: Re:

Re: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Warner Onstine
- Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 12:58 PM Subject: RE: javadocs - please!!! My point was that if you feel so strongly about it, get involved and BE the person in charge of

problem with mod_jk2 and apache

2002-10-24 Thread John C Cartwright
Hello All, I seem to be having problems using the mod_jk2.dll with apache2.0.43 on win2k. Complaints about invalid module structure The mod_jk.dll seems to work OK. Any ideas? Thanks! -- john -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional

Re: Tomcat memory usage

2002-10-24 Thread dhay
Hmmm - looks like Brandon asked a similar question while I was writing this one! Have read replies, but would appreciate anyone offering any explanation for what we're seeing. Noticed that several of the replies uses multiple tomcats. Is this recommended? We're just using a single server.

Re: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Adam Sherman
Warner Onstine wrote: Instead of replying please read point one below - I cannot update the web site, only those in charge of the tomcat site can do this. Also, it is very difficult to build the javadocs for your own use. (I tried!) Thanks, A. -- Adam Sherman Software Developer Teach and

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
My point was that if you feel so strongly about it, get involved and BE the person in charge of the tomcat site. Probably not something you'll do though, because judging from your own website, you prefer to always be in charge. I'm not criticizing, just making an observation. You might want to

RE: Java Logger problem with Tomcat4 web apps on Unix platforms...

2002-10-24 Thread Dave Patton
You need to provide some more information. What is the code that sets up the logging file look like? Where are you telling it to put the log file? -Original Message- From: Vijay KN [mailto:KNVIJAY;novell.com] Sent: Thursday, October 24, 2002 00:46 To: [EMAIL PROTECTED] Subject: Java

Tomcat memory usage

2002-10-24 Thread dhay
Hi. Would anyone be able to explain some details about Tomcat memory usage when it is being installed and run as a service (NT, 2000, XP). When we repeatedly upload forms, we are seeing the memory usage and Virtual Memory size in the Task Manager grow and grow and grow. Sometimes when we run

Re: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Warner Onstine
Instead of replying please read point one below - I cannot update the web site, only those in charge of the tomcat site can do this. -warner - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 12:33 PM

RE: Tomcat Scalability - Long

2002-10-24 Thread Shapira, Yoav
Hi, Does anyone have any solid information about the scalability of Tomcat? It seems very limiting to me, but that is hopefully due to improper What are you looking for by solid information? ;) Here are some details about one of our environments: An 18-CPU Sun Ultra Enterprise-class server,

RE: Tomcat Scalability - Long

2002-10-24 Thread Wagoner, Mark
We have a similar hardware setup (PIII 1GHz 512M) but running Tomcat 4.0.4 on Win2k/IIS and accessing a DB2 database on a separate iSeries server. The system is used by our sales reps in the US and Canada (about 30) over a VPN, so it can see activity at any time. It never really gets hammered

Re: Tomcat Scalability - Long

2002-10-24 Thread Remy Maucherat
Brandon Cruz wrote: Does anyone have any solid information about the scalability of Tomcat? It seems very limiting to me, but that is hopefully due to improper configuration. Here is our situation and what seems to be happening under a small amount of stress. Try upgrading to either: -

RE: javadocs - please!!!!!!!!!!!!!!!

2002-10-24 Thread Turner, John
Instead of ranting, you're welcome to get involved. John -Original Message- From: Warner Onstine [mailto:sw-list;warneronstine.com] Sent: Thursday, October 24, 2002 3:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: javadocs - please!!! Ok, I have now

RE: Tomcat Scalability - Long

2002-10-24 Thread Turner, John
We host 15 separate Tomcat instances (3.1) on a single machine. The apps use MySQL. The machine is dual-P3 1GHz, 2GB RAM. Red Hat 7.2, Apache 1.3.26. The connector is mod_jserv. Not sure which JDK, probably 1.3. The usage is high, all of the apps are graphics manipulation apps serving users

Tomcat Scalability - Long

2002-10-24 Thread Brandon Cruz
Does anyone have any solid information about the scalability of Tomcat? It seems very limiting to me, but that is hopefully due to improper configuration. Here is our situation and what seems to be happening under a small amount of stress. ---About our Environment--- PIII 1.0Ghz 512 Meg Ram

RE: Apache-Tomcat

2002-10-24 Thread Turner, John
The quick way is to simply put META HTTP-EQUIV=Refresh CONTENT=0; URL=myproject/welcome.jsp into the head portion of index.html. If you're talking about making /myproject equal to / so that site visitors don't see myproject in the URL, I think you can do that in server.xml by changing the

RE: Apache-Tomcat

2002-10-24 Thread Christie I
Hi John I have installed mod_jk and it was working fine. I mean the integration. http://1.1.1.1/index.html --- working fine http://1.1.1.1/myproject/welcome.jsp -- works fine But i want http://1.1.1.1/welcome.jsp Hope you now got my problem? Turner, John lt;[EMAIL PROTECTED]gt; wrote:

XML Parser for Tomcat 4.1.12

2002-10-24 Thread Ujwal Oswal
How do I overwrite the default xerces parser for Tomcat 4.1.12. I am having existing application on Tomcat 4.05 which works great but when I migrated to Tomcat 4.1.12. its giving me problems. I tried copying xerces.jar into common/endorsed directory. It gave me errors when I started Tomcat

Re: where to put servlet classes

2002-10-24 Thread German Augusto Niebles Alvarez
Try with: form method=POST action=/app/servlet/authenticateUser in your login jsp page. be careful with 'servlet' not servlets', because servlet is virtual directory. Regards. [EMAIL PROTECTED] 10/24 9:55 a.m. I am a new Tomcat user and I am having trouble accessing my servlet

Apache-Tomcat

2002-10-24 Thread Christie I
Hi Im using Apache 1.3.27 and Tomcat 4.0.4. Iam new bie to this. I have my apache home page to be set with my webapps/myproject/welcome.jsp file ? how to do this? tomcathome/webapps/myproject/welcome.jsp when i type in the browser http://1.2.3.4/ i should get my welcome.jsp page ? How to do

RE: ARG! catalina.out suddently grows to 6mb at server start

2002-10-24 Thread Carson, Chuck
The only entires that have debug set to anything other than 0 are a few Realm entries. (JDBCREalm) I did not set this. My server.xml is stock except for the following additions: Context path= docBase=ROOT debug=0 reloadable=true/ Context path=/changemgmt docBase=changemgmt

mod_jk2 and tomcat 4.1.12

2002-10-24 Thread Maxime Colas des Francs
Hi I upgrade from tomcat 4.1.10 to tomcat 4.1.12 i recompile connector-4.1.12 for mod_jk2 and .. i need help ... now during tomcat start : Starting service Tomcat-Standalone Apache Tomcat/4.1.12-LE-jdk14 8 [main] ERROR server.JkMain - Can't create apr java.lang.NoClassDefFoundError:

asking for help

2002-10-24 Thread Gloria
I downloaded tomcat version: jakarta-tomcat-4.1.10, I know where to place my servlet class files and JSP files, but I don't know where I place bean classes which is called by jsp file? I placed it into common\classes, it does n't work. I will approciate if you can give me a help. Thank you --

Re: J2EE1.3.1: cannot load JSP files

2002-10-24 Thread psalazar
I solved... 1-The location on errorpage, and the jsp-file on servlet must have / preceding the file: location/errorpage.jsp/location jsp-file/index.jsp/jsp-file 2-The context-root must be relative and with no / as a prefix. context-rootlbs/context-root regards, pedro salazar. On Thu, 24 Oct

Re: SSL Servlet Client

2002-10-24 Thread Monte . Gardner
Well, I finally figured out what I was doing wrong that was preventing my SSL client from accepting Tomcat's certificate. The tomcat SSL Documentation states that tomcat looks in the user home directory for whoever is running tomcat for it's certificates. I thought that meant the .keystore file

Re: [DEFAULT] Override the Default Servlet

2002-10-24 Thread Craig R. McClanahan
On Thu, 24 Oct 2002, François Vallet wrote: Date: Thu, 24 Oct 2002 14:30:31 +0200 From: François Vallet [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: [DEFAULT] Override the Default Servlet Hello ! I have my own Default

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-24 Thread Craig R. McClanahan
On Thu, 24 Oct 2002, Wu Yiqun wrote: Date: Thu, 24 Oct 2002 09:18:44 +0800 From: Wu Yiqun [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? Hi, Craig:

RE: problems with apache and tomcat

2002-10-24 Thread Jim Urban
Tomcat 4.x no longer uses the tomcat-apache.conf file. If you follow the instructions at http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0 /doc/ you should be able to get the two talking. I know, I just finished this project. Jim -Original Message- From:

Unable to compile

2002-10-24 Thread Frédéric LEFRANC
I m sorry to ask the question i install jdk1.3,tomcat3.3.1 on win nt station. set seems ok CLASSPATH=;..\lib\tomcat.jar;E:\soap\soap-2_2\lib\soap.jar;E:\soap\javamail- 1.2\mail.jar;E:\soap\jaf-1.0.2\activation.jar;E:\soap\xerces-1_2_3\xerces.ja r;E:\soa

Tomcat4.1.12-LE admin webapp not working

2002-10-24 Thread Toru Hosaka
I installed Tomcat4.1.12-LE with j2sdk1.4.1_01 integrated with Apache 1.3 and mod_jk-1.2.0. Almost everything got work except admin web application. After you logged in from http://localhost:8080/admin/login.jsp;, Double click any branch of tree, then you can see the following error on left side

  1   2   >