Re: 64bit windows service executable?

2008-03-26 Thread AH NF
awesome thanks! On Mar 26, 2008, at 7:55 PM, Caldarale, Charles R wrote: From: ahnf [mailto:[EMAIL PROTECTED] Subject: 64bit windows service executable? Where can I get a 64bit Intel and AMD executables for lauching tomcat 6 service on windows 64 and 64bit java 6? A quick archive search

Re: totally confused! deploy redeploy the ROOT context via manager app and/or ant

2008-02-27 Thread AH NF
Hi, Thanks for the reply, I just tried what you suggested. I cleared out myAppBase (inside ROOT.war) META-INF/context.xml (removed docBase path) VIa the manager I uploaded ROOT.war to myAppHost with the Context Path form field set = / Tomcat extracts ROOT.war in : myAppBase/ROOT/ROOT The

Re: access Connector Address from within war file

2008-02-27 Thread AH NF
Cancel my last email regarding ROOT/ROOT my mistake, my WAR had the dir ROOT defined in it, hence the root/root path all is well, thanks for your help Charles On Feb 27, 2008, at 10:26 AM, Caldarale, Charles R wrote: From: Stephen More [mailto:[EMAIL PROTECTED] Subject: access Connector

Re: totally confused! deploy redeploy the ROOT context via manager app and/or ant

2008-02-27 Thread AH NF
Hi all, Ok so I have my ROOT.war and / host all working as I would like. I startup tomcat with no application defined, and go to /manager. I upload my ROOT.war file,tomcat places it in myAppBase/ROOT as expected. The application boots up OK. My only problem is that Tomcat appears to actually

Re: totally confused! deploy redeploy the ROOT context via manager app and/or ant

2008-02-27 Thread AH NF
hmm, I had those set = True for both, and I was getting that behavior, only when I set them both to false does it not seem to create the temp directories. maybe something else? On Feb 27, 2008, at 2:31 PM, Mark Thomas wrote: AH NF wrote: Hi all, Ok so I have my ROOT.war and / host all

Re: totally confused! deploy redeploy the ROOT context via manager app and/or ant

2008-02-27 Thread AH NF
Thomas wrote: AH NF wrote: Hi all, Ok so I have my ROOT.war and / host all working as I would like. I startup tomcat with no application defined, and go to /manager. I upload my ROOT.war file,tomcat places it in myAppBase/ROOT as expected. The application boots up OK. My only problem

Re: Virtual Hosts: path=/ without using ROOT folder?

2008-02-26 Thread AH NF
Here is what I have setup going off the examples, but it is not working like a I would like a) a Host definition in my server.xml which has appBase=tomcatHome/ myAppBase b) a WAR file named ROOT.war. Inside there is a context.xml located in META-INF I am not sure what to put in for

Re: Virtual Hosts: path=/ without using ROOT folder?

2008-02-26 Thread AH NF
Thanks Mark, could my context.xml also just live in my WAR/META-INF file? So let me get this right, the location of appBase is purely for where WARs are uploaded. Never should document roots live under it? So if I upload a war to appBase Tomcat then unpacks it to the context docbase?