RE: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Caldarale, Charles R
From: Jeff Walker [mailto:webservices.archit...@gmail.com] Subject: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment But it seems to me that Maven is correct here in leaving it in the war, while Tomcat should

RE: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment

2008-12-18 Thread Caldarale, Charles R
From: Jeff Walker [mailto:webservices.archit...@gmail.com] Subject: Re: My deployed war file has servlet-api-2.5.jar in its WEB-INF/lib folder, but Tomcat 6.0.18 displays a warning during deployment Maven requires it for build purposes, but I can instruct Most build mechanisms allow the

RE: [OT] Apache 2.2.3 segfault with Jk connector 1.2.270

2008-12-18 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Apache 2.2.3 segfault with Jk connector 1.2.27 And please note that all the above was done on the computer of which Chuck (or Chris?), just a few days ago, said that it had less processing power than his portable phone. Still true,

RE: [OT] Apache 2.2.3 segfault with Jk connector 1.2.270

2008-12-18 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: [OT] Apache 2.2.3 segfault with Jk connector 1.2.270 Is it? Provided somebody having a jailbreaked *cough* 3G - you've got *any* idea where to obtain a copy of the JDK? Nope; it was just mentioned by some of the Sun people

RE: java.lang.NoClassDefFoundError: org.apache.catalina.mbeans.ServerLifecycleListener

2008-12-19 Thread Caldarale, Charles R
From: Ole Ersoy [mailto:ole.er...@gmail.com] Subject: java.lang.NoClassDefFoundError: org.apache.catalina.mbeans.ServerLifecycleListener 19-Dec-08 2:39:58 PM org.apache.tomcat.util.digester.Digester startElement SEVERE: Begin event threw error java.lang.NoClassDefFoundError:

RE: HelloWorld servlet, or just about

