Re: TomCat & Apache Newbie question

2002-04-14 Thread Avnish Pundir
You can run Tomcat alone if you are willing to serve static contents as well from tomcat. But as tomcat documentation says, apache is more robust and configurable when it comes to serving static contents. More over there are lots of plugin modules available for apache which would be very useful in

TomCat & Apache Newbie question

2002-04-14 Thread Hayato Iriumi
I just noticed... If you have TomCat, you don't need Apache running as a Web Server? Can I just install TomCat and use it as Web Server? Or Should I have Apache installed? I stopped Apache2 service and only TomCat up and running and I have no problem running JSP. Any suggestions? -- To unsubscri

Re: How to create a virtual directory in TomCat?

2002-04-14 Thread Hayato Iriumi
And I just figured it out after a few days struggling with this. Man, that was tough! -- To unsubscribe: For additional commands: Troubles with the list:

Problem serving Static contents using mod_jk

2002-04-14 Thread Avnish Pundir
Hi All, I am using apache 1.3.24 and tomcat 4.0.3 on win2k. I am using mod_jk for communication between these two. My problem is while requesting anything from tomcat thru apache, everything goes fine except some time images fails to load within HTML pages. This is not very consistent problem but

How to create a virtual directory in TomCat?

2002-04-14 Thread Hayato Iriumi
Hi, I've been struggling with TomCat for a few days, there is one thing I just can't figure out just to get started with JSP programming. What I want to be able to do is... Alias /manual "C:/Program Files/Apache Group/Apache2/manual" in TomCat. I want to create a virtual directory that specifi

Mysql and Tomcat

2002-04-14 Thread Lawrence, Gareth
Greetings All, Just when I though everything was sweet I'm having a nasty problem. I'm running: Debian Linux, Tomcat 4.0.3, Mysql, Ant, MM JDBC driver. Basically I've set everything up sweet and when I run a test file from the command line (java test.class) I get a connection to the database n

RE: What does IMHO mean?

2002-04-14 Thread Tomasz . Ciolek
IMHO == In My Humble Opinion -- Tomasz M. Ciolek Systems Administrator - CSIRO Entomology Phone: 02-62464391 * Fax: 02-62464000 > -Original Message- > From: Darrin [mailto:[EMAIL PROTECTED]] > Sent: Monday, 15 April 2002 09:34 > To: Tomcat Users List > Subject: Re: What does IMHO me

Re: What does IMHO mean?

