I was planning on creating a war file with this buil file and then having the war file be deployed.
This is what I am thinking so far:
<?xml version="1.0"?>
<project name="bluegrass" default="buildwar" basedir=".">
<target name="init">
<property name="webinf.dir"...
ok this is what I am trying to do: I want to deploy a web application so it is accessable to the server.
This is my file directory:
bluegrass\
has html and jsp pages
bluegrass\WEB-INF
has web.xml file
bluegrass\WEB-INF\classes
has my class files
bluegrass\WEB-INF\lib
has my jar files
I...
Can someone please point me to a very simple tutorial on build.xml files, I have read at leat 10 so far and none are helping me set up what I need to set up.
thanks...
And how would I go about making a WAR file, I have read a little about them, but I am still unsure. I have one java servlet (class file) that runs everything and 6 jsp pages that are shoot offs of the servlet. They are all in my root folder or WEB-INF classes folder. If I store them in a war...
I am attemtping to deploy a new web application in tomcat. Everything I do is wrong somehow. I have worked on this for hours now and I need help: This is my file heirarchy.
wamps/Tomcat5.5/webapps/bluegrass. Bluegrass is the name of the application. Inside bluegrass I have two jsp files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.