2008-12-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: HelloWorld servlet, or just about Better yet (but I don't want to abuse your patience), just paste the code right here below : package myPackage; import java.io.IOException; import java.io.PrintWriter; import java.security.Principal;

RE: HelloWorld servlet, or just about

2008-12-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: HelloWorld servlet, or just about I'm sorry, but that does not match the specs AT ALL. I specifically asked that the response should be plain text, and just the userid. Hmmm... I think you're starting to believe your 11 rules... -

RE: WIR MACHEN FERIEN

2008-12-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: WIR MACHEN FERIEN Am I the only one being subjected to this, or is it a general thing ? It's general. Stupid bloody auto-responders. Using one is often grounds for removal from the list, at least temporarily. - Chuck THIS

RE: HelloWorld servlet, or just about

2008-12-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: HelloWorld servlet, or just about I would basically need only a response with HTTP status line MyHeader: johnsmith So take the code I posted, rip out all the HTML stuff, and just send the text of the userid. Since it doesn't even

RE: Tomcat 5.0 on IBM JVM 1.5

2008-12-19 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Tomcat 5.0 on IBM JVM 1.5 Now I am wondering whether it is worth trying to fix the existing Tomcat 5.0 Suse package to have it use the Sun JDK 1.6, and get rid of the IBM JVM, or whether I should just leave well-enough alone and keep the

RE: server/classes directory in tomcat 6

2008-12-20 Thread Caldarale, Charles R
From: adilturbo [mailto:z_t...@hotmail.com] Subject: server/classes directory in tomcat 6 in tomcat 6, there is no server/classes directory; so where should i put this class (valve) in tomcat 6. For performance and simplicity, the shared, common, and server libraries were merged into one in

RE: log4j

2008-12-21 Thread Caldarale, Charles R
From: Mohit Anchlia [mailto:mohitanch...@gmail.com] Subject: log4j We use tomcat 6. Is it possible to expose log4j service in tomcat's jmx console manager? This will help dynamically setting log levels. GIYF: http://www.devx.com/Java/Article/32359/1954 - Chuck THIS COMMUNICATION MAY

RE: Tomcat's Max Thread problem

2008-12-22 Thread Caldarale, Charles R
From: sihan [mailto:si...@afrigis.co.za] Subject: Tomcat's Max Thread problem I tried tuning the number of threads (maxThreads) in tomcat's thread pool in server.xml. Actually, you didn't. You may have configured an Executor with a larger maxThreads attribute, but you failed to specify the

RE: tomcat announce / tomcat security mailing list

2008-12-22 Thread Caldarale, Charles R
From: Stephanie Wullbieter [mailto:swu...@gmx.de] Subject: tomcat announce / tomcat security mailing list did not find a tomcat announce and/or tomcat security mailing list. Because there isn't one. You can use one of the searchable lists to find announcements (e.g.,

RE: Using precompiled JSPs

2008-12-22 Thread Caldarale, Charles R
From: motit [mailto:moti@expand.com] Subject: Using precompiled JSPs I compiled my JSPs (using tomcat's org.apache.jasper.JspC) Did you use the suggested ant script, or did you roll your own mechanism? and located them at the same place as all my classes in the WAR (WEB-INF/classes).

RE: Using precompiled JSPs

2008-12-22 Thread Caldarale, Charles R
From: motit [mailto:moti@expand.com] Subject: RE: Using precompiled JSPs 1. see my ant script below You should be using the one from the Tomcat doc; yours fails to perform a couple of critical steps. 2. I didn't change the jasper's package name hierarchy (e.g org.apache.jsp) But did

RE: Performance with Tomcat

2008-12-22 Thread Caldarale, Charles R
From: Chris Stewart [mailto:cstewart...@gmail.com] Subject: Performance with Tomcat 1. Are there any tools or utilities we can use to get an understanding of what Tomcat is doing while it's running (processes, memory per process, and more)? Your symptoms could have any number of causes:

RE: File Not Found in SSL

2008-12-22 Thread Caldarale, Charles R
From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk] Subject: File Not Found in SSL I've just got SSL working on tomcat 5.5.23 With or without APR? What platform are you running on? What JRE/JDK are you using? using port 8443 I get the javax.servlet.ServletException: File not found

RE: File Not Found when serving SSL

2008-12-23 Thread Caldarale, Charles R
From: Emsley, I (Iain) [mailto:iain.ems...@stfc.ac.uk] Subject: File Not Found when serving SSL I'm using Tomcat 5.5.23 on Windows Server 2003 using JDK 1.6.0_07 and I've just got SSL working on port 8443. As previously asked: with or without APR? (The question may be moot, given the

RE: Tomcat 6 JDBC connection not found

2008-12-23 Thread Caldarale, Charles R
From: arturoguedez [mailto:arturo.gue...@gmail.com] Subject: Re: Tomcat 6 JDBC connection not found I'm confused. Here it says you're using MySQL: Resource name=jdbc/workout_logger auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=30 maxWait=1

RE: Tomcat 5.5 error

2008-12-23 Thread Caldarale, Charles R
From: Mojumdar, Biswajit [mailto:biswajit.mojum...@hud.gov] Subject: RE: Tomcat 5.5 error Remember, this list automatically deletes the attachments. No, it only deletes certain attachments, but not .xml files. The ones included by ZM came through fine. - Chuck THIS COMMUNICATION MAY

RE: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread Caldarale, Charles R
From: Joakim Ahlén [mailto:[EMAIL PROTECTED] Subject: Re: Sudden JVM crashes - a Tomcat problem? I am not a JVM-guru, but I'm guessing here. Tomcat 5.5 demands, as far as i know, jdk 1.5. That's simply not true. Tomcat 5.5 runs fine on a 1.4 JRE once the Compat.zip download is

RE: upgrade from 5.0.28

2005-10-13 Thread Caldarale, Charles R
From: Mark [mailto:[EMAIL PROTECTED] Subject: upgrade from 5.0.28 Can somebody recommend the version for upgrade from tomcat 5.0.28 that will use java 1.4.2. All Tomcat 5.5 versions run on JRE 1.4.2 when the Compat.zip download is installed. Version 5.5.12 has just recently been marked

RE: can JNDIRealm connectionPassword be encrypted?

2005-10-14 Thread Caldarale, Charles R
From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Subject: RE: can JNDIRealm connectionPassword be encrypted? To me and my co-workers that login still represents a large security risk if someone can gain access to the file server.xml. If someone can gain access to server.xml, you

RE: can JNDIRealm connectionPassword be encrypted?

2005-10-14 Thread Caldarale, Charles R
From: Klotz Jr, Dennis [mailto:[EMAIL PROTECTED] Subject: RE: can JNDIRealm connectionPassword be encrypted? Right now we have the tomcat instance running as a tomcat:tomcat user and group. And, I hope, you have permissions for everything in Tomcat's directories set to 750, and very, very

RE: IIS security with tomcat

2005-10-17 Thread Caldarale, Charles R
From: Steve Gaunt [mailto:[EMAIL PROTECTED] Subject: RE: IIS security with tomcat I'm not sure how to do this with the web server, surely there must be a standard way of achieving this. I've searched google but unable to find information about this. Perhaps you should consider going

RE: Newbie Installation Question

2005-10-19 Thread Caldarale, Charles R
From: brown wrap [mailto:[EMAIL PROTECTED] Subject: Newbie Installation Question Exception during startup processing java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina What version of Tomcat? What OS? Where did you install Tomcat? Can't help without real

RE: Newbie Installation Question

2005-10-19 Thread Caldarale, Charles R
From: brown wrap [mailto:[EMAIL PROTECTED] Subject: RE: Newbie Installation Question Sorry, I am trying to install Tomcat, Version 4.1.3 and using j2eesdk-1_4_02_2005Q2-linux.bin that I downloaded from Sun. Sorry I left out the most important information. If you're just starting with

RE: Newbie Installation Question

2005-10-19 Thread Caldarale, Charles R
From: brown wrap [mailto:[EMAIL PROTECTED] Subject: RE: Newbie Installation Question I guess I am looking for a clue as to what the messages in the log file means. It means it can't find the named Java class file. This could be due to an incomplete or corrupted installation or possibly a

RE: Missing application web.xml, using defaults only - is this a Tomcat bug?

2005-10-20 Thread Caldarale, Charles R
From: Rob Hills [mailto:[EMAIL PROTECTED] Subject: Re: Missing application web.xml, using defaults only - is this a Tomcat bug? From the my reading of the Documentation, docBase and Path are mandatory attributes of the Context element for Tomcat 5.0. Check the 5.5 doc for Context:

RE: Problems with web.xml generated from RAD and from Ecplise.

2005-10-20 Thread Caldarale, Charles R
From: Developer Developer [mailto:[EMAIL PROTECTED] Subject: Re: Problems with web.xml generated from RAD and from Ecplise. As far as my problem is concered, I solved it. Tomcat (5.5) does not support 2.4 V of the servlet. That's simply not true - Tomcat 5.5.x fully supports version 2.4

RE: Unable to open Tomcat Manager?

2005-10-20 Thread Caldarale, Charles R
From: Giorgio Clavelli [mailto:[EMAIL PROTECTED] Subject: Re: Unable to open Tomcat Manager? I solved it by deleting the all Server files and re-unzip them back in the same location (possibly not required this deletion but who knows?). I seriously doubt that had anything to do with it.

RE: jakarta verisign transaction slow?

2005-10-20 Thread Caldarale, Charles R
From: Tim Tyler [mailto:[EMAIL PROTECTED] Subject: jakarta verisign transaction slow? We are running Jakarta 5.0 on an AIX 5.1 system. It's Tomcat, not Jakarta. (Jakarta is an umbrella project of the Apache Software Foundation for many Java-based products, such as Tomcat - although Tomcat

RE: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Caldarale, Charles R
From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization When this statement executes, principal is not a GenericPrincipal, by merits of the request's getUserPrincipal() method executed prior to

RE: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Caldarale, Charles R
From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization If you wanted to try to game the authorization, you'd have to take your role principal, shove it into the user principal, then let the

RE: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Caldarale, Charles R
From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization So in the JAAS login module, what you would have to do is instantiate a user principal that is a subclass of GenericPrinicipal for your

RE: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization

2005-10-20 Thread Caldarale, Charles R
From: Brad O'Hearne [mailto:[EMAIL PROTECTED] Subject: Re: Bug in RealmBase, JAASRealm, and/or Requestt object preventing proper role authorization The JAASRealm takes whatever user principal you have and the role principal you have added to the subject, and creates a new

RE: static server implementation?

2005-10-27 Thread Caldarale, Charles R
From: John Laughton [mailto:[EMAIL PROTECTED] Subject: Re: static server implementation? I ended up created a second context in tomcat that allows access to the static content (ie. large jpegs) I'm confused. Why wasn't Tomcat's default servlet sufficient? It's sole purpose is to deliver

RE: Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Caldarale, Charles R
From: Nick Lee [mailto:[EMAIL PROTECTED] Subject: Can't start Tomcat 5.5.12 on Solaris 9 Any idea where to look for, how to troubleshoot or what could be wrong? Do simple Java programs work? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

RE: Can't start Tomcat 5.5.12 on Solaris 9

2005-10-28 Thread Caldarale, Charles R
From: Nick Lee [mailto:[EMAIL PROTECTED] Subject: Re: Can't start Tomcat 5.5.12 on Solaris 9 I tried jakarta-tomcat-4.1.31 still encounter the same core dump problem. Just could not start tomcat. But you didn't answer my question: do simple Java programs (e.g., java -version) work? THIS

RE: finalize question

2005-11-02 Thread Caldarale, Charles R
From: Andy Kriger [mailto:[EMAIL PROTECTED] Subject: finalize question Problem is, I'm not seeing any finalize methods being called. Reliance on finalizers is a sign of extremely poor application design. First, it can be a significant performance hit, since objects with finalizers have to

RE: Passing options to the JVM at startup

2005-11-08 Thread Caldarale, Charles R
From: Eric Boudrand [mailto:[EMAIL PROTECTED] Subject: Passing options to the JVM at startup There is no catanila.bat file, so I use tomcat5w. For debugging, you probably do want to use the scripts, rather than running Tomcat as a service. The scripts are not included in the .exe download,

RE: 5.0.28 v 5.5.12

2005-11-09 Thread Caldarale, Charles R
From: MarcLap [mailto:[EMAIL PROTECTED] Subject: 5.0.28 v 5.5.12 5.0.28 works fine. 5.5.12 does not work at all. Not even port 8080. The server.xml is the same The above may well be the problem. There are numerous configuration differences between 5.0 and 5.5, so using the same

RE: question about ugrading

2005-11-09 Thread Caldarale, Charles R
From: Randy Paries [mailto:[EMAIL PROTECTED] Subject: Re: question about ugrading So would that be the suggested best upgrade path? Going to JRE 5.0 (aka JDK 1.5) is probably better, but if you can't do it, we've had no problems staying on 1.4.2 with Tomcat 5.5. - Chuck THIS

RE: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use.

2005-11-11 Thread Caldarale, Charles R
From: Richard Schilling [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 5.5 BindAddress errors on port 8005, but no Tomcat ports are in use. I'll try to build 5.5.12 by hand You don't need to build any level of Tomcat on any platform, since it's pure Java (other than the optional APR

RE: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M '

2005-11-14 Thread Caldarale, Charles R
From: NanFei Wang [mailto:[EMAIL PROTECTED] Subject: Re: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M ' I add -DJAVA_OPTS=-Xmx256M in another line at the Java Options text area, (I don't have 5.5.9 installed anymore, just 5.5.12, so I can't see what's on the 5.5.9 Java tab for

RE: How to see a Word or WordPerfect document in Tomcat?

2005-11-18 Thread Caldarale, Charles R
From: Ritchie Gillam [mailto:[EMAIL PROTECTED] Subject: How to see a Word or WordPerfect document in Tomcat? If I try to do this specifying a application path, for example, http://localhost:8084/Documents/test.wpd I get a ...resource it not available error. Can this be accomplished

RE: tomcat on gnu gij

2005-11-18 Thread Caldarale, Charles R
From: Tom A [mailto:[EMAIL PROTECTED] Subject: Re: tomcat on gnu gij The GNU Classpath implementation only supports Java 1.4 so you'll have to stick with Tomcat 5.0.x for the time being. Why do people keep perpetuating this myth? Too lazy to read the documentation? Tomcat 5.5 runs

RE: How to see a Word or WordPerfect document in Tomcat?

2005-11-18 Thread Caldarale, Charles R
From: Bob Grabbe [mailto:[EMAIL PROTECTED] Subject: Re: How to see a Word or WordPerfect document in Tomcat? Being new to the list, though, could you point me toward the mail archives ? Read the FAQ and look at the information on this page: http://tomcat.apache.org/lists.html I prefer

RE: New Tomcat install problem

2005-11-21 Thread Caldarale, Charles R
From: Terry Allen [mailto:[EMAIL PROTECTED] Subject: Re: New Tomcat install problem I just reinstalled the iTools module after my changes, which has had the result of being able to view the Tomcat homepage on my server. You might want to try going back to the basics: remove

RE: Calling EJBs

2005-11-21 Thread Caldarale, Charles R
From: Milan Tomic [mailto:[EMAIL PROTECTED] Subject: RE: Calling EJBs I suppose I have to copy my JAR or my classes into some Tomcat folder, so Tomcat could find them If you're running JBoss, you have to follow the JBoss deployment rules, not Tomcat's. The environment is quite different.

RE: Tomcat 5.0.28 : mime type

2005-11-21 Thread Caldarale, Charles R
From: Antony GUILLOTEAU [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0.28 : mime type I'm using Tomcat 5.0.28 and when I try to access to word documents, excel documents it is interpreted like binary stream and not like the correct application (Word, Excel). I've declared mime-mapping

RE: Rép. : RE: Tomcat 5.0.28 : mime type

2005-11-21 Thread Caldarale, Charles R
From: Antony GUILLOTEAU [mailto:[EMAIL PROTECTED] Subject: Rép. : RE: Tomcat 5.0.28 : mime type I've found in my registery base on the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MIME\Database\Content Type topic all what I nedd (all mime type are specified). The registry entries don't seem to

RE: Re site problems, here is server.xml

2005-11-21 Thread Caldarale, Charles R
From: Scott Purcell [mailto:[EMAIL PROTECTED] Subject: RE: Re site problems, here is server.xml I do not understand your comments. Could you give me a link to what part of the docs you are referring to? http://tomcat.apache.org/tomcat-5.5-doc/config/index.html Read up on the three

RE: Help Configuring Engine/Host/Context

2005-11-22 Thread Caldarale, Charles R
From: Scott Purcell [mailto:[EMAIL PROTECTED] Subject: Re: Help Configuring Engine/Host/Context I was hoping I would call www.myurl.com and it would call www.myurl.com/unique. That is exactly what will happen if you replace the Tomcat ROOT app with your own. Read the rules for the Context

RE: Re: Help Configuring Engine/Host/Context

2005-11-22 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hills Subject: Re: Help Configuring Engine/Host/Context The way I achieve what you're trying to do is to create virtual hosts in my servlet.xml file That's completely unnecessary, unless you want a different set of webapps for each

RE: suppress tomcat version numbers

2005-11-22 Thread Caldarale, Charles R
From: Kiarna Boyd [mailto:[EMAIL PROTECTED] Subject: suppress tomcat version numbers Hi I'm trying to suppress the version number Tomcat gives in its headers. Read the doc on the Connector tag. You're looking for the server attribute (the description mentions something about being

RE: servlet-mapping question

2005-11-22 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: servlet-mapping question Should catch all of the following if I am not mistaken, not just some of them right? http://www.domain.com/ZoA+xaeoHh6s,$EnterPromotionCode.$Form.topic

RE: servlet-mapping question

2005-11-22 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: servlet-mapping question Good point, but I am not trying to adhere strictly to the URI rfc, as it is generated by the server to refer to the server. I don't think it matters who or what generates the URI. If

RE: admin module for Tomcat 5

2005-11-23 Thread Caldarale, Charles R
From: Scott Purcell [mailto:[EMAIL PROTECTED] Subject: admin module for Tomcat 5 I downloaded the admin module for Tomcat 5, but do not know where or how to install it. Unzip the download into the same location as your main Tomcat download. Note that the paths in the .zip file match up

RE: suppress tomcat version numbers

2005-11-23 Thread Caldarale, Charles R
From: Andrew Miehs [mailto:[EMAIL PROTECTED] Subject: Re: suppress tomcat version numbers This seems to be a new option for TC 5.5. Do you know of anything similar for 5.0? Sorry, I don't - haven't used 5.0 for a long time, since the performance of 5.5 is noticeably better. - Chuck

RE: Connection refused when attempt to contact myUsename.myDns.com:8080

2005-11-23 Thread Caldarale, Charles R
From: dcausevi [mailto:[EMAIL PROTECTED] Subject: Connection refused when attempt to contact myUsename.myDns.com:8080 Everything works fine accessing from http://localhost:8080 locally but http://dcausevic.homelinux.com:8080 would not work from outside? Sounds like some sort of

RE: TryNo2: path attribute for Context element in tomcat 5.5

2005-11-24 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: TryNo2: path attribute for Context element in tomcat 5.5 I am just wondering if you have any comments on the following email: What kind of comments are you looking for? The OP encountered a problem, read the doc, corrected

RE: BASEDIR problem with Tomcat 5.5 + compat

2005-11-25 Thread Caldarale, Charles R
From: Anthony Rabaa [mailto:[EMAIL PROTECTED] Subject: BASEDIR problem with Tomcat 5.5 + compat The BASEDIR environment variable is not defined correctly This environment variable is needed to run this program $CATALINA_HOME=/home/foo/bin/apache-tomcat-5.5.12

RE: How to set the admin console for 5.5.x

2005-11-28 Thread Caldarale, Charles R
From: Richard Mixon [mailto:[EMAIL PROTECTED] Subject: RE: How to set the admin console for 5.5.x You have placed it in the wrong directory structure. It is mostly under server/webapps - not webapps. -Original Message- From: N S, Shridhar [mailto:[EMAIL PROTECTED] Subject:

RE: heap size problems (speed) [2]

2005-11-28 Thread Caldarale, Charles R
From: Cristian S [mailto:[EMAIL PROTECTED] Subject: Re: heap size problems (speed) [2] Frankly I have no ideea what's the point of loading almost 400M of data in memory in a HashMap. If it's worth doing, it's worth doing to excess. Or maybe not. Try turning on -verbose:gc and see if

RE: Java databases as alternative to MySQL on OS X Server? (OT)

2005-11-28 Thread Caldarale, Charles R
From: Mieke Banderas [mailto:[EMAIL PROTECTED] Subject: Re: Java databases as alternative to MySQL on OS X Server? (OT) It would seem so, as I now learnt that The HotSpot JVM uses native threads. The only possible escape then would be to use another JVM that doesn't on OS X. But I'm

RE: How to set the admin console for 5.5.x

2005-11-28 Thread Caldarale, Charles R
From: N S, Shridhar [mailto:[EMAIL PROTECTED] Subject: Re: How to set the admin console for 5.5.x I had followed all these steps, except that the admin folder under ROOT was missing! Since, this is not documented in Tomcat documents, thought of sharing the exact steps. An interesting

RE: Web-application and Tomcat icon

2005-11-28 Thread Caldarale, Charles R
From: Anto Paul [mailto:[EMAIL PROTECTED] Subject: Re: Web-application and Tomcat icon On 11/29/05, Aladin Alaily [EMAIL PROTECTED] wrote: I would like to know how I can replace that icon with my own... or better yet, no put any icon at all. The icon displayed on the browser is

RE: Java databases as alternative to MySQL on OS X Server? (OT)

2005-11-29 Thread Caldarale, Charles R
From: Oded Arbel [mailto:[EMAIL PROTECTED] Subject: Re: Java databases as alternative to MySQL on OS X Server? (OT) inter-thread communication in java is done through shared memory - shared variables, but the Java memory sharing model doesn't really share memory, Instead it uses thread

RE: HttpServlet not found?

2005-11-29 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: HttpServlet not found? (otherwise take servlet-api.jar off CLASSPATH and put back j2ee.jar to $J2EE_HOME\lib\j2ee.jar and place on CLASSPATH) I think you'll need to do more than that. Tomcat has a variety of class loaders,

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Caldarale, Charles R
From: Magyar, Bence [mailto:[EMAIL PROTECTED] Subject: RE: web client running out of ports! (timeout exception) Shouldn't I be getting persistent, reusable connections as the default with HTTP/1.1? I'm sure you are - but it's the client's responsibility to reuse them; all the server has

RE: Java databases as alternative to MySQL on OS X Server? (OT)

2005-11-29 Thread Caldarale, Charles R
From: Oded Arbel [mailto:[EMAIL PROTECTED] Subject: Re: Java databases as alternative to MySQL on OS X Server? (OT) Please read up on your Java memory model. What you describe is a nice abstraction that many Java developers have in their mind, but is technically not correct and can't be

RE: Java client does not re-use TCP/IP connections.

2005-11-29 Thread Caldarale, Charles R
From: Magyar, Bence [mailto:[EMAIL PROTECTED] Subject: Java client does not re-use TCP/IP connections. For each one of these invocations, my client creates a new TCP/IP connection to the service instead of reusing the existing one. Am I missing some critical parameter in my Stub

RE: admin tool?

2005-11-30 Thread Caldarale, Charles R
From: Scott Purcell [mailto:[EMAIL PROTECTED] Subject: admin tool? Is this a valid module, I see if on the Apache Downloads page. And if so it appears that most threads are from people who cannot get it installed. So does it work, and is it installed easily, or should one just buy a

RE: Deploying in ROOT folder using a war file

2005-11-30 Thread Caldarale, Charles R
From: Vivek Mohan [mailto:[EMAIL PROTECTED] Subject: Re: Deploying in ROOT folder using a war file Tomcat is extracting the files to localhost/_ because thats where it knows it has to extract anything from the ROOT application. However, that's true only if using the unpackWARs=false

RE: Problem with default context when moving from 5.5.7 to 5.5.12

2005-11-30 Thread Caldarale, Charles R
From: Jason Burrows [mailto:[EMAIL PROTECTED] Subject: Problem with default context when moving from 5.5.7 to 5.5.12 Previously, I had a context.xml file in my tomcat\conf directory with this context tag (removed sub elements for brevity): Context path= reloadable=false

RE: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Caldarale, Charles R
From: Francis Galiegue [mailto:[EMAIL PROTECTED] Subject: Re: How to deploy my webapp as root context webapp without tomcat loading it twice? I wonder whether creating Catalina/hostname here/ROOT.xml with the appropriate Context would work... That works fine on 5.5.12, haven't tried it

RE: SSL Certificate Beginner Question

2005-12-01 Thread Caldarale, Charles R
From: Paul Singleton [mailto:[EMAIL PROTECTED] Subject: Re: SSL Certificate Beginner Question David Wall wrote: ...if the user accesses your site with http://, the port 80 Connector (or 8080 if testing or using a non-standard port) has a redirectPort element that causes

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
From: Rhino [mailto:[EMAIL PROTECTED] Subject: Upgrading Tomcat 1. What are the major differences between the 5.0.x stream and the 5.5.x stream? Lots, especially performance. There are some configuration differences between the two, so read the docs carefully. Consult the changelog and

RE: Problem with default context when moving from 5.5.7 to 5.5.12

2005-12-01 Thread Caldarale, Charles R
From: Jason Burrows [mailto:[EMAIL PROTECTED] Subject: Re: Problem with default context when moving from 5.5.7 to 5.5.12 I agree, but the best documentation I could find on this was: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html ...and there's nothing in that document

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
From: Rhino [mailto:[EMAIL PROTECTED] Subject: Re: Upgrading Tomcat I'm having trouble finding the note you mentioned in the mailing list archives. It's here: http://marc.theaimsgroup.com/?l=tomcat-userm=113332618812952w=2 I'm trying to figure out the following: - does Core include the

RE: j_security_check

2005-12-02 Thread Caldarale, Charles R
From: Khawaja Shams [mailto:[EMAIL PROTECTED] Subject: j_security_check when I map my application with a different context path, I cannot use the j_security_check resource. Don't suppose you'd want to give us a hint about which Tomcat level you're using? - Chuck THIS COMMUNICATION

RE: How much memory will Tomcat 5.5/Java 5 support?

2005-12-03 Thread Caldarale, Charles R
From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Subject: Re: How much memory will Tomcat 5.5/Java 5 support? How would you go about using more of the memory that I have on the server? Can I run two Tomcat services and cluster? 32-bit Windows normally only provides 2 GB of virtual space per

RE: How to make a redirector?

2005-12-03 Thread Caldarale, Charles R
From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] Subject: How to make a redirector? I've seen some URL which contains two URL's, something like http://www.siteA.com/x/http://www.siteB.com/some/path/here/ Are you sure you're not missing a rather important ? between the siteA URL and

RE: Re: NullPointer Exception in HostConfig

2005-12-03 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: Re: NullPointer Exception in HostConfig P.S. the ROOT.xml does end with a /context Which could well be part of the problem, since the tag is Context not context. Case matters. Also, if you're using a 5.5

RE: Re: NullPointer Exception in HostConfig

2005-12-04 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ Fashion Content Subject: Re: NullPointer Exception in HostConfig I have xerxesImpl and xml-apis in tomcat/common/endorsed might that be causing some trouble? They are the 1.4 compatibility package, and must be there if you're running

RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED) If the above are checked, then all you have to do is configure your server.xml in the virtual_host tag. Actually, you don't even have to do that. By default,

RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED)

2005-12-05 Thread Caldarale, Charles R
From: Nikolay Georgiev [mailto:[EMAIL PROTECTED] Subject: RE: How to Connect Tomcat to the Internet? (UNCLASSIFIED) so I have to have publicly accessible IP and then in the server.xml in Connector to set the Port I want to use and in Engine to set the IP. You don't need to change the IP

RE: ServletException hard to understand

2005-12-05 Thread Caldarale, Charles R
From: Laurent FALLET [mailto:[EMAIL PROTECTED] Subject: ServletException hard to understand I have the error described below when asking for some pages. What Tomcat level? What JRE/JDK? What OS? Moreover what is this EDU/oswego/cs/dl/util/concurrent/Executor ? I never used such a

RE: What's the difference between .zip and .exe from download site?

2005-12-06 Thread Caldarale, Charles R
From: David Chen [mailto:[EMAIL PROTECTED] Subject: RE: What's the difference between .zip and .exe from download site? So, it seems we may need to set those registry keys ourselves if using .zip download. The service.bat script in Tomcat's bin directory should do that. - Chuck

RE: making a singleton servlet

2005-12-06 Thread Caldarale, Charles R
From: James Black [mailto:[EMAIL PROTECTED] Subject: re: making a singleton servlet I am going to make my servlet be static, with the hope that it will only have one instance running, regardless of how many clients connect to it. What do you mean by servlet be static? What syntactical

RE: making a singleton servlet

2005-12-06 Thread Caldarale, Charles R
From: James Black [mailto:[EMAIL PROTECTED] Subject: Re: making a singleton servlet My plan is to try: public static class SomeServlet extends HttpServlet { ... } You can't use the modifier static there (only with internal classes). That way there should only be one servlet. My

RE: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext

2005-12-06 Thread Caldarale, Charles R
From: John Poley [mailto:[EMAIL PROTECTED] Subject: Re: Question concerning java.lang.NoClassDefFoundError: javax/servlet/ServletContext I even went so far as to start with a machine with no development tools on it, downloading just the elements I required, and then trying to redeploy.

RE: Mapping a war to a context located in a subdirectory.

2005-12-07 Thread Caldarale, Charles R
From: Leif Mortenson [mailto:[EMAIL PROTECTED] Subject: Mapping a war to a context located in a subdirectory. Is there a way to map a web application's context directory to be located in a directory that is not a direct child of the root. Not quite sure what you mean by root, but the

RE: Username from basic Auth and Contextinformation Question

2005-12-08 Thread Caldarale, Charles R
From: Robert Einsle [mailto:[EMAIL PROTECTED] Subject: Username from basic Auth and Contextinformation Question The second is, can i deliver the context-information for my webbapp inside my war-package? Normaly i configure Contextinformation (Datasources, Logger...) inside the

RE: Tomcat 5.5.12 and ROOT

2005-12-08 Thread Caldarale, Charles R
From: Robert Upshall [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.12 and ROOT What is the proper way to change / to map to my webapp instead of ROOT? The easiest way is just to name your webapp ROOT, replacing the one under Tomcat's webapps directory. If you're reluctant to do that, you

RE: Selective auto-deploy of web-apps?

2005-12-08 Thread Caldarale, Charles R
From: Michael Hackett [mailto:[EMAIL PROTECTED] Subject: Selective auto-deploy of web-apps? We want to prompt the user for the database password and boot the database before launching the real application. What user? I guess we will have to look at controlling the database startup and

RE: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Caldarale, Charles R
From: Darren Holloway [mailto:[EMAIL PROTECTED] Subject: JSP/Servlet runs even when webapp undeployed However, if I undeploy the web-app, it continues to run. If I deploy another version of the web-app, it still uses the original one. A few things to try: 1) Take httpd out of the

RE: Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux

2005-12-11 Thread Caldarale, Charles R
From: rafiti [mailto:[EMAIL PROTECTED] Subject: Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux Using CATALINA_BASE: /home2/rafi/jakarta-tomcat-4.1.31-src/ Using CATALINA_HOME:

<    1   2   3   4   5   6   7   8   9   10   >