Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ejmelious

    ANT BUILD.XML HELP!!!!

    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"...
  2. ejmelious

    ANT BUILD.XML HELP!!!!

    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...
  3. ejmelious

    ANT BUILD.XML HELP!!!!

    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...
  4. ejmelious

    WEb application deployment: tomcat 5.5.7

    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...
  5. ejmelious

    WEb application deployment: tomcat 5.5.7

    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...

Part and Inventory Search

Back
Top