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 ca

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: Certificate Revocation Lists in Tomcat 5.5 > > Not necessarily. But it would create complications to > maintain 1.4 compatibility where there is 1.5 specific > code. The 1.5 code is skipped if 1.4 is used to build. Ah - so it's a bui

RE: confusion of tomcat downloading

2005-11-29 Thread Caldarale, Charles R
> From: blueberry lake [mailto:[EMAIL PROTECTED] > Subject: confusion of tomcat downloading > > On page http://tomcat.apache.org/download-55.cgi, there are > several choices for tomcat 5.x, like core, deployer, embedded, > admin web application, etc., > can anyone explain berifly what their diff

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

RE: confusion of tomcat downloading

2005-11-30 Thread Caldarale, Charles R
> From: blueberry lake [mailto:[EMAIL PROTECTED] > Subject: Re: confusion of tomcat downloading > > I downloaded tomcat for unix, and want it to run inside apache. To repeat: Tomcat does not run _inside_ Apache httpd, but it can be configured to work with httpd as a front-end using the AJP13 con

RE: SSL Port Question Config

2005-11-30 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: SSL Port Question Config > > Could anyone clarify what port SSL should be using, and why > the 8443 vs 443 (which looks standard)? 443 is the default https port, just as 80 is the default http port. You can configure those to be anythi

RE: confusion of tomcat downloading

2005-11-30 Thread Caldarale, Charles R
> From: blueberry lake [mailto:[EMAIL PROTECTED] > Subject: Re: confusion of tomcat downloading > > Someone told me before that combine apache and tomcat > together and run tomcat behind apahce can kind of > improve the security of the website. Urban legend, partly based on people generally be

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 bu

RE: SSL Information 5.5.12

2005-11-30 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: SSL Information 5.5.12 > > Evidently the tcnative-1.dll had issues. Besides the configuration differences, there was also a problem reported with using the new APR native library on 64-bit platforms. I don't remember if or how that was

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): > > crossContext="true"> > > > This worked

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//ROOT.xml with the > appropriate would work... That works fine on 5.5.12, haven't tried it on older levels.

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

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

2005-12-01 Thread Caldarale, Charles R
> From: Vivek Mohan [mailto:[EMAIL PROTECTED] > Subject: Re: How to deploy my webapp as root context webapp > without tomcat loading it twice? > > I've kept myWebapp at ${CATALINA.HOME}/myWebapp and given this path in > server.xml for the root context. Is that the correct way to do it? Is > ther

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

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 docum

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-user&m=113332618812952&w=2 > I'm trying to figure out the following: > - does "Core" i

RE: Upgrading Tomcat

2005-12-01 Thread Caldarale, Charles R
> From: Alla Winter [mailto:[EMAIL PROTECTED] > Subject: FW: Upgrading Tomcat > > But what about handling SSL - somewhere I read that APACHE handles > encryption much better than TOMCAT. Is it still true? In theory, doing SSL encryption in native code should be faster than Java. However, I ha

RE: memory limit for tomcat?

2005-12-02 Thread Caldarale, Charles R
> From: joon yoo [mailto:[EMAIL PROTECTED] > Subject: memory limit for tomcat? > > The server is going to be upgraded to 2GB's of RAM, exactly what is > the limit of the amount of memory that can be allocated to tomcat and > still run stably? The limit is a function of the OS and JVM you're usin

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 COMMUNICA

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

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 UR

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 Which could well be part of the problem, since the tag is not . Case matters. Also, if you're using a 5.5 version of Tomcat, the

RE: 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: Re: NullPointer Exception in HostConfig > > Well trying to be constructive. What syntax checker would > you suggest? There are literally hundreds available - many IDEs have plugins available, ConTEXT a

RE: Missing application web.xml

2005-12-03 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of hv @ > Fashion Content > Subject: Missing application web.xml > > Why does Tomcat say that there is no web.xml when it is in > the war file when I unzip it??? Is it inside WEB-INF (which must be in caps)? > And how come the default behaviour

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 run

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 defa

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 to set the Port I want to use and in > to set the IP. You don't need to change the IP address.

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: What's the difference between .zip and .exe from > download site? > > So, then what is that .zip download for? In which scenarios > we should use .zip instead of .exe to install TomCat on > Windows system? First off, it's Tomcat, not T

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 synta

RE: making a singleton servlet

2005-12-06 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Subject: RE: making a singleton servlet > > It's my understanding that the container (Tomcat or > whatever) is free to process as many requests in > parallel as needed, as well as create multiple > servlet i

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.

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 red

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

2005-12-07 Thread Caldarale, Charles R
> From: Seak, Teng-Fong [mailto:[EMAIL PROTECTED] > Subject: Re: What's the difference between .zip and .exe from > download site? > > I only knew that those batches/scripts are mostly for startup and > shutdown tomcat. Which files could help debugging easier? Frequently, there's output

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

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 Conte

RE: docBase error on Tomcat 5.5.12

2005-12-08 Thread Caldarale, Charles R
> From: Rose, Greg [mailto:[EMAIL PROTECTED] > Subject: docBase error on Tomcat 5.5.12 > > I did this by creating a context.xml file with the > information and placed it in the > {tomcat base dir}\conf\Catalina\localhost directory. > The context entry is: > debug="5" reloadable="true" c

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 tha

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 > start

RE: Selective auto-deploy of web-apps?

2005-12-09 Thread Caldarale, Charles R
> From: Michael Hackett [mailto:[EMAIL PROTECTED] > Subject: Re: Selective auto-deploy of web-apps? > > Anyway, I appreciate the attempt, but I don't think that solves my > problem of controlling the startup of a webapp or servlet from another > webapp or servlet. I don't understand why you thin

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 pi

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: > /home2/rafi/jakarta-tomcat-4.1.31-

RE: setup for web designers?

2005-12-13 Thread Caldarale, Charles R
> From: JT Neville [mailto:[EMAIL PROTECTED] > Subject: RE: setup for web designers? > > >>From what I have read, you get better performance if you let > >>tomcat serve the static stuff as well as the jsps > > I've been running Tomcat for three years now, and I have to > disagree. In my experi

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-user&r=1&w=2 The search me

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 s

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) in

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 w

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: > crossContext="true" > privileged="true" antiResourceLocking="false" > anti

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

2005-12-14 Thread Caldarale, Charles R
> From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Subject: Re: How to access webapps class path as env variable. > > > System.getenv() does access environment variables, but > > its use is discouraged, since the API is deprecated. > > No, since 1.5 it isn't deprecated any more. Interesting

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 deepe

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

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 > > I am currently using Tomcat 5.0.28 on Unix and I have been able to get > the Tomcat web up and running but when I select 'Status' or 'Tomcat > Manager', I get the following error: > > HTTP Status 4

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 man

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 web.xml file..seems to be okay. Did you check the servlet-mapping entry? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for us

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 OTHER

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://:/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 so

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: Problem with Context configuration!

2005-12-15 Thread Caldarale, Charles R
> From: John Maine [mailto:[EMAIL PROTECTED] > Subject: Problem with Context configuration! > > Exploded my WAR in ${CATALINA_HOME}/webapps/jetspeed. Copied the > jetspeed.xml configuration file to > ${CATALINA_HOME}/conf/Catalina/localhost/ > > Jetspeed.xml Is it jetspeed.xml or Jetspeed.xml?

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 conf/

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 cause

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 necessa

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 TI

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? Whate

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 p

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/ (usually localhost), not just conf. - Chuck THIS COMMUNICATION MAY CONTAIN CO

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 usi

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: > > reloadable="false" crossContext="true"> > prefix="localhost_gr

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: > > 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 > > Ok, I changed my context file from gridsphere.xml to portal.xml. > However it still does not work. This may well go back to

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 t

RE: servlet.jar - where is it from?

2005-12-19 Thread Caldarale, Charles R
> From: hanasaki [mailto:[EMAIL PROTECTED] > Subject: servlet.jar - where is it from? > > Where does the Tomcat 5 Servlet.jar come from? There is no servlet.jar (capitalized or otherwise) in Tomcat. There is a servlet-api.jar, which is a subset of the J2EE download available from Sun. You have

RE: compatibility package for Tomcat 5.5

2005-12-20 Thread Caldarale, Charles R
> From: Ariel Pashtan [mailto:[EMAIL PROTECTED] > Subject: compatibility package for Tomcat 5.5 > > I tried searching for this compatibility package in the > Tomcat pages. Can you please let me know where can I find > this package? It's the one cleverly disguised as "JDK 1.4 Compatability Packa

RE: Apache Portable Runtime not found on the java.library.path

2005-12-20 Thread Caldarale, Charles R
> From: William Claxton [mailto:[EMAIL PROTECTED] > Subject: Apache Portable Runtime not found on the java.library.path > > "The Apache Portable Runtime which allows optimal performance in > production environments was not found on the java.library.path." > > Any suggestion on how to resolve th

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: DNS error, no reply from Tomcat and no clues in the log > > The service starts normally, but the browser reports a > DNS error. That would seem to indicate a problem in you DNS configuration, nothing to do with Tomcat. > But if I tel

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 machi

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: 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? > > Can I also run Servlet Spec 2.3 web modules in 5.5.x or is it > just 2.4? Yes - we even use some rather ancient JSP 1.0 / Servlet 2.3 stuff for testing on 5.5.12. Just put the appropriate DTD

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 an

RE: What is "AAA" in "Realms and AAA" means ?

2005-12-21 Thread Caldarale, Charles R
> From: Anto Paul [mailto:[EMAIL PROTECTED] > Subject: What is "AAA" in "Realms and AAA" means ? > > In it what does "AAA" means ? Just out of curiousity. Probably not the American Automobile Association in this context. It is often used for Authentication, Authorization, and Accounting. - Ch

RE: Access static content ("logs" folder) ?

2005-12-22 Thread Caldarale, Charles R
> From: Tim Funk [mailto:[EMAIL PROTECTED] > Subject: Re: Access static content ("logs" folder) ? > > Add a context declaration like this in a file called logs.xml in your > conf/Catalina/localhost directory. > > Except leave out the path attribute, since that's inferred from the name of the

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.

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

RE: Http header "referer" is gone in jk1.2.6+tomcat 5.0.28+Apache/2.0.54]

2005-12-22 Thread Caldarale, Charles R
> From: Guo, Jiaqi [mailto:[EMAIL PROTECTED] > Subject: Http header "referer" is gone in jk1.2.6+tomcat > 5.0.28+Apache/2.0.54] > > Tomcat 5.0.25 running on Fedora Core 4, connected with Apache 2.0.54 > with the binary released version of jk1.2.6. Everything's fine except > request.getHeader(

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 > > The key setting, "-XX:NewRatio=16" was the trick. This is > the ratio allocation between 'perm' and 'eden' memory. Sorry, but that's wrong. It's the ratio between the size reserved fo

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 > > In either case though, changing the ratio had a dramatic > effect on our 'out of memory' problems. Any insights as > to why? I can only speculate that reducing the size of the NewGen ar

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 t

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 att

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 t

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 acc

RE: UDP Server app

2005-12-27 Thread Caldarale, Charles R
> From: KJ R [mailto:[EMAIL PROTECTED] > Subject: RE: UDP Server app > > The main reason to run under Tomcat for me would be > when I update the database, I'd like to use a JNDI > connection pool for my dataaccess class. JNDI is not a feature of Tomcat, it's a capability of the Java execution e

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: http://jakarta.apach

RE: tomcat error

2005-12-29 Thread Caldarale, Charles R
> From: James Taylor [mailto:[EMAIL PROTECTED] > Subject: Re: tomcat error > > Martin I'm not all that hot on apr, in fact I know nothing > about it but the error message I'm getting in the remote > machine I'm starting tomcat on looks like a classpath problem. First, note that those are INFO

RE: mod_jk versus mod_proxy under load ?

2005-12-29 Thread Caldarale, Charles R
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED] > Subject: RE: mod_jk versus mod_proxy under load ? > > Would it be faster to just get rid of Apache and mod_jk2, > and have Tomcat serve everything? The answer, as always, depends on your particular environment. If you're running a recent Tom

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

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