RE: Context mapping question

2004-10-28 Thread Shapira, Yoav
Hi, Context path=/ docBase=app1 debug=9 Changing this one path to path= instead of /. Set autoDeploy/liveDeploy/deployOnStartup to false for both of your Hosts. Because they share an appBase, the apps are being deployed once *per* Host. The rest of your

Re: Context mapping question

2004-10-28 Thread Bob Tellefson
On Thursday 28 October 2004 15:35, Shapira, Yoav wrote: Hi, Context path=/ docBase=app1 debug=9 Changing this one path to path= instead of /. Set autoDeploy/liveDeploy/deployOnStartup to false for both of your Hosts. Because they share an appBase, the apps

Context mapping question

2004-10-27 Thread Bob Tellefson
I have tomcat 5.0.28 serving four apps, two in one service and two in another. Each Service is on a different IP and DNS is configured correctly. A stripped down version of my server.xml is show below. With this configuration, I can browse to: https://ws.host.com:8443/app3 and it responds

SOLUTION: context mapping problem after upgrade from 4.1.29 to 4.1.30

2004-04-01 Thread Jim Hopp
I found the solution to this problem. The symptom was that ALL request URI's were treated as '' under 4.1.30, using the same server.xml file that had worked fine under 4.1.29. The solution was to add 'useURIValidationHack=false' to the each of the Connector statements. Apparently setting this

RE: context mapping problem after upgrade from 4.1.29 to 4.1.30

2004-03-31 Thread Shapira, Yoav
Hi, 2004-03-30 11:52:59 StandardHost[localhost]: Mapping request URI '/fileupload/fileUpload.html' 2004-03-30 11:52:59 StandardHost[localhost]: Trying the longest context path prefix 2004-03-30 11:52:59 StandardHost[localhost]: Mapped to context '/fileupload' OK. 2004-03-30 13:41:22

context mapping problem after upgrade from 4.1.29 to 4.1.30

2004-03-31 Thread Jim Hopp
Anyone have any ideas/pointers on this? Thanks, -Jim Greetings- I've just upgraded my development environment from Tomcat 4.1.29 to 4.1.30 (Win XP, jdk 1.4.2). It appears that my URI's are not mapped to the same context under 4.1.30 as they were under

RE: context mapping problem after upgrade from 4.1.29 to 4.1.30

