I am deploying my Java application with ant. Unfortunately my test deployment on the local machine does not work because of Vista. Program Files The directions are preserved and I do not want to launch Ent or Eclipse as an Administrator. So there was the idea of moving my webpage folder to a workspace subfolder, so I can also use the relative path in Ant.
The solution seems to modify the host element in the server. Xml. There is no deal with Linux:
& lt; Hostname = "localhost" appbase = "/ path / copy / webapps" unpackWARs = "true" autoDeploy = "true" xmlValidation = "false" xmlnamespaceAware = "false" & gt;
But with Windows I do not get it right. I probably tried every possible combination, such as:
C: // User / TAMArch / Worksspace / TOOMKET 6.0_Webap C: /Users / Marich / Workspace / Tomatade 6.0_ webpage C: \ User \ maerch \ Workspaces \ Tomcat6.0_webapps C: \\ user \\ march \\ workstation \\ tomcat6.0_webapps C: //Users//maerch//Workspaces//Tomcat6.0_webapps \\ C: / user / Maerch / Workspace / tomcat 6.0_webapps / c: \ Users \ maerch \ Workspaces \ Tomcat6.0_webapps \ C: \\ user \\ Merc \\ workspace \\ tomcat6.0_webapps \\
path Also Bone, but it does not work there is no error message in the log file, not the browser 404 message or just a white page, and so without some show title. Can anyone help?
I have a lot of security problem with Vista and I call it "full" "program files" Access level "control" for the "user" group on the software foundation \ tomacat xyz "folder.
This resolves the question on the issue of the deployment on the Tomcat as well as introducing the Tomcat as a service. Of course you can allow more strictly (per deployment user group or per user ). If IMO is faster, then reconfigure tomcat again.
How to change the way out of $ {catalina.home} under Windows, about your original question:
This is very similar As you have to complete at * nix:
& lt; Hostname = "localhost" apache = "/ c: / webapps2" unpackWARs = "true" autoDeploy = "true" XmlValidation = "false" xmlNamespaceAware = "false" & gt;
Did you root folder in the folder mentioned in the Applications folder? Tommak 6.0
Comments
Post a Comment