RE: How use the archives and a TomCat config question

2005-12-13 Thread Caldarale, Charles R
From: Carl T. Dreher [mailto:[EMAIL PROTECTED] Subject: How use the archives and a TomCat config question I found the archives for this list, but it consists of about 14K messages and no search mechanism. Try this one: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 The search

RE: Specifying an appBase on a shared disc

2005-12-13 Thread Caldarale, Charles R
From: Svante Kumlien [mailto:[EMAIL PROTECTED] Subject: Specifying an appBase on a shared disc Bought a network disc yesteraday (LaCie 500Gb), connected it to my network and thought I could put my tiny jsp-based site there. I mapped the disc to w:\ and started to fiddle with my

RE: How to access webapps class path as env variable.

2005-12-13 Thread Caldarale, Charles R
From: Saha Rabindra N [mailto:[EMAIL PROTECTED] Subject: How to access webapps class path as env variable. I have a ini file placed in my webapps class folder which I need to read at runtime. If there is no such environment variable available, then can you please tell me if there is

RE: administration applications install instructions

2005-12-13 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: administration applications install instructions Can anyone point me to instructions to install the tomcat administration application for tomcat version 5.5.9-1.1 on Linux system. 1) Download. 2) Unzip (or untar) into

RE: How to access webapps class path as env variable.

2005-12-14 Thread Caldarale, Charles R
From: marju jalloh [mailto:[EMAIL PROTECTED] Subject: Re: How to access webapps class path as env variable. make an enviroment variable WEBAPPS-PATH in your profile an call String strDir = System.getProperty(WEBAPPS-PATH); Besides being unnecessary, the above advice is simply wrong.

RE: Deploying in Tomcat 5

2005-12-14 Thread Caldarale, Charles R
From: Sesha Shayan Nandyal [mailto:[EMAIL PROTECTED] Subject: Deploying in Tomcat 5 I created an app.xml in the $CATALINA_HOME/conf/Catalina/localhost/ sub-directory, with the following settings: Context path= docBase=/app/docs debug=0 crossContext=true privileged=true

RE: tomcat userdir and context

2005-12-14 Thread Caldarale, Charles R
From: bhaskar karambelkar [mailto:[EMAIL PROTECTED] Subject: tomcat userdir and context But it seems that the webapps directory is a single web app in itself and not a container for multiple webapps. Each immediate subdirectory of webapps contains an independent app, but not any deeper

RE: administration applications install instructions

2005-12-14 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: Re: administration applications install instructions Used command tar -xvf jakarta-tomcat-5.5.9-admin.tar to untar the archive file. No files were created on the server/webapps directory. Admin app did not install. Did you

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
From: Bliesner, Christopher P [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5 error 404 Here is the URL I'm trying: //eptest01:8080/manager/html which uses the direct port. And I copied the same tomcat-users.xml from Tomcat 4.1.12 which works great. There should be a file manager.xml

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
From: Bliesner, Christopher P [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5 error 404 Here is what I found there...looks okay..do you see anything? Nope, it all looks good to me. Does the regular manager app work? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

RE: Tomcat 5 error 404

2005-12-14 Thread Caldarale, Charles R
From: Bliesner, Christopher P [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5 error 404 Not sure which one that is? Try this: http://host:port/manager/manager-howto.html But Chuck, my other webapps run which I copied straight over from Tomcat 4.1.12. Be careful there, because I think

RE: rc file for tomcat startup under FreeBSD?

2005-12-15 Thread Caldarale, Charles R
From: Martin Gainty [mailto:[EMAIL PROTECTED] Subject: Re: rc file for tomcat startup under FreeBSD? It appears that you will need to build tomcat on your freebsd box with GNU make (gmake) http://tomcat.apache.org/tomcat-5.5-doc/setup.html Clarification: you shouldn't need to build

RE: administration applications install instructions

2005-12-15 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: Fw: administration applications install instructions Homever the admin app does not run after I reboot the tomcat server. When you say does not run, what specific error message or status do you mean? Is admin.xml in

RE: administration applications install instructions

2005-12-15 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: Re: administration applications install instructions Is admin.xml in conf/Catalina/localhost? Yes it is. Last month, we had somebody mistakenly put index.html from webapps/ROOT/admin into server/webapps/admin, which caused this

RE: administration applications install instructions

2005-12-15 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: Re: administration applications install instructions webapps/ROOT/admin/index.html does exist on the server. I have not touched this. How about I delete the file index.html from webapps/ROOT/admin/. Shouldn't be necessary,

RE: administration applications install instructions

2005-12-15 Thread Caldarale, Charles R
From: James T. Studebaker [mailto:[EMAIL PROTECTED] Subject: Re: administration applications install instructions I do not find an index.html or index.jsp anywhere in this directory structure. I am suspicious that the app did not install properly. Sorry if I gave the wrong impression -

RE: Performance degradation under load

2005-12-15 Thread Caldarale, Charles R
From: Marc Richards [EMAIL PROTECTED] Subject: Performance degradation under load Tomcat is handling connection pooling to our iSeries database server (db2, jdbc), but I'm not sure it's working correctly because when I do netstat I see several thousand db connections sitting at TIME_WAIT

RE: Tomcat and iptables?

2005-12-16 Thread Caldarale, Charles R
From: Sebastian Funk [mailto:[EMAIL PROTECTED] Subject: Tomcat and iptables? I've run a Tomcat-server and it worked fine. Now I've installed iptables and I'm getting some trouble. Wich port do I have to open for tomcat? Only the 8080 doesn't seem to be enough. What else? Whatever you

RE: Add application

2005-12-18 Thread Caldarale, Charles R
From: Florian Lindner [mailto:[EMAIL PROTECTED] Subject: Add application My book tells me that I should add the XMl snippet: You have an old book. Take a look at the real documentation: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Note especially the description of the path

RE: Add application

2005-12-18 Thread Caldarale, Charles R
From: Warren Pace [mailto:[EMAIL PROTECTED] Subject: Re: Add application or create an xml file with the same name as your webapp (i.e. BookApps.xml ) in $CATALINA_HOME/conf. That should be conf/Catalina/host_name (usually localhost), not just conf. - Chuck THIS COMMUNICATION MAY

RE: forgot admin password

2005-12-18 Thread Caldarale, Charles R
From: epyonne [mailto:[EMAIL PROTECTED] Subject: forgot admin password A month ago, I installed Tomcat 5 on 3 web servers in a rush and I forgot to write down the admin password. Now I cannot remember what it is. Does any one know how to retrieve it or to reset it? If you're using the

RE: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Caldarale, Charles R
From: Jason Novotny [mailto:[EMAIL PROTECTED] Subject: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored Using Tomcat 5.5.12 and my servlet context fragment: Context path=/portal docBase=gridsphere debug=0 reloadable=false

RE: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Caldarale, Charles R
From: Jason Novotny [mailto:[EMAIL PROTECTED] Subject: Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored (Please don't crosspost - it really makes it hard to keep track of a thread.) The context now looks like: Context path=/gridsphere

RE: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Caldarale, Charles R
From: Jason Novotny [mailto:[EMAIL PROTECTED] Subject: Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored Ok, I changed my context file from gridsphere.xml to portal.xml. However it still does not work. This may well go back to what

RE: how are relative pages/images retrieved?

2005-12-19 Thread Caldarale, Charles R
From: hanasaki [mailto:[EMAIL PROTECTED] Subject: how are relative pages/images retrieved? the page http://localhost/a/b/c has an href to ../images/image1.gif how is it that the websever knows to convert this into http://localhost/a/b/images.gif I believe that it's

RE: DNS error, no reply from Tomcat and no clues in the log

2005-12-21 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: DNS error, no reply from Tomcat and no clues in the log From: William Claxton [mailto:[EMAIL PROTECTED] Subject: DNS error, no reply from Tomcat and no clues in the log But if I telnet to the machine's IP address and connect to port 8080

RE: Illegal Access

2005-12-21 Thread Caldarale, Charles R
From: Schalk [mailto:[EMAIL PROTECTED] Subject: Re: Illegal Access To add onto this, what is the default username and password for the Tomcat Manager application? There isn't one. You have to add the appropriate userid and role to your authentication realm (conf/tomcat-users.xml, by

RE: Which version of Tomcat on SuSE?

2005-12-21 Thread Caldarale, Charles R
From: DeFreitas, Nigel [mailto:[EMAIL PROTECTED] Subject: RE: Which version of Tomcat on SuSE? I'm not tied to a specific version of JDK/Servlet spec. It's just going to be a web module serving up a simple web-service protected by basic auth. The 5.5.x series demonstrates noticeably

RE: DNS error, no reply from Tomcat and no clues in the log

2005-12-21 Thread Caldarale, Charles R
From: William Claxton [mailto:[EMAIL PROTECTED] Subject: RE: DNS error, no reply from Tomcat and no clues in the log Compare an unused port and an active Tomcat, and there is a difference. Tomcat will clear the screen and wait for input. An unused port will appear to hang there and

RE: JRE versions (UNCLASSIFIED)

2005-12-22 Thread Caldarale, Charles R
From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Subject: JRE versions (UNCLASSIFIED) Although you appear to have posted your message twice, you didn't bother to tell us the Tomcat version you are using. My eclipse environment's JRE is 1.5 But the one Tomcat is using is 1.4.

RE: java.lang.OutOfMemoryError: PermGen space

2005-12-22 Thread Caldarale, Charles R
From: Carl Olivier [mailto:[EMAIL PROTECTED] Subject: RE: java.lang.OutOfMemoryError: PermGen space Additionally - AFAIK this PermGenSpace does NOT get cleared by the Garbage collector - and only a restart of the JVM will rid you of that used space. Not really true. A full GC does clean

RE: java.lang.OutOfMemoryError: PermGen space

2005-12-22 Thread Caldarale, Charles R
From: Stephen Caine [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.OutOfMemoryError: PermGen space Thank you for your thoughts. I am using a Quad 4 Mac OS X with a 1.4.2 JVM. Any recommendations for testing tools so I can monitor memory allocations, garbage collection and the

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
From: kjr_23 [mailto:[EMAIL PROTECTED] Subject: RE: UDP Server app This will be a brand new application. We will be tracking a fleet of about 300 - 400 vehicles with modems in them which send out udp data. We will configure them to send to a port of our choosing. I am planning to host

RE: Tomcat uses locally only.

2005-12-27 Thread Caldarale, Charles R
From: Travis Morris [mailto:[EMAIL PROTECTED] Subject: Tomcat uses locally only. Is there a setting in the connector to specify that the server is only to be accessed via localhost? RTFM. In particular, http://tomcat.apache.org/tomcat-5.5-doc/config/http.html Look at the address

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
From: Pulkit Singhal [mailto:[EMAIL PROTECTED] Subject: Re: UDP Server app a) I think that since main() is a static method, it should run automagically when you deploy your app into webapps and start tomcat. At best, that's wishful thinking. Tomcat is not the same as java.exe (or the

RE: Keystore password in clear text

2005-12-27 Thread Caldarale, Charles R
From: Shibu Vachery [mailto:[EMAIL PROTECTED] Subject: Keystore password in clear text Is there a way in tomcat on (Windows / Unix) that we can avoid the keystore password being set in clear text in the server.xml file? If your system is so wide open that unauthorized users have access

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
From: KJ R [mailto:[EMAIL PROTECTED] Subject: RE: UDP Server app Yes I know JNDI itself is not a Tomcat feature, but their CONNECTION POOL implementation IS a feature I'm interested in. Take a look at the DBCP package from Jakarta Commons - it's what Tomcat uses:

RE: Specifying java.library.path using Tomcat 5.5 as a Windows Service

2006-01-03 Thread Caldarale, Charles R
From: Richard Toren [mailto:[EMAIL PROTECTED] Subject: Specifying java.library.path using Tomcat 5.5 as a Windows Service The question is how to do this when using Tomcat installed with the Windows installer? Use the Java tab of bin\tomcat5w.exe to set properties when running as a

RE: deploying war to ROOT

2006-01-03 Thread Caldarale, Charles R
From: Bahadir Yagan [mailto:[EMAIL PROTECTED] Subject: deploying war to ROOT I want it to be deployet to root of the application server. Is it possible to deploy a WAR file that will be deployed to root of tomcat server. The easiest way is to remove the webapps/ROOT directory and

RE: tomcat connection prob.

2006-01-03 Thread Caldarale, Charles R
From: issac young [mailto:[EMAIL PROTECTED] Subject: Re: tomcat connection prob. the problem now is .. how can i expose my tomcat server to other PCs in my network ??? By default, Tomcat listens on all IP addresses configured for the box, unless you've added an address attribute to the

RE: 5.0.28 and 64 bit and Libc

2006-01-04 Thread Caldarale, Charles R
From: Shawn Snodgrass [mailto:[EMAIL PROTECTED] Subject: 5.0.28 and 64 bit and Libc Having weird install problems need a quick sanity check, version 5.0.28 will run on 64 bit architecture right? The Tomcat download from tomcat.apache.org is pure Java and is therefore platform and

RE: hex dump

2006-01-04 Thread Caldarale, Charles R
From: David Delbecq [mailto:[EMAIL PROTECTED] Subject: Re: hex dump did you try with java.util.logging configuration? See http://tomcat.apache.org/tomcat-5.5-doc/logging.html The OP is using 4.1.30, so that info doesn't apply. Le Mercredi 4 Janvier 2006 13:56, feghoul mohamed a écrit :

RE: hex dump

2006-01-04 Thread Caldarale, Charles R
From: feghoul mohamed [mailto:[EMAIL PROTECTED] Subject: RE: hex dump i 've searched any print in the sources of the applications .. but no print.. Try looking for references to System.out or System.err as well. You may also need to examine any 3rd-party packages you're using in your

RE: Problem with Tomcat deployer

2006-01-04 Thread Caldarale, Charles R
From: Charl Gerber [mailto:[EMAIL PROTECTED] Subject: Problem with Tomcat deployer I'm using Tomcat 5.5.12 with the correct deployer tool. I'm curious: which one is the correct deployer tool? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-04 Thread Caldarale, Charles R
From: Gary Blomquist [mailto:[EMAIL PROTECTED] Subject: RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help I took the following from the server.xml in 5.0.28 (that was working) and pasted it in the 5.5.x server.xml and I get the Cannot create JDBC driver

RE: Deploying unpacked war file

2006-01-06 Thread Caldarale, Charles R
From: Charl Gerber [mailto:[EMAIL PROTECTED] Subject: Deploying unpacked war file How do you deploy an unpacked .war file in Tomcat 5.5.12 and not let Tomcat have it unpacked? Sorry, but the wording of the above question makes no sense to me. Can you rephrase? Where can I get a

RE: Please help with introducing a new application

2006-01-06 Thread Caldarale, Charles R
From: Alla Winter [mailto:[EMAIL PROTECTED] Subject: Please help with introducing a new application I am trying to migrate to Tomcat 5 an existing application, and it seems that I am having a problem. Which Tomcat 5? The rules for Context are different in 5.0.x and 5.5.x versions.

RE: Please help with introducing a new application

2006-01-06 Thread Caldarale, Charles R
From: Alla Winter [mailto:[EMAIL PROTECTED] Subject: RE: Please help with introducing a new application I am using 5.5.12 version of TOMCAT. I read documentation, but I am not sure what restriction for the path you are referring to. It's these notes in the doc: Please note that for

RE: Please help with introducing a new application

2006-01-06 Thread Caldarale, Charles R
From: Alla Winter [mailto:[EMAIL PROTECTED] Subject: RE: Please help with introducing a new application The CONTEXT XML is located under Catalina\localhost ( I use windows 2000/XP/2003). Please see the attached directory structure No attachment made it through. I hope you're referring

RE: Please help with introducing a new application

2006-01-06 Thread Caldarale, Charles R
From: Hasan, Nadeem [mailto:[EMAIL PROTECTED] Subject: RE: Please help with introducing a new application That is incorrect. I have a similar setup (i.e. using Catalina/localhost) and I do have path attribute in the context tag. The more recent versions of Tomcat are getting more picky

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Caldarale, Charles R
From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] Subject: How can directory listing be turned off for a certain webapp? I tried setting listings as false. That would then, give a 404 , whenever, that webapp is accessed; which is not what is desired. Any other options? Should we try to guess

RE: Please help with introducing a new application

2006-01-06 Thread Caldarale, Charles R
From: Alla Winter [mailto:[EMAIL PROTECTED] Subject: RE: Please help with introducing a new application I noticed that the attachments some how do not get through, so that is why you are not getting the detailed info. [Many mailing lists restrict attachments in order to prevent virus

RE: Single Thread is deprecated?

2006-01-06 Thread Caldarale, Charles R
From: Duan, Nick [mailto:[EMAIL PROTECTED] Subject: RE: Single Thread is deprecated? Typo due to my laziness. I knew someone was going to catch this. Actually the sentence should read: ... because there is only one servlet that is active during a single user session. Are you really

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Caldarale, Charles R
From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] Subject: RE: How can directory listing be turned off for a certain webapp? So, the question was: If I have a directory, under a webapp, how can I restrict file listings in that directory, You probably should disable directory listings

RE: How to set a charset

2006-01-07 Thread Caldarale, Charles R
From: Stephen Caine [mailto:[EMAIL PROTECTED] Subject: How to set a charset My problem is that I need for my browser to display characters using the UTF-8 character set. In other words, characters such as, é, ü are displayed as garbage. This is a frequent topic in the mailing list;

RE: How to set a charset

2006-01-07 Thread Caldarale, Charles R
From: Stephen Caine [mailto:[EMAIL PROTECTED] Subject: Re: How to set a charset We are using JSP's. The data is coming from a database and the storage format is MacRoman. The database displays the characters correctly. I'm not concerned with the source of the data, since that should

RE: References relative to the webapp root

2006-01-07 Thread Caldarale, Charles R
From: Rupert Young (Restart) [mailto:[EMAIL PROTECTED] Subject: References relative to the webapp root I'm a bit confused how links to jsp pages work. The example you give is relative only to the host name, not the webapp. In this case, the client (browser) forms a URI from an href by

RE: References relative to the webapp root

2006-01-07 Thread Caldarale, Charles R
From: Rupert Young (Restart) [mailto:[EMAIL PROTECTED] Subject: RE: References relative to the webapp root do you think that's the reason for the differences? Certainly a possibility. (It's the weekend - no definitive statements today.) The question then is how do specify a path

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.x and java 1.4.x My question is: was Tomcat 5.5.12 binary version that can be downloaded from http://tomcat.apache.org/download-55.cgi#5.5.12 compiled with java 1.4? Of course - otherwise it couldn't run

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Caldarale, Charles R
From: Akoulov, Alexandre [IT] [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.x and java 1.4.x now I am trying to compile Tomcat5.5.12 with java 1.4.2_10 and getting the following error: Your compile-time classpath still refers to packages built with 1.5 - these did not come from the

RE: Deploying unpacked war file

2006-01-09 Thread Caldarale, Charles R
From: Charl Gerber [mailto:[EMAIL PROTECTED] Subject: Re: Deploying unpacked war file Where can I get a reference of all the possible attributes I can set? The Tomcat doc lists all the attributes for Context. See: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Must the war

RE: Tomcat 5.0 issues

2006-01-09 Thread Caldarale, Charles R
From: Javed Iqbal [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.0 issues Many times my application on Tomcat gives outofmemory exception error and application slow. JVM Free memory: 18.84 MB Total memory: 63.09 MB Max memory: 63.56 MB As you can see, you're only using 64 MB for your

RE: JSessionID

2006-01-09 Thread Caldarale, Charles R
From: Jason Oullette [mailto:[EMAIL PROTECTED] Subject: JSessionID How does tomcat decide if the JSessionID will be put in a cookie or in the post header(url rewriting)? Look at the cookies attribute of the Context tag: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Are

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Nelson Maisonet [mailto:[EMAIL PROTECTED] Subject: Apache + Tomcat, Tomcat only handles JSP in localhost Background: I ran the tomcat server by itself for quite some time without any problems, but now I need the functionality of a full-fledged http server so I'm adding apache and

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Sriram Narayanan [mailto:[EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost The link he gave talks about how to have PHP etc along side Tomcat. PHP can be fairly easily used with Tomcat standalone: http://wiki.apache.org/tomcat/UsingPhp So, I repeat:

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] Subject: RE: Apache + Tomcat, Tomcat only handles JSP in localhost The reason I'm currently using Apache+Tomcat is that I had heard that Tomcat was significantly slower at serving static files (.css, .gif, .js, etc.). Is this no longer

RE: Apache + Tomcat, Tomcat only handles JSP in localhost

2006-01-09 Thread Caldarale, Charles R
From: Thom Hehl [mailto:[EMAIL PROTECTED] Subject: Re: Apache + Tomcat, Tomcat only handles JSP in localhost Is there any documentation on configuring tomcat for optimum performance? Probably not all in one place. For starters, Peter Lin has a pretty decent summary at:

RE: Tomcat 5.5.x and java 1.4.x

2006-01-10 Thread Caldarale, Charles R
From: LANDRAIN Jean-Pol [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat 5.5.x and java 1.4.x http://apache.scarlet.be/tomcat/tomcat-5/v5.5.12/README.html : Tomcat 5.5 requires JRE 5.0 by default An excellent example of quoting out of context. The very next sentence says: Read the

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Caldarale, Charles R
From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Subject: RE: tomcat and javac (UNCLASSIFIED) Which Java version are you using ? If you are referring to JAVA_HOME as the environment variable, then it should point to your java sdk not jre Not true with Tomcat 5.5 levels -

RE: tomcat deploy configuration

2006-01-11 Thread Caldarale, Charles R
From: William Mok [mailto:[EMAIL PROTECTED] Subject: tomcat deploy configuration However, if I move the servlet class files to a separate directory called myservlet, for example tomcat_root\webapps\myservlet, the servlet fails to deploy. (servlet not found error) What is the minimum

RE: tomcat deploy configuration

2006-01-11 Thread Caldarale, Charles R
From: William Mok [mailto:[EMAIL PROTECTED] Subject: Re: tomcat deploy configuration The requested resource (/dbtrax/servlet/PlexEngineDemo) is not available. url-pattern/servlet/PlexEngine/url-pattern Your mapping is for /servlet/PlexEngine but you tried to reference

RE: Client Errors: 5.5.12 JSP XML Samples

2006-01-11 Thread Caldarale, Charles R
From: Brendan Stephens [mailto:[EMAIL PROTECTED] Subject: Client Errors: 5.5.12 JSP XML Samples XHTML Basic Example /jsp-examples/jsp2/jspx/basic.jspx There appears to be something about the DOCTYPE declaration that IE does not like for the XHTML Basic Example. Can anyone confirm this

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: tomcat and javac (UNCLASSIFIED) Can you let me know which dir in Tomcat 5.5.12 has the java compiler? There are three jasper-*.jar files in common/lib. The actual Java compiler appears to be in jasper-compiler-jdt.jar; I

RE: Tomcat integegrated with Apache

2006-01-11 Thread Caldarale, Charles R
From: Pete Alvin [mailto:[EMAIL PROTECTED] Subject: Tomcat integegrated with Apache I'm trying to get Tomcat running on a new BSD box and my IT guys says that a connector isn't necessary because it's integrated with Apache. You have to configure the connector in Tomcat and, depending on

RE: Tomcat integegrated with Apache

2006-01-12 Thread Caldarale, Charles R
From: Gary Blomquist [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat integegrated with Apache Can you give any specifics as to why you think running Tomcat in front of Apache is bad? 1) Extra overhead. 2) Additional complexity. 3) Added points of failure. Certainly if you have a need for

RE: how to suppor 30000 concurrent users

2006-01-12 Thread Caldarale, Charles R
From: Peter Crowther [mailto:[EMAIL PROTECTED] Subject: RE: how to suppor 3 concurrent users That said, http://www.theserverside.com/news/thread.tss?thread_id=38377 may be relevant - no doubt others will come up with better links! There's also the other Peter's excellent paper on

RE: info required about no of connections..

2006-01-12 Thread Caldarale, Charles R
From: babji [mailto:[EMAIL PROTECTED] Subject: info required about no of connections.. No my question is how many user can login and open session in tomcat at a given point of time. No limit, other than the max number of threads configured for the connector. See:

RE: tomcat and javac (UNCLASSIFIED)

2006-01-12 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Re: tomcat and javac (UNCLASSIFIED) However, my webapp does not work on Tomcat 5.5.12 when I put my servlet classes in common\classes. You shouldn't do that. Read the servlet spec, and put the servlet classes where they belong:

RE: Changing default web apps

2006-01-13 Thread Caldarale, Charles R
From: Khawaja Shams [mailto:[EMAIL PROTECTED] Subject: Re: Changing default web apps However, I have a datasource defined in conf/Catalina/localhost/MyApp.xml. Is there any way to access this datasource without declaring it here? Put your Context tag and everything inside it in

RE: Spawning a thread

2006-01-14 Thread Caldarale, Charles R
From: Thom Hehl [mailto:[EMAIL PROTECTED] Subject: Re: Spawning a thread Can you point me to some documentation about context listener threads? Context listeners are classes, not threads. The servlet spec is the definitive doc, but there's not a great deal of how-to in there:

RE: Threads and SocketException

2006-01-14 Thread Caldarale, Charles R
From: Thom Hehl [mailto:[EMAIL PROTECTED] Subject: Re: Threads and SocketException The issue is that this works just fine when not running inside of Tomcat. Any ideas what runing inside of a servlet context-spawned thread can cause this kind of error? A connection reset exception is

RE: Path issues

2006-01-14 Thread Caldarale, Charles R
From: Thom Hehl [mailto:[EMAIL PROTECTED] Subject: Re: Path issues I think, though, that tomcat should be consistent in the way it handles things. Tomcat on Unix should behave like tomcat under windows. Inconsistency is a real problem here. No, dependency on any behavior not defined in

RE: tomcat 5 ssl w/multiple IPs

2006-01-14 Thread Caldarale, Charles R
From: Chris Pat [mailto:[EMAIL PROTECTED] Subject: tomcat 5 ssl w/multiple IPs Sorry for the naivete of this question, but do I really need to a dedicated NIC for each of the static IPs I want run SSL sites on? Cant I just use a subnet mask or slap the NIC in promiscuous mode for all IPs

RE: Jsvc memory management experiences

2006-01-15 Thread Caldarale, Charles R
From: Marco Rossi [mailto:[EMAIL PROTECTED] Subject: Jsvc memory management experiences I noticed that memory used is never released back to the system after the requests have been satisfied. This is standard JVM behavior. The JVM rarely shrinks the heap, and if and when it does,

RE: File upload issue

2006-01-16 Thread Caldarale, Charles R
From: Abh N [mailto:[EMAIL PROTECTED] Subject: File upload issue We are migrating our application from Tomcat to Webshpere environment. It seems odd to me to ask about how to move away from a product on that product's mailing list. Shouldn't you be asking for help on a WebSphere

RE: UTF-8 JavaScript and HTML Files

2006-01-16 Thread Caldarale, Charles R
From: Erik Onnen [mailto:[EMAIL PROTECTED] Subject: UTF-8 JavaScript and HTML Files 1) Not using APR, sendfile should not be an issue 2) My locale is set: export LC_ALL=en_US.utf8 3) File encoding is set for the JDK: -Dfile.encoding=UTF-8 4) contextDefaultEncoding is set to UTF-8 in the

RE: Encrypting/Protecting JSP/Struts source code

2006-01-17 Thread Caldarale, Charles R
From: Tom Burke [mailto:[EMAIL PROTECTED] Subject: Re: Encrypting/Protecting JSP/Struts source code Well, the JSPs are among the things I am referring to. Showing my ignorance, is a 'pre-compiled' file a binary file? And how would we deploy these onto a server? Read up on servlets and

RE: Encrypting/Protecting JSP/Struts source code

2006-01-17 Thread Caldarale, Charles R
From: Tom Burke [mailto:[EMAIL PROTECTED] Subject: Re: Encrypting/Protecting JSP/Struts source code what's the file extension of a compiled servlet? .jsp - .java - .class - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only

RE: tomcat doesn't shutdown

2006-01-18 Thread Caldarale, Charles R
From: philguillard [mailto:[EMAIL PROTECTED] Subject: tomcat doesn't shutdown Jan 18, 2006 5:27:04 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime Note that this is an informational message, not an error - it's completely

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread Caldarale, Charles R
From: g m [mailto:[EMAIL PROTECTED] Subject: Absolute Guide for config of JDBC Connection Pool ? Does anyone happen to know where there is a definative guide on how to do this and what jar files one needs ? There obviously won't be a single doc covering all databases - there are just

RE: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days

2006-01-19 Thread Caldarale, Charles R
From: Monica Wu [mailto:[EMAIL PROTECTED] Subject: FW: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days This web application had been running smoothly with tomcat 3.3.1 + JDK 1.3.1 + J2EE 1.3 for about 4 years. Was that also under Win2K SP4? Are you running Tomcat as

RE: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days

2006-01-19 Thread Caldarale, Charles R
From: Monica Wu [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days Oops! How to retrieve a thread dump when it hangs in Windows? I don't know how to do that when the process is running as a service. For investigative purposes, you

RE: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days

2006-01-19 Thread Caldarale, Charles R
From: Monica Wu [mailto:[EMAIL PROTECTED] Subject: RE: Tomcat upgrade: 3.3.1 -- 5.0.28, hang up after running 1 or 2 days There are quite a few cases reported tomcat5 hangups. Did I miss an important place that traded in tomcat upgrade tricks? The hangs seem to fall into a few major

RE: RELEASE NOTES wording/JNI

2006-01-20 Thread Caldarale, Charles R
From: jerome lacoste [mailto:[EMAIL PROTECTED] Subject: RELEASE NOTES wording/JNI Let's call: - conditionA code inside the web app - conditionB application is reloaded so that the text says: if (conditionA AND conditionB) then the issue appears if (!conditionA AND

RE: Connection Pool Woes

2006-01-20 Thread Caldarale, Charles R
From: Alex Turner [mailto:[EMAIL PROTECTED] Subject: Connection Pool Woes I have a server that is set to maxThreads=5, maxSpareThreads=5, and when I use a Simply Data Source, that does not pooling, if I hit the page a lot, I get over 30 connections opened, with database connections that

RE: root context

2006-01-21 Thread Caldarale, Charles R
From: ALEX HYDE [mailto:[EMAIL PROTECTED] Subject: root context Is it posible to set the root context to be a directory that doesn't yet exist, ie, a war file, that is yet to be exploded. Tomcat complained it could not find the context. Just name your .war file ROOT.war (caps required)

RE: (newb) Tomcat servlet mapping problem

2006-01-22 Thread Caldarale, Charles R
From: Darren Hall [mailto:[EMAIL PROTECTED] Subject: RE: (newb) Tomcat servlet mapping problem I have. The servlets I am trying to deploy (err, map?) do not have a package associated with them. Not sure if your first sentence meant you found the problem, but just to make sure it's clear,

RE: [OT] ParallelGCThreads more than cpu count

2006-01-23 Thread Caldarale, Charles R
From: Andri Herumurti [mailto:[EMAIL PROTECTED] Subject: ParallelGCThreads more than cpu count it is possible to setting XX:ParallelGCThreads over than CPU count? Yes, you get the number of GC threads you asked for. They contend for the CPUs, just as all the other threads in your system

RE: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version.

2006-01-23 Thread Caldarale, Charles R
From: Gema Berdasco [mailto:[EMAIL PROTECTED] Subject: Cannot access external resources from a webapp when upgrading Tomcat above 5.5.9 version. we use the following entry on the context.xml file of the webapp: Context docBase=/path/to/resources path=/contents Resources

RE: (newb) Tomcat servlet mapping problem

2006-01-23 Thread Caldarale, Charles R
From: Darren Hall [mailto:[EMAIL PROTECTED] Subject: RE: (newb) Tomcat servlet mapping problem Is there a way I can map these servlets (in the web.xml file) so that Tomcat can see them and execute them? Not that I'm aware of, since the application code is in violation of the spec. Others

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