2004-03-31 Thread Shapira, Yoav
Hi, I already replied... Did my reply not get through? Yoav Shapira Millennium Research Informatics -Original Message- From: Jim Hopp [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 12:26 PM To: Tomcat Users List Subject: context mapping problem after upgrade from 4.1.29

context mapping problem after upgrade from 4.1.29 to 4.1.30

2004-03-30 Thread Jim Hopp
Greetings- I've just upgraded my development environment from Tomcat 4.1.29 to 4.1.30 (Win XP, jdk 1.4.2). It appears that my URI's are not mapped to the same context under 4.1.30 as they were under 4.1.29. I've made no changes to any of my config files; I simply upgraded Tomcat. Here's a

Re: Context mapping and war

2004-03-23 Thread Martin Monsorno
Jesse Vitrone [EMAIL PROTECTED] writes: So in TC5, the conext is part of the war file, and I don't need to do anything separate? All that info can be in the war file? In TC5, you can define the context in a special file in conf/Catalina/localhost/webapp.xml. With this, everything works as

Context mapping and war

2004-03-18 Thread Jesse Vitrone
When I try to install my application, I put the war file in the webapps directory, and in the server.xml I add a context mapping. When I start Tomcat, my war file isn't getting extracted. Unpack wars is set to true: Host name=localhost debug=0 appBase=webapps unpackWARs=true

RE: Context mapping and war

2004-03-18 Thread D'Alessandro, Arthur
: Jesse Vitrone [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: Context mapping and war When I try to install my application, I put the war file in the webapps directory, and in the server.xml I add a context mapping. When I start Tomcat, my war

RE: Context mapping and war

2004-03-18 Thread Jesse Vitrone
To: Tomcat Users List Subject: RE: Context mapping and war Which version of Tomcat? I believe this is known behavior for Tomcat 4, if you define a context element pointing to a war fail. There should be no problem with functionality; can you verify? A War is not required to be extracted in order

RE: Context mapping and war

2004-03-18 Thread D'Alessandro, Arthur
Change you docbase to 'mywebapp.war' and retry. -Original Message- From: Jesse Vitrone [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:52 AM To: 'Tomcat Users List' Subject: RE: Context mapping and war I'm running Tomcat 4.1.30 When I try to hit the app, I get a 404. I

RE: Context mapping and war

2004-03-18 Thread Jesse Vitrone
That works! There's no way to make it extract though? Jesse -Original Message- From: D'Alessandro, Arthur [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:53 AM To: Tomcat Users List Subject: RE: Context mapping and war Change you docbase to 'mywebapp.war' and retry

RE: Context mapping and war

2004-03-18 Thread D'Alessandro, Arthur
] Sent: Thursday, March 18, 2004 10:14 AM To: 'Tomcat Users List' Subject: RE: Context mapping and war That works! There's no way to make it extract though? Jesse -Original Message- From: D'Alessandro, Arthur [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 9:53 AM To: Tomcat Users

RE: Context mapping and war

2004-03-18 Thread Jesse Vitrone
- From: D'Alessandro, Arthur [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:24 AM To: Tomcat Users List Subject: RE: Context mapping and war Is there a need to? Unless your accessing files directly through the file system, it is not required... In TC5, you can add this context

RE: Context mapping and war

2004-03-18 Thread Jesse Vitrone
: Context mapping and war Is there a need to? Unless your accessing files directly through the file system, it is not required... In TC5, you can add this context to your war, and it should expand (given the host configuration options defined). -Original Message- From: Jesse Vitrone [mailto

Re: Context mapping and war

2004-03-18 Thread Chong Yu Meng
Jesse Vitrone wrote: When I try to install my application, I put the war file in the webapps directory, and in the server.xml I add a context mapping. When I start Tomcat, my war file isn't getting extracted. Unpack wars is set to true: Host name=localhost debug=0 appBase=webapps

RE: Context mapping and war

2004-03-18 Thread Jesse Vitrone
Thanks, for now, I think I'm just going to set the docBase to be the war file. Jesse -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 11:35 AM To: Tomcat Users List Subject: Re: Context mapping and war Jesse Vitrone wrote: When I try

Re: Context mapping and war

2004-03-18 Thread Mike Millson
the war file in the webapps directory, and in the server.xml I add a context mapping. When I start Tomcat, my war file isn't getting extracted. Unpack wars is set to true: Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true If I comment out my

Re: Context mapping and war

2004-03-18 Thread Parsons Technical Services
Tomcat for the app to see any resources defined in the context. Doug www.parsonstechnical.com - Original Message - From: Jesse Vitrone [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 11:43 AM Subject: RE: Context mapping and war Thanks, for now, I

RE: Context/mapping question

2003-02-14 Thread Shapira, Yoav
Howdy, I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make it compliant with the WAR structure to ease deployment... so here's the problem: Glad

RE: Context/mapping question

2003-02-14 Thread Jonathan Discount
AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Context/mapping question Howdy, I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 14, 2003 07:14 Subject: RE: Context/mapping question This desire requires being on the root context (the one with context path as opposed to mywebapp). Therefore, you WILL need to put an explicity context

Re: Context/mapping question

2003-02-14 Thread Sean Dockery
delimiters !-- and --; is it commented out or not?) - Original Message - From: Jonathan Discount [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 14, 2003 14:29 Subject: RE: Context/mapping question Yoav, Thanks for the input... I've applied your changes to my

Context/mapping question

2003-02-13 Thread Jonathan Discount
I'm running Tomcat 4.0.3 in conjunction with Apache 2 via mod_jk on Windows 2000 and Tru64 platforms. I've been running a web app this way rather successfully for some time now -- but I'd like to make it compliant with the WAR structure to ease deployment... so here's the problem: I drop the WAR

Re: Context Mapping

2002-12-16 Thread Mark Lenz
No, I haven't. Do I need to define a servlet-mapping for a context with only JSP's? (Yes, I know they're really servlets.) Mark Lenz (920) 832-3523 [EMAIL PROTECTED] Jeanfrancois Arcand

Re: Context Mapping

2002-12-13 Thread Mark Lenz
No, I haven't. Do I need to define a servlet-mapping for a context with only JSP's? (Yes, I know they're really servlets.) Mark Lenz (920) 832-3523 [EMAIL PROTECTED] Jeanfrancois Arcand

Context Mapping

2002-12-12 Thread Mark Lenz
I have Tomcat installed and have started to write some JSP's. I looked at my logs today and saw this everytime I accessed a JSP: 2002-12-12 14:02:20 StandardContext[/czis]: Mapping contextPath='/czis' with requestURI='/czis/index.jsp' and relativeURI='/index.jsp' 2002-12-12 14:02:20

Re: Context Mapping

2002-12-12 Thread Jeanfrancois Arcand
This output occurs when Tomcat try to match element defined under servlet-mapping in the web.xml. How have you defined the servlet-mapping element? -- Jeanfrancois Mark Lenz wrote: I have Tomcat installed and have started to write some JSP's. I looked at my logs today and saw this everytime

Re: Apache-tomcat context mapping

2001-07-18 Thread Guntupalli Shanti
Hi Dim Thanks for the reply. I have a question on mod_rewrite..if the URL is rewritten then does the location box (URL box ) on the browser show the new URL or the old one? (Meaning all the relative links in my page point to the old URI or the new one?) Thanks again Shanti At 03:09 PM

Re: Apache-tomcat context mapping

2001-07-18 Thread Dmitri Colebatch
I'm no apache expert, but from my limited experience with mod_rewrite I'm pretty sure, almost 100% sure, that the browser knows nothing about it. For the browser to know about it apache would have to send back something other than a 200 response (I think). But as is best with all things - try

Apache-tomcat context mapping

2001-07-17 Thread Guntupalli Shanti
Hi, Here is my problem. In apache's config file I should be able to map 2 different URI's to one context in my Tomcat. something like APJServMount/examples/servlet apjv12://dev:8080/examples APJServMount/examples1/servlet apjv12://dev:8080/examples so that any requests

Re: Apache-tomcat context mapping

2001-07-17 Thread Dmitri Colebatch
mod_rewrite? I think the problem is that the request will get to tomcat, and tomcat will not have /example1 mapped... cheers dim On Tue, 17 Jul 2001, Guntupalli Shanti wrote: Hi, Here is my problem. In apache's config file I should be able to map 2 different URI's to one context in