IIS connector (JK-1.2.15) fails to call Tomcat - returns 404

2006-01-03 Thread Fredrik Rubensson
Hi, I am trying to setup IIS 6.0 (running in IIS 5.0 isolation mode) and Tomcat 5.5.12 with the help of JK-1.2.15. (I had a working solution with jk2 that didn't work with my newly added cewolf taglib for charts. So I figured that I should upgrade to something that is supported and up to

Re: How to turn of CONTEXT RELOADS??

2006-01-03 Thread Marcin Okraszewszki
A read about the manager in http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html It seems for me that it is only connected with HTTP session tracking. Nothing with context reloads. But I think I've found the reason. By default if web.xml changes, Tomcat reloads the application, despite

Directory listing in Tomcat 5.5.14.

2006-01-03 Thread anunay.ashish
Dear All, I am able to see the directory listings in Tomcat 4.1.30, but not in Tomcat 5.5.14, if there are no welcome files . Why is it so? Thanks in advance. Regards, Ashish A. The information contained in this electronic message and any attachments to this message are intended for the

question

2006-01-03 Thread sc2
hello how i can set the env. variables like JAVA_HOME so that tomcat can be start. thank you bye richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to users@tomcat.apache.org ### ### this is reply for: question ### hello how i can set the env. variables like JAVA_HOME so that tomcat can be start. thank you bye richard conf/catalina.sh -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o.

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to Tomcat Users List users@tomcat.apache.org ### ### this is reply for: Re: question ### Linux in catalina.sh`? like JAVA_HOME=path ? bye 1. Do not top-post 2. Have you ever looked into that file? -- Rafał Zawadzki Deploy/Release Manager eo Networks

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

2006-01-03 Thread Richard Toren
I want to move my webserver over to a Windows' service (it works great with linux, but the client is always insistent). The problem is that I use Berkeley DB XML which is used via JNI. When I start tomcat using startTomcat.bat I need to add a line set

Re: question

2006-01-03 Thread Rafal Zawadzki
### [EMAIL PROTECTED] wrote message to Tomcat Users List users@tomcat.apache.org ### ### this is reply for: Re: question ### hello a.) Top Post? http://www.google.com/search?q=top+postingie=UTF-8oe=UTF-8 -- Rafał Zawadzki Deploy/Release Manager eo Networks Sp. z o.o. pgp5UJP6KUSwH.pgp

RE: question

2006-01-03 Thread Brantley Hobbs
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:10 AM To: Tomcat Users List Subject: Re: question hello a.) Top Post? http://catb.org/~esr/jargon/html/T/top-post.html Personally, I never had a problem with it (and will

RE: question

