Re: Tomcat startup error

2003-08-14 Thread vikas jain
try this: http://www.moreservlets.com/Using-Tomcat-4.html#Set-CLASSPATH From: krishnakumar kumaraswamypillai [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat startup error Date: Fri, 8 Aug 2003 03:20:04 -0700 (PDT) hi all i have installed JAVA

dynamic install and reload

2003-08-14 Thread Steve Widmar
Greetings, all: I'm looking for help with the following deployment scenarios: 1. Install a web app (.war) into a running tomcat 4.1.x 2. reload same web app after arbitrary changes to it For both of these scenarios: 1. deployment activity driven from ant script 2. ant script executed on host

OFF TOPIC: Book suggestion.

2003-08-14 Thread Pitre, Russell
Sorry for the off topic question, but I feel this list could benefit from the responses to this question (if they get answered).. Does anyone know of any good books on design patterns concerning MVC and Java and the like.Here's one by the gang of four but it was published in

dynamic install and reload (resend)

2003-08-14 Thread Steve Widmar
Greetings, all: I'm looking for help with the following deployment scenarios: 1. Install a web app (.war) into a running tomcat 4.1.x 2. reload same web app after arbitrary changes to it For both of these scenarios: 1. deployment activity driven from ant script 2. ant script executed on host

Client SSL certificates signed by Windows Certificate Server

2003-08-14 Thread Martin Jericho
I am trying to use Windows Certificate Server to sign my client certificates. First I tried to use a certificate that was generated in IE, but that didn't seem to work (has anyone gotten this to work before?), so now I am trying certificates generated by IBM's keyman program. These are the steps

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Yeah, that's what I was hoping.. but a ls -a in that directory just gave me a list of files named jkjni.a jkjni.la jkjni.lai mod_jk2.a mod_jk2.la mod_jk2.lai I tried the compile using 'make jk2-build-apxs' as Jorgen suggested. This did create a .slo in the /jk/native2/server/apache2/ folder,

RE: Passing Memory values with CATALINA_OPTS

2003-08-14 Thread Shapira, Yoav
Howdy, First off, we're running Apache 1.3.27 and Tomcat 4.1.17 with j2sdk1.4.1_01 4.1.17 really? Not 4.1.12/18/24/27 (the stable releases)? If possible, move to 4.1.27. From everything I have read, it seemed natural set the -server flag, and due to some performance issues we were having, I

Re: Changing document root for .jsp files?