2002-04-14 Thread Darrin
LMAO (laughing my ass off) is what you probably are talking about (a lot of fonts its hard to distinguish between 1 (one) l (lowercase L), and i (lowercase I) [EMAIL PROTECTED] wrote: > -Original Message- > From: Robert Douglass [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 14, 2002 1

Re: What does IMHO mean?

2002-04-14 Thread Darrin
LMAO (laughing my ass off) is what you probably are talking about (a lot of fonts its hard to distinguish between 1 (one) l (lowercase L), and i (lowercase I) [EMAIL PROTECTED] wrote: > -Original Message- > From: Robert Douglass [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 14, 2002 1

Re: Session Tacking across hostnames?

2002-04-14 Thread Joel Rees
Neil Aggarwal wrote: > For an application we are building, we are using a shared SSL certificate > so the hostname has to be different for http and https. For example, > public pages are loaded from http://www.futurescope.com/fscope/myPage.jsp > and private pages are loaded from > http://www.JAM

Re: global singleton across multiple engines?

2002-04-14 Thread Ray Tayek
At 10:17 AM 4/11/02 +0100, you wrote: >On 11/04/02 7:25, "[EMAIL PROTECTED]" > >Ray Tayek wrote: >... > > a different class loader. he claims that if i put the class to be shared in > > the server_root/classes, then it wll be found. this does not seem to work >... > >Try putting the singleton in $

WAR files locked, cannot delete for update with Manager App

2002-04-14 Thread Neale Rudd
Hi, When deploying from WAR files with 4.0.1, with unpackWars=false, I find that the WAR files become locked, and cannot be deleted from the file system without shutting down Tomcat. The app can be stopped and unloaded using the manager, but because the old WAR file is locked (still in use), it

RE: mod_jk

2002-04-14 Thread Donald Lee
Well I think it's clear this is going to be a hot item for Tomcat users, I hope there will be an announcement soon that this will be available. To answer your question, this is not yet available. -Original Message- From: Kaveh Ghahremani [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14,

Re: Release Question

2002-04-14 Thread Tod Thomas
On Sun, 14 Apr 2002 21:00:25 -0500 Hugh Brien <[EMAIL PROTECTED]> wrote: > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/ > > jakarta-tomcat-4.0.3-LE-jdk14.zip > > > r, > Hugh > - Original Message - > From: "Tod Thomas" <[EMAIL PROTECTED]> > To: <[EMAIL PROTEC

Re: Problem accessing subdirectories within packed WAR files

2002-04-14 Thread Neale Rudd
Hi John, Thanks for the help, Tomcat is now picking up the files in the subdirectories of the WAR files successfully. I have found JAR cvf works, ANT works (very well as you said, and is a very nice product!) and WinZIP doesn't work properly, possibly due to the META-INF file or other informatio

Re: Release Question

2002-04-14 Thread Hugh Brien
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/ jakarta-tomcat-4.0.3-LE-jdk14.zip r, Hugh - Original Message - From: "Tod Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 6:59 PM Subject: Release Question > Which release of Tomca

Re: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux

2002-04-14 Thread @Basebeans.com
Subject: Re: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux From: "Hyunjin Kim" <[EMAIL PROTECTED]> === Thanks, David. I know it works. I have successfully (we.. partially) configured the combination and apache forwarded reqests to jsps and servlets fine. But, file up

Internatinalisation Question

2002-04-14 Thread Steve Vanspall
Ok having tested a bit more, I think I can give a clearer description of my problem. I am currently in the process of making my application multilingual. I have succesfully altered my database to be such, and it uses UTF-8 character set now. I have changed the meta-inf tag to set the charset to

Release Question

2002-04-14 Thread Tod Thomas
Which release of Tomcat should work with jdk 1.4? Is there a jdk 1.4 tomcat release that also supports cocoon? Thanks. -- To unsubscribe: For additional commands: Troubles with the list:

RE: jvm monitoring

2002-04-14 Thread Steve Vanspall
try netbeans, http://www.netbeans.org/nonav/index2.html I didn't use it for that purpose, but another developer of ours did. Thiss requires that you set your jvm to debug it sounds like there is an infinite recursion of iteration in your code. -Original Message- From: Laurent Michenau

JBuilder5+Tomcat 4.0.3

2002-04-14 Thread Muhammad Yusuf
hi, i try to use JNDI support in Tomcat 4.0.3. i try to build and run in JBuilder 5 enterprise (using TOmat 4.0.3), and i got an exception thrown successfully :D, but when i deploy the war on Tomcat 4.0.3 directly, no exception at all. after googling for a while, there's a patch that exclude t

mod_jk

2002-04-14 Thread Kaveh Ghahremani
Hi; I'm trying to integrate Apache 2.0 and Tomcat 4.0.2 and I'm having a problem finding documentation that relates to integrating these versions. I tried following the directions and hints that are posted on the Jakarta site for older versions of Tomcat (using mod_jk) but I continue to run into

SSL redirects with mod_jk

2002-04-14 Thread Aditya
I have apache 1.3+mod_ssl and mod_jk (ajp13) "fronting" a Tomcat 4.0.3 server which has a servlet protected by: CONFIDENTIAL I assume that for performance reasons that it would be best if I could run no connectors other than the AJP13 one. Ideally, calls to the above serv

Re: IIS 5.0 + TC 4.0.3

2002-04-14 Thread Tomcat Huang
I think I got the jakarta virtual directory setup in the IIS. Please look at the following log messages that I cut from the isapi.log and localhost_access_log.2002-04-14.txt. It seems that the isapi_redirector.dll redirects the wrong url to Tomcat. Thank you for your help. Chiming isapi.log

RE: What does IMHO mean?

2002-04-14 Thread ce
-Original Message- From: Robert Douglass [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 1:02 PM To: Tomcat Users List Subject: RE: What does IMHO mean? > in my humble/honest opinion > what I don't know is imao, which I also see. a = arrogant - tex -- To unsubscribe:

Re: What does IMHO mean?

2002-04-14 Thread Peter Davison
In My Humble Opinion P. On Sun, 14 Apr 2002 09:58:17 -0700 Micael Padraig Og mac Grene <[EMAIL PROTECTED]> wrote: > What does IMHO mean? > > > > -- > To unsubscribe: > For additional commands: > Troubles with the list:

RE: What does IMHO mean?

2002-04-14 Thread Robert Douglass
in my humble/honest opinion what I don't know is imao, which I also see. -Original Message- From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 6:58 PM To: [EMAIL PROTECTED] Subject: What does IMHO mean? What does IMHO mean? -- To unsubscribe:

What does IMHO mean?

2002-04-14 Thread Micael Padraig Og mac Grene
What does IMHO mean? -- To unsubscribe: For additional commands: Troubles with the list:

Database Connections and class reloads

2002-04-14 Thread Jason Webber
I have a database pooling class that I wrote. When the class is created it is stored in the servlet context so that my jsp and servlets can use it. However when I change a class everything gets reloaded. Is there and event or something that my database pool class can listen to when this reload h

Re: please help me

2002-04-14 Thread Fabian Sommer
perhaps you could post some more information? Which errors do you get from tomcat if you try to access your application? In general, although i've not been a Tomcat3.2-user, i read in a few postings on this list that tomcat4.0 in contrast to 3.2 has built in a xml-parser and stops interpreting

Re: IIS 5.0 + TC 4.0.3

2002-04-14 Thread David Boyer
You need an IIS virtual directory named 'jakarta' that points to the directory that contains isapi_redirector.dll. Tne mark the virtual directory as executable in IIS. - Original Message - From: "Tomcat Huang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 14, 2002 12:57

Reloadable: reloads also JSP pages?

2002-04-14 Thread G . Kersten
Hi, a detail I haven't yet found, neither in the archives nor in the user- guide: Does the "reload" attribute in context not just control reloading of servlets, but also recompiling of JSP pages? I observed that behaviour with "reload=false", i.e. the users still got the old version of chang

Re: Tomcat:Port 8080 or 8007?

2002-04-14 Thread devel
[EMAIL PROTECTED] wrote: > Yes I tried with http://localhost:8080 and 8007.But nothing comes out. Then it seems your installation went awry. I'd uninstall then re-install & follow the step-by-step at http://www.archive.coreservlets.com/Using-Tomcat.html. P. -- To unsubscribe:

Apache/Tomcat integration with automatic context generation

2002-04-14 Thread Mikael Hansen
Hi I have succefully integrated Apache 1.3.20 and Tomcat 4.0.3 with mod_jk. I do however have a special problem that I hope anyone can suggest a solution to: I can automatically generate a context www.my.tomcat.server:tomcatport/~username for every user that has the catalog: /user/username/.pub

please help me

2002-04-14 Thread Janarthanan, Prasanna
we have our web application running with tomcat 3.2.3. It is working fine but now iam upgradin to tomcat 4.0. here i face problem in context of server.xml. I have written the context in server.xml. I wonder whether it has any touch with the web.xml file of my web application. coz the examples giv

SecurityManager: write access on webapp?

2002-04-14 Thread G . Kersten
Hi, I've activated tomcat.policy by starting Tomcat 3.3 with "-sandbox". Read, write, and delete access for any folder follow the permissions I grant in tomcat.policy. But without granting anything, I have not just read access to my webapp dir (which is located outside the Tomcat directory

Startup problem on SuSE Linux 7.3

2002-04-14 Thread Martin Giljohann
Hi, could someone please help me out on my problem getting Tomcat to work? I tried to get it to work for several days now but I always get stuck at the same point. I'm running J2SE 1.3.1-b24 on SuSE Linux 7.3. Each time I try to start Tomcat 4.0.3 like this: linux:/ # /usr/local/jakarta-tomcat-4