> 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
> 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
> 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
> 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
> 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-
> 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]
>
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
> 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
> 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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
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
> 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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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"
> 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
> 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.
> 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
> 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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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.
> 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
> 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
> 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
> 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
> 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
> 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.
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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-
> 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
> 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&
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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?
> 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/
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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"
> 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
> 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
> 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
> 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
> 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
> 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
> 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
301 - 400 of 8497 matches
Mail list logo