2003-08-14 Thread Kurt Overberg
Yeah, I could do that, but it'd mean rewriting the links to 100's of files. I could even live with putting the entire jsp dir structure under one directory, like 'jsps', which lives in the same dir as WEB-INF . So I would essentially be making webapp/jsps the webserver root (as it appears to

RE: Tracking active sessions

2003-08-14 Thread Shapira, Yoav
Howdy, I am looking for a way to track which/how many sessions are open. Generally The SessionListener approach to this has been discussed several times on this list and should work fine. it seems to work with a HttpSessionListener, but the Listener is not notified again if the server restarts

Re: can't find jk_nt_service.exe

2003-08-14 Thread Bill Barker
It's in the 3.3 distribution only: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1a/bin/win32/i386/ Bostick, Tom [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've searched the site over... Neither the Jakarta or Tomcat-4 folders has a win32/ix86 folder. Where

Re: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread John Turner
I didn't mean mod_jk2. I meant CoyoteConnector in server.xml. In server.xml, you have a connector listening on some port (like 8009) for communications from Apache. This connector has a class parameter. In your case, the class is org.apache.ajp.tomcat4.Ajp13Connector. Make it

Re: [OT] Any Tool to generate servlet mapping from file system files.

2003-08-14 Thread John Turner
If you don't mind the security risk, just use the Invoker. Problem solved. John Antony paul wrote: hello, Is there any tool or code snippet(other than IDE tools) available to generate servlet mapping for a web applications all servlet. It must search the specified directories(because some

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Ok, one last question.. where might I obtain or find the apxs2's? I'm not sure wether I have them or not. -Original Message- From: Richard Park [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 23:28 To: Tomcat Users List Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache

Using an Extra CharsetProvider in a Servlet

2003-08-14 Thread Johan Krisar
I'm messing around with character sets and character set conversions, and have a problem getting it to work in servlets. Installing an additional Charset requires entries in the file java.nio.charset.spi.CharsetProvider in META-INF/services. My problem is in understanding exactly WHAT META-INF

Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
Hi, I'm trying to get mod_jk2 to run with apache 2.0.47 and Tomcat 4.1.27 running in Linux. However, I cannot work out how to compile mod_jk2. I can't seem to get hold of everything I need? At http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/src I can obtain the

RE: mod_jk problem with serving jsp from apache root dir...from tomcat alias dir is ok

2003-08-14 Thread Mike Klein
I 'figured' out the problem I was having...or at least got things working. In addition to: JkMount /*.jsp ajp13 I also had to add a servlet context to server.xml: Context path= docBase=/www/html/VxAppliance debug=0/ Originally docBase said ROOT, which I guess is Tomcat's root dir as opposed to

Re: Forwarding control

2003-08-14 Thread James Michelich
That's exactly what I needed to know. Thanks, Mike. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat shutdown

2003-08-14 Thread Philippe P.A. Muller
Call Arnold Schwarzneger the terminator --- Chris Daly [EMAIL PROTECTED] wrote: hi i have two instances of tomcat runnign as a stand olone but on different ports - i can neither stop nor start either tomcat as all that i'm getting is Catalina.stop: java.net.ConnectException:

RE: security hole on windows tomcat?

2003-08-14 Thread Jeff Tulley
So this issue is confusing. It seems that indeed there IS an issue, though most cannot see a problem. Talking to some people off-list, it seems that some think it is a JK2 / workers2.properties issue. But I'm pretty sure that others have seen this going directly to port 8080. We probably need to

Re: performance question

2003-08-14 Thread Kristian A. Leth
Well, there could be loads of trouble in a Tomcat! Normally it isn't just the Tomcat performing badly, the most common problem is design and code problems. You can gain 10-20% performance by tweaking Tomcat but that doesn't sound like it's enough to solve your problem. To me your problem

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Thx ben, I do very areciate your help. - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:02 AM Subject: RE: Question about Notify all online user I'm not at liberty to give out any code but the

RE: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Ramanan Ramadoss
Thanks a lot. Your help has been invaluable. I am not seeing Tomcat 4.1.24 download files on the website. I can see the Tomcat 4.1.27 downloads. Is there any place in particular I should be looking for the old binaries. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED]

Monitoring Tomcat

2003-08-14 Thread Carlos-Roberto Queiroz
Hello, I´d like to know about any tools one can use to monitor Tomcat JVM for performance issues (e.g. most consuming object, gc execution). Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Class Not Found Error for WebApp

2003-08-14 Thread Vid Bijelic
Hi, I am using Tomcat4.1, Apache2.0.4, Linux Redhat9.0, j2sdk1.4.2, and WebApp connector I downloaded from CVS. I created webapp.so module and .jar file and place it in server/lib and I am gettint error class not found when trying to start Tomcat4. I tried puting classes directory from

Changing document root for .jsp files?

2003-08-14 Thread Kurt Overberg
Hi all! I have the following layout for my web application: webapp/ webapp/WEB-INF webapp/admin webapp/member I have .jsp files in the webapp directory, webapp/admin and webapp/member. When someone goes to the root of my website (www.site.com/*.jsp), it gets the files out of the webapp/

Retrieving DOCUMENT_ROOT from apache using mod_jk

2003-08-14 Thread Johnson, David
In my CGI programming days I often used the cgi variable called DOCUMENT_ROOT, which apache sets to the root of the document tree. This was very useful because we have many virtual hosts with different document roots. I'm trying to find a method of retrieving this variable from a servlet. I have

Re: Running servlet via SSL???

2003-08-14 Thread John Turner
Did you do the full SSL setup on Apache? You can't just switch from http to https without doing all the configuration and having a SSL virtual host setup. RE: your question, yes, it is possible to use SSL, many people are doing so. If you can be more specific about what you've done and what

Tomcat, SecurityManager, and catalina.policy

2003-08-14 Thread Dan Tarkenton
Hello all. Quick questions: 1) The only way to start Tomcat 4.1.18 with a SecurityManager (i.e. -Djava.security.manager @ the command line) is by starting Tomcat via: %CATALINA_HOME%/bin/catalina start -security This does in fact launch Tomcat into a JVM with a SecurityManger, right? Is

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Richard Park
Stuart, from what I can see in your make output, everything should be there. Here's a piece from your make output: --- /build/jk2/apache2/.libs/mod_jk2.* --- so from within your native2 directory you should: --- cd

RE: Question about Notify all online user

2003-08-14 Thread Mike Curwen
I've heard of hidden frames, but never seen them. (that's not a pun). could the hidden frame contain HTML that has a metarefresh of say 1 minute. The HTML is generated by a JSP. This JSP would track if there was a change. If there wasn't a change, just output a blank body with the meta

Where to find jakarte-tomcat-jasper src tarball???

2003-08-14 Thread David Kramer
I have searched all over the web looking for this tarball. I found the CVS repository that contains the individual files for jasper, but there was no download tarball link. Im new to Apache's CVS so maybe Im missing something simple here. I roamed through the viewCVS website but found nothing

RE: Where to find jakarte-tomcat-jasper src tarball???

2003-08-14 Thread David Kramer
DOH!!! You were dead right, I cant believe I over looked that, I will adjust my build.properties file adding the correct location to jasper. Wow and it was right under my nose this entire time. Thanks for the tip!!! Thanks much, DK -Original Message- From: Bill Barker [mailto:[EMAIL

Re: TR : how to delete log files

2003-08-14 Thread Johan Krisar
Not sure if there are any automatic ways of doing so. If you're using Unix (or Linux), I'd suggest using find and cron. Have a look at the man pages for find, cron and crontab. Cheers, - Johan --- Johan Krisar johan.krisar(at)depicta.com - At 15:37 2003-08-14 +0200, you wrote: Is

JNDI DataSource Realm

2003-08-14 Thread Madere, Colin
Tomcat 4.1.27 PostgreSQL 7.3.4 pg73jdbc3.jar Trying to use JNDI as a Realm source for both auth and data access for a whole server, therefore trying as a GlobalNamingContext attribute. No love. * Set up as a JDBC Realm, auth works. * Set up Datasource as JNDI Resource within DefaultContext,

Need Help

2003-08-14 Thread Yogesh
Hello, I was using Tomcat 3.1 on old server and we have shifted to new server now. we were using URL http://domain.com:8080/test/servlet/ServletName to access the user developed servlet files. We are having Tomcat 4.1 on our new server. So plz send me the instructions to configure the above

RE: From which apache virtual host did a request come from?

2003-08-14 Thread Angus Mezick
Same deal. Apache doesn't know anything about webapps. You just send requests for certain hosts to tomcat using workers2.properties. Tomcat then uses its host entries to decide which webapp get what. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Thursday,

hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul
what would be appropriate hardware for a Tomcat with Apache web server running on Win2k server (for a public OLTP-type web service with database backend running on its own dedicated machine)? probably use striped (raid-0) scsi drive system, but not sure if dual cpu's required, P3, P4 or Zeon

JNDIRealm User bind context available in the Servile Context?

2003-08-14 Thread Twadell, Daniel M
In a servlet I would like to access the same JNDIRealm directory server context that is used during BASIC authentication. Is it possible to configure the jndirealm as a resource link for the servlet context? I *can* make an Application super user to establish a DirContext , but wanted to use

Re: tomcat-4.1.24 compile error issue with commons-fileupload????

2003-08-14 Thread Bill Barker
Either: 1) get the HTMLManagerServlet.java file from 4.1.27 2) look in the CVS, and apply the patch to your copy 3) get commons-fileupload-B1 David Kramer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Im trying to compile tomcat 4.1.24 from source and Im receiving the below error:

Re: Problem with mod_jk and admin application in Tomcat 4.1

2003-08-14 Thread John Turner
You're using a sledgehammer where a light tap will do fine. Ajp13Connector doesn't like MBeans, or vice versa. Either don't use MBeans, or use CoyoteConnector instead of Ajp13Connector. The latter is preferred and recommended, Ajp13Connector is deprecated. John J.P. Wadkin C9951627 wrote:

How to use run-as

2003-08-14 Thread Krause Karin
Hello, in my environment I have a servlet which act as an EJB Client. The servlet uses BASIC authentication. But the call to the EJB should use another principal. As far as I understand the servlet spec, run-as can be used to do such things. Here is a snippet from my web.xml file servlet

Re: [OT] Any Tool to generate servlet mapping from file system files.

2003-08-14 Thread John Turner
LOL Angus Mezick wrote: http://www.perl.org/ -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 9:11 AM To: Tomcat Users List Subject: Re: [OT] Any Tool to generate servlet mapping from file system files. If you don't mind the security

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
Ok. I have this problem but it isn't tomcat that is doing the serving of the JSP source. It is apache. This is my workers2.properties uri section: [uri:www.SITENAME.org/*.jsp] group=lbWWW [uri:www.SITENAME.org/*.adp] group=lbWWW [uri:www.SITENAME.org/*.inc] group=lbWWW

RE: Clustering applications

2003-08-14 Thread Filip Hanik
yeah, the current clustering is an all to all node replication, If I find time I will optimize that Filip -Original Message- From: Cristopher Daniluk [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 9:00 AM To: 'Tomcat Users List' Subject: RE: Clustering applications

Re: Question about Notify all online user

2003-08-14 Thread Ben Souther
That would work too. We're using an iframe for two reasons. 1). with an iframe, you don't need an addtional frameset page to deal with. 2). In our case the JSP in the IFrame is performing two duties. a.) It queries the database for new messages b.) It becomes the popup window

RE: bean class not found

2003-08-14 Thread Shapira, Yoav
Howdy, What's call.web-inf? It should be WEB-INF (capital). Are you properly importing the bean by its class name in your JSP? And use a better subject than urgent as I nearly rejected that from posting to the list ;) Yoav Shapira Millennium ChemInformatics -Original Message- From:

Re: Need Help

2003-08-14 Thread John Turner
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html http://jakarta.apache.org/tomcat/faq/ http://jakarta.apache.org/tomcat/faq/misc.html#invoker John Yogesh wrote: Hello, I was using Tomcat 3.1 on old server and we have shifted to new server now. we were using URL

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Angus Mezick
Here is the redirect that I use in my virtualhost entry in apache: RedirectMatch (.*?)\s+$ http://www.SITENAMEHERE.org$1 Nicely stops the problem of people adding spaces to their url's. (or any other whitespace for that matter) --Angus -Original Message- From: Angus Mezick Sent:

Problem in Tomcat Administration

2003-08-14 Thread Barath Narayanan S S
Title: Message Hi, We have a problem in getting into "Tomcat Administration" and "Tomcat Manager". We have installed tomcat version 4 and when we try to use Tomcat Administrator or Manager, it is asking user id and password. Please let me know what should be the default Administration

RE: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Angus Mezick
Hmm, make sure you have at least 2 webservers and the ability to bring down at least one of them at any time except when you have been posted to slashdot :) -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:35 PM To: Tomcat Users List

How to specify -D to Tomcat NT service

2003-08-14 Thread Ramsay Domloge
Hey All, I am currently installing Tomcat on a Windows 2000 box and cannot see any way to specifying -Duser.home=x Can anyone tell me how this is done? Thanks, Ramsay -- Ramsay Domloge Lead Developer W : http://www.arkemedia.com T : +44 1256 869 200 F : +44 1256 329 119

RE: security hole on windows Apache - Tomcat?

2003-08-14 Thread Jeff Tulley
Yes, but all Apache does is redirect the request to Tomcat for handling. Tomcat itself decides whether to compile the JSP or serve the file as a static file (and hence, show the source). I saw this problem both directly to Tomcat (8080), and through Apache integration, until I did the

RE: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Stuart Stephen
I did exactly that, and there's still no .so -Original Message- From: Richard Park [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 13:29 To: Tomcat Users List Subject: Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47 Stuart, just to be sure I downloaded the version of jk2

Jasper2's JspC

2003-08-14 Thread Dmitry Beransky
Hi, I'm having partial luck manually invoking JspC and compiling JSP pages on demand. I get as far as precomiling to .java, but for the world of me can't figure out how to get the java class compiled to bytecode. Looking at the source code for org.apache.jasper.compiler.Compiler, it appears

RE: Reloadable Servlet?

2003-08-14 Thread Johnson, David
Doh. 4.1.27. :-) The hotfix is available here: http://jakarta.apache.org/site/binindex.cgi Click on the Tomcat 4.1.27 link. It's hotfix 22096 apparently. Not sure what the bug number is, and I haven't worked out how to use the bugzilla search form properly yet. There was a discussion about it

Re: How to specify -D to Tomcat NT service

2003-08-14 Thread Jeff Tulley
As we were discussing a security issue today (I think on the development list), somebody incidentally wrote how to do this. Here is what they did: quote name=Laurent Blume I added those keys in thr registry for the Tomcat service, and restarted it: Windows Registry Editor Version 5.00

RE: unpackWars

2003-08-14 Thread Shapira, Yoav
Howdy, One way that I know that seems to work with Tomcat is to call getServletContext().getRealPath() If it returns null, that means you are running as a WAR file. I'm not sure how reliable this is. Seems to be fine from what I've seen. This is more or less reliable. The original question

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

2003-08-14 Thread Bob Hacker
Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error I am running Jbuilder 7, JBoss 3.0.2. When I touch a jsp I get the following exception when trying to run it javax.servlet.ServletException: sun/tools/javac/Main at

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Lenny Sorey
Lance, I've used John Turners method for Windows 2000 many times without a problem. One thing you might want to do if you have followed all the instructions is to add the following to the bottom of your Apache conf file: JkWorkersFile d:\java\Tomcat41\conf\jk\workers.properties -

Name JDBC is not bound in this context.

2003-08-14 Thread Andoni
Hi, I am getting this error in my log files: name jdbc is not bound in this context and I cannot see any reason why. I have found multiple examples on the web but nobody seems to answer queries about it! My program is using Tomcat 4.0.4 connection pooling and seems to be working fine (if a

Re: Freeing processors

2003-08-14 Thread Mauricio Nuñez
Hi With RH 8, you can see the threads using the option -m Att Mauricio El Jue 07 Ago 2003 09:17, Jon Wingfield escribió: Yep. Since RH 8 the ps command only shows the main java process. In previous versions ps showed the parent process and a child process for each thread the java app

RE: Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Reynir Hübner
Hi, I think IIS 6 is not supported yet, it may at somepoint, but it doesn't work right now. Bye -reynir -Original Message- From: Bala Kiran [mailto:[EMAIL PROTECTED] Sent: 10. ágúst 2003 20:47 To: Tomcat Users List Subject: Tomcat 4.1x with IIS 6 on Windows server 2003

RE: XP random tomcat crashes

2003-08-14 Thread dhay
We normally use the server jvm, but have also seen the crashes with the client. Any ideas? Cheers, David Lenny Karpel [EMAIL PROTECTED] on 05/08/2003 06:42:45 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To:'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: XP

Re: [OT] JDBC confusion

2003-08-14 Thread Nikola Milutinovic
Hello List... newbie question coming up: Phaser charged... Shields at 80%... Photon torpedos loaded... If I set up a jdbc connection object in one servlet, do I have to close it each time or can the same connection be re-utilized by other servlets each using a different sql statement

Re: Hardware and Memory Requirements

2003-08-14 Thread mourad jaber
There are no clear responses depending usage of tomcat ! As a production plateform ( linux ), I'm using P4 2.4G with 1Go of ram and as I'm using a data base on an other machine I don't take care of the disk size but i't mirrored 18Go SCSI... As my dev plateform( linux ) is P3 1Go/512Mo of Ram

Re: database connection

2003-08-14 Thread Kristian A. Leth
There is an discussion about the same at Sun. http://forum.java.sun.com/thread.jsp?thread=386190forum=48message=1660462 I would use a datasource or pool to ensure a flow in the application unless you're very sure, that your connection implementation allows concurrent statements to be executed

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
I don't know anything about CoyoteConnector. should i change port in worker.properties file to 8009? From: John Turner [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.2 and IIS Date: Thu, 07 Aug 2003 11:54:13 -0400

Re: Tomcat 5.0.2 and IIS

2003-08-14 Thread vikas jain
John, Can I ask you one more question? Right now it's going to examples directory under the webapps directory of tomcat. How I can change it to go to default ROOT directory. I tried by changing the examples in uriworkermap.properties file but it didn't work. From: John Turner [EMAIL PROTECTED]

RE: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Barclay A. Dunn
cool. that works for me. so, let's say i want to watch my sql server connections monitor and run this pool monitor from a jsp at the same time. shouldn't i expect to see the # of active + # of idle on the jsp add up to the # of connections that sql server knows about? (assuming tomcat is the only

RE: off-topic, need help in scrolling

2003-08-14 Thread appa rao
Have a look at this... http://jsptags.com/tags/navigation/pager/index.jsp appa N.B.Bopanna [EMAIL PROTECTED] wrote: Hey Gautham, It is not under my control. The mail server adds it to all mails. -Original Message- From: Aggarwal, Gautam (IE03) To: Tomcat Users List Date: Thu, 7 Aug

[OT] how to pronounce Apache ?

2003-08-14 Thread Antony paul
Hello, I would like to know how to pronoune Apache in US English. I found two pronounciations at http://dictionary.reference.com/search?q=apache which one is right ?. Or any other forms ? Antony Paul. - To unsubscribe,

jk2_init Error ??

2003-08-14 Thread Richard Park
Hi, here's my setup: --- Apache 2.0.47 Tomcat 5.0.7 mod_jk2 --- Occasionally when I startup Apache and check the Apache error log I see the following: --- [error] mod_jk child init 1 0 [error] jk2_init() Can't find child

RE: finding number of threads being used by Tomcat

2003-08-14 Thread Shapira, Yoav
Howdy, Search the archives of this list. Yoav Shapira Millennium ChemInformatics -Original Message- From: Rau NF [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 5:09 PM To: [EMAIL PROTECTED] Subject: finding number of threads being used by Tomcat Hello - Is there a way

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread John Turner
It seems stunnel is available for Windows, assuming you have a functional SSL library installed on both the web server and app server. John John Turner wrote: Mod_ssl is an Apache module that allows SSL encryption between the webserver and the client. It is not involved in any way with the

Re: How to configure to use tomcat and struts to use log4j?

2003-08-14 Thread Jon Wingfield
Looks like Struts has a dependency on Commons Logging which is using Log4j under the hood. The commons logging jar is being loaded from a higher level classloader (common/lib or server/lib) and can't access classes only provided by a lower classloader (your webapp). Maybe try having the

RE: URI Servlet Path Problems

2003-08-14 Thread Gregg Bolinger
That is pretty much what my understanding was as well. But I am glad you cleared it up for me. So appending my webapp folder name is not bad practice then. It is just something that has to be done. Thanks Mike. Gregg -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED]

Oracle connection pooling

2003-08-14 Thread Cristopher Daniluk
We are running a fairly large ecommerce site consisting of 3 apache 2.0.48 servers being balanced between using UltraMonkey/ldirector and 2 tomcat servers with AJP1.3. Everything is Linux except the back end which is a fairly hefty and firewalled Sun running Oracle8i. The webapps build a

RE: large objects in sessions

2003-08-14 Thread Shapira, Yoav
Howdy, i've read in a number of locations that you shouldn't put large objects in session, because of the overhead incurred. Is this also true for non-serializable objects? Aren't they simply kept in memory? Not exactly: I wouldn't put non-serializable objects in the session at all, regardless

Debugging applications running in NT Service.

2003-08-14 Thread Gregor Heinrich
Hi there, I have a webapp that runs fine in Tomcat 4.1.24 standalone or Eclipse-based (Sysdeo plugin). If I start the same code in the JK2 service, I sometimes get application-specific errors that point into the direction a different class set and / or configuration is used, even after a

jasper2

2003-08-14 Thread Dmitry Beransky
I'm confused. Is Jasper2 intended for Tomcat 4 or Tomcat 5? Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Anyone running jk2 with Stronghold 4.0?

2003-08-14 Thread jherschel
I emailed the list earlier in the week and was told that the WARP connector was deprecated and not much fun to use. Unfortunately, we use Stronghold on our web servers here and WARP is the only connector provided. Has anyone on this list gotten jk2 to run with Stronghold? How did you get it

RE: TOMCAT Minimum Requirements

2003-08-14 Thread Shapira, Yoav
Howdy, Tomcat's minimum requirements are very small: you need to have a JDK, so ask Sun for the minimum requirements for the JDK for your hardware. Tomcat itself can run with little memory (I have one running with -Xmx=8m, i.e. 8MB heap). If you're using tomcat on a micro platform, or want to

RE: Custom Tag Lib

2003-08-14 Thread Shawn Zernik
Mike: Thanks so very much... I saw their is a config option in the Jasper to turn off tag pooling. do you thing that would work too, of shouldI impliment it in my source code. I'm gonna take a look at it right now. Shawn -Original Message- From: Mike Cherichetti (Renegade

TOMCAT Minimum Requirements

2003-08-14 Thread Oscar \(Eccox\)
Title: Mensagem Hi, List, I need to know the minimum requirements in terms of hardware and OS for running TOMCAT 4. Where can I find this information ??? Thanks, ===José Oscar de Souza EduardoCoordenador de Projetostel: 3047-4541fax:

RE: unpackWars

2003-08-14 Thread Koes, Derrick
I noticed that getRealPath returns null when running packed. This makes sense because there is no real path; it's running from within the war. I didn't want to corrupt any responses with this. I also wanted to make sure this is reliable. Sounds as if it is. Thanks, Derrick -Original

Re: JNDI Realm

2003-08-14 Thread Jeff Tulley
Here is what we did with the JNDIRealm on NetWare 6.5, just so you know: 1) For roles, we created groups in an organizational unit called Tomcat-Roles. The name of the group corresponds to the role name. The important thing to note here is that you must add the [Public] object as a trustee to

Re: Tomcat server shutsdown very often

2003-08-14 Thread
ÔÚ 2003-08-08 22:29:00 ÄúдµÀ£º Hello,of you ? Could you tell me ? Thanks~~ We are running Apache/Tomcat/Mysql on linux. The site was working fine till a few days back. When we introduced a few services, the tomcat server hangs very often. Then we have to restart it using startup.sh.

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Hi, John I followed your instruction, plus adding a few lines in Apache conf file, suggested by Lenny. And I tested on another computer, it seemed working fine. So do I still need to some other configurations? Lenny's suggestion is below: Lance, I've used John Turners method for Windows 2000

RE: tried alot of searching - caving in and emailing this list now

2003-08-14 Thread Angus Mezick
1) it is what I use and the only one I know about :) 2) from the site: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html mod_webapp WARP/1.0WarpConnector Deprecated. Not for Win32; no in-process nor load balancing; works in 4.x. Use APR. Supported Apache-2.0

Re: Help! heavy traffic is crapping out our site every 5 min! DBCP exceptions

2003-08-14 Thread Nikola Milutinovic
now, given that i can confirm that i am closing connections (calling close() on them, which returns them to the pool), can you suggest how i might locate where those connections are not getting released? i have read some stuff about dbcp not being entirely reliable in releasing connections. is

Bare Minimum server.xml

2003-08-14 Thread Satish Talim
Hello, A newbie question - I use Tomcat Version 4.0.1 and Java 2 SDK Standard Edition Version 1.4.0 on Windows 2000 server. I have been going thro'Oreilly's book 'Tomcat - The Definitive Guide' (still not been able to get my hands on 'The Apache Tomcat Bible' from Wiley) and wanted to

Re: how to suppor 30000 concurrent users

2003-08-14 Thread Peter Lin
Supporting a website that supports 30K concurrent connections will mean several hundred servers and a really big database server. At those requirements, your best bet is looking at the architecture first and figuring out what the functional requirements are for all 30K users. The key is to

Tomcat 4.0.6 IIS6.0 ISAPI Filter Activation

2003-08-14 Thread Mark Schmeets
I have been able to use the ISAPI redirector filter with IIS 5 and W2K successfully. I just attempted to do the same thing with Server 2003 and IIS 6.0 and cannot get the filter to register any status (no arrows). I did install, and enable the dll as a Web Extension as well. I am using 4.0.6

Re: [OT] JDBC confusion

2003-08-14 Thread Jon Wingfield
I agree with Nix, use a connection pool. One connection per user may be ok when you've got, say, 5 concurrent users but when you've got 1000, 1, Not scalable. http://tomcatfaq.sourceforge.net/database.html

Tomcat 4.1.24: details of ServletExceptions

2003-08-14 Thread Freek Segers
Hello, I've been developing with Tomcat and Struts from about a year and a half now. Ever since I started using Tomcat 4.1 I don't get very much information when a ServletException occurs in a JSP page. The error page just says that there was a JspException caused by a ServletException but

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Geralyn M Hollerman
John Turner wrote: localhost is a distinct virtual host name that ONLY WORKS ON THE LOCAL COMPUTER. some.ip.address is a distinct virtual host name, just like localhost or my.host.com. If you don't have that IP address set up as a hostname in Apache's httpd.conf and Tomcat's server.xml,

RE: Jvmroute and worker names?

2003-08-14 Thread Angus Mezick
Does JVMRoute HAVE to be unique if you have session clustering? I know it has to be unique to have session affinity without clustering. I want apache to roundrobin the requested within a group of tomcats that have clustered sessions. Hmm, lots of expirements :) --Angus -Original

RE: Tomat and ssl

2003-08-14 Thread batristain
So I should uncomment the 8443 part in the server.xml? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:18 AM To: Tomcat Users List Subject: Re: Tomat and ssl The Tomcat connector on 8080 is not HTTPS, but HTTP, so

RE: System properties

2003-08-14 Thread Shapira, Yoav
Howdy, But what do I have to do if I would like to set more than one system property? export JAVA_OPTS='-DpropName1=propValue1 -DpropName2=propValue2' ??? Yes, as many as you want just like that. Yoav Shapira This e-mail, including any attachments, is a confidential business

Question about ssl and tomcat

2003-08-14 Thread batristain
Greetings, I'm hosting a ssl site with mod_ssl on the apache server and I need to have it to connect to tomcat can't I change one of the connector lines in server.xml to redirect the port? Such as redirectPort- If this Connector is supporting non-SSL requests, and a request is received

  1   2   3   4   5   6   7   8   9   >