2006-01-03 Thread Carl Olivier
Hi. A lot of people on this forum Top Post. Is this really such a big issue? -Original Message- From: Rafal Zawadzki [mailto:[EMAIL PROTECTED] Sent: 03 January 2006 16:26 To: Tomcat Users List Subject: Re: question ### [EMAIL PROTECTED] wrote message to Tomcat Users List

[OT] Top posting (was RE: question)

2006-01-03 Thread Peter Crowther
From: Carl Olivier [mailto:[EMAIL PROTECTED] A lot of people on this forum Top Post. Is this really such a big issue? I can sum it up with the following quote: -- snip -- A: Top posting. Q: What's the most confusing thing about mailing list messages? -- snip -- If I'm reading through

Re: question

2006-01-03 Thread Aurélien DEHAY
Yes. Carl Olivier wrote: Hi. A lot of people on this forum Top Post. Is this really such a big issue? Because you don't know the question the answer is related to. Rgds. -- Aurélien - To unsubscribe, e-mail: [EMAIL

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

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

Re: Tomcat Datasource , can we define them in war file (whithout accessing to Admin console)?

2006-01-03 Thread Bruce Tong
On 12/26/05, Legolas Woodland [EMAIL PROTECTED] wrote: Is it possible to make a data-source without admin console ? I mean by defining the data-source in web.xml or in Context.xml (i think i read somewhere that we could put context.xml into meta-inf folder and it will act like Context

Re: Tomcat Datasource , can we define them in war file (whithout accessing to Admin console)?

2006-01-03 Thread Andre Van Klaveren
Like Bruce said, you can define a DataSource as part of your application's context. It's the same format as the context definition in server.xml except it's deployed with your application as an XML file (context.xml) inside the META-INF directory of the WAR. Here's a link to explain how to do

RE: deploying war to ROOT

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

Re: [OT] Top posting (was RE: question)

2006-01-03 Thread Wolfgang Hackl
Peter Crowther wrote: From: Carl Olivier [mailto:[EMAIL PROTECTED] A lot of people on this forum Top Post. Is this really such a big issue? I can sum it up with the following quote: -- snip -- A: Top posting. Q: What's the most confusing thing about mailing list messages? -- snip --

RE: [OT] Top posting (was RE: question)

2006-01-03 Thread George Sexton
Since most people use threaded mail readers that go from oldest to newest, this isn't much of a problem for most people. You should look for a better mail reader. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Peter Crowther

tomcat sends certain files with missing chunks

2006-01-03 Thread Hasan, Nadeem
Hi all, I just upgraded our Tomcat installation on our dev box to 5.5.12 and I am seeing very strange results. Certain files are sent by Tomcat with a large hole in the middle. In the response header, it does report the size (Content-Length) correctly, but when transferring the file itself, it

Re: tomcat sends certain files with missing chunks

2006-01-03 Thread Martin Gainty
did you try to run one of the pages under localhost to see if the page would render? what does your tomcat log say? Martin- - Original Message - From: Hasan, Nadeem [EMAIL PROTECTED] To: users@tomcat.apache.org Cc: [EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 4:50 PM Subject: tomcat

RE: [OT] Top posting (was RE: question)

2006-01-03 Thread Peter Crowther
From: George Sexton [mailto:[EMAIL PROTECTED] Since most people use threaded mail readers that go from oldest to newest, this isn't much of a problem for most people. ... I'm sorry? Which 'this' were you referring to here? It wasn't in context, so I'm afraid I can't tell for sure. I'll

Re: How to turn of CONTEXT RELOADS??

2006-01-03 Thread Martin Gainty
something about a watched teapot never boils I am glad that worked for you, najlepszy, Martin-- - Original Message - From: Marcin Okraszewszki [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, January 03, 2006 5:21 AM Subject: Re: How to turn of CONTEXT

tomcat connection prob.

2006-01-03 Thread issac young
-- Forwarded message -- From: issac young [EMAIL PROTECTED] Date: Jan 4, 2006 11:03 AM Subject: tomcat connection prob. To: users@tomcat.apache.org i just installed the latest version of tomcat lt only works fine for address 127.0.0.1 not even for localhost and other pcs in the

Dynamic virtual hosts

2006-01-03 Thread Brian Shacklett
I'm setting up a development environment using Apache httpd and Tomcat. I want to set up two different areas for each site: development and staging. The development area will be for constantly changing files and will reside in /home/[username]/development/[domain]. The staging area will be

Re: tomcat connection prob.

2006-01-03 Thread issac young
Hi *Caldarale* Sorry for the lack of information in my post ... actually this is the first time i use this mail list ... so my OS is win xp + sp2 and i have disabled the firewall i am not hosting anything right now, juz using the default tomcat web application (there is a testing one inside i

RE: tomcat connection prob.

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

Re: How to get Windows service to recognize updated JVM

2006-01-03 Thread Mladen Turk
Use tomcat5w.exe and click on the Java tab. Then click on the 'Use default' ckeck box, and default JVM will be discovered from registry. Unckeck that box again and click 'Apply'. That's it. Regards, Mladen. John Russell wrote: When tomcat is installed as a Windows service, the following

Solution for Tomcat IIS problem

2006-01-03 Thread billw
Tolle, I had the same problem as Paresh below. My conclusion is that the sample workers2.properties file that is distributed does not work. When I changed group=lb to group=lb:lb I was fine. Of course, now that I have gotten this far I just found out that jk2 is no longer supported...