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: Displaying PDF's within a servlet

2005-11-23 Thread Caldarale, Charles R
> From: Khawaja Shams [mailto:[EMAIL PROTECTED] > Subject: Displaying PDF's within a servlet > > However, starting Acrobat for this purpose > everytime could be rather slow and inconvenient. It appears that, at least with IE on XP, Acrobat Reader stays loaded as long as the browser is active. C

RE: Net Disk Failure in JSP with Tomcat 5.5.9( or 5.5.X)

2005-11-23 Thread Caldarale, Charles R
> From: NanFei Wang [mailto:[EMAIL PROTECTED] > Subject: Re: Net Disk Failure in JSP with Tomcat 5.5.9( or 5.5.X) > > I made a Net Disk named P:\ > > I got the following result when I use Apache Tomcat 5.5.9( or > 5.5.X) Server: > > P:\ exist = false > P:\ is Directo

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, co

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 > $JAVA_HOME=/opt/sun-

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

ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-28 Thread David R Mulligan
When I start up tomcat 5.5.10-12 I am getting a ClassNotFoundException for a custom class that implements Filter. Under 5.5.9 and 5.5.1 the class loads just fine. My class lives in a jar file in shared/lib as some if it is required by another webapp. If I move the class files in question to the

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

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

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 interest

RE: Web-application and Tomcat icon

2005-11-28 Thread Caldarale, Charles R
all. > > The icon displayed on the browser is favicon.ico that is in ROOT. You > can replace it with your own icon. This is browser cuteness. If you run a packet trace [I'm doing almost anything tonight to avoid writing documentation], you'll see something like: GET /fa

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

RE: HttpServlet not found?

2005-11-29 Thread Caldarale, Charles R
> From: Sebastian [mailto:[EMAIL PROTECTED] > Subject: HttpServlet not found? > > I compiled it with > "javac -cp /home/tomcat/j2ee/lib/j2ee.jar:/home/tomcat/mysql > MyServlet.java". Using j2ee.jar with Tomcat usually results in much grief, since it contains many classes that conflict wi

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

2005-11-29 Thread Caldarale, Charles R
> From: Magyar, Bence [mailto:[EMAIL PROTECTED] > Subject: web client running out of ports! (timeout exception) > > Every time I call a method, my java client opens a new port! If I'm understanding the problem correctly, I don't see how changing anything in the Tomcat configuation will help this

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

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

RE: HttpServlet not found?

2005-11-29 Thread Caldarale, Charles R
> From: Sebastian Funk [mailto:[EMAIL PROTECTED] > Subject: Re: HttpServlet not found? > > But when I shouldn't set the $CLASSPATH, how can I load the MySQL- > Drivers? Read this: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html and then choose the appropriate spot in the Tomcat

Re: ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-29 Thread David R Mulligan
e small. Any ideas? Thanks, David On Mon, 2005-11-28 at 14:43 -0700, David R Mulligan wrote: > When I start up tomcat 5.5.10-12 I am getting a ClassNotFoundException > for a custom class that implements Filter. Under 5.5.9 and 5.5.1 the > class loads just fine. > > My class

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Duan, Nick [mailto:[EMAIL PROTECTED] > Subject: RE: Certificate Revocation Lists in Tomcat 5.5 > > Tomcat 5.5 supposed to run on JDK 1.5. Why was it compiled with JDK > 1.4? Because it's supposed to run on JRE 1.4 as well. Compiling on 1.5 would have precluded that. I'm a bit suspicio

RE: Certificate Revocation Lists in Tomcat 5.5

2005-11-29 Thread Caldarale, Charles R
> From: Duan, Nick [mailto:[EMAIL PROTECTED] > Subject: RE: Certificate Revocation Lists in Tomcat 5.5 > > The official tomcat 5.5.12 was compiled and packaged with J2SE5.0, not > JDK 1.4. You'll get an error message if you run tomcat on 1.4. Only if you fail to read the instructions in RUNNING

Re: ClassNotFoundException when upgrading from 5.5.9 to 5.5.10+

2005-11-29 Thread David R Mulligan
Comment #3 on http://issues.apache.org/bugzilla/show_bug.cgi?id=37302 has describes the problem and solution. Thanks, David On Tue, 2005-11-29 at 13:20 -0700, David R Mulligan wrote: > I've had some traction on this problem. If I remove the Loader element > from within my context

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
Try: http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 to browse the mailing list archive. > Do I need JDK 1.4 Compatibility if I develop primarily > in J2SE 1.5? The key issue is "primarily" vs. "only". If you develop with 1.5 you run the risk of no

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&

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

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