Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

How to deploy website on tomcat

Options
  • 11-02-2004 8:09pm
    #1
    Closed Accounts Posts: 211 ✭✭


    I'm having problems deploying our website on your server

    Can you give me the steps involved in deploying a website on your tomcat server.

    And also what version of tomcat you are using


Comments

  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Hi Terra

    If you email support@blacknight.ie with details of your site and any problems you may be encountering our Java support team will be able to guide you.

    With regard to versions:
    Tomcat 4.1.24

    Generally speaking you should place any JSP files in your "web" directory. In some cases you may need to create a WEB-INF for libraries and classes etc.,
    The server is setup to parse all .jsp files with Tomcat


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    I got our Java expert to give me a simple deployment guide:

    To deploy your JSP and servlet, you would need to have the following structure

    /home/www/webxyz/web <--- .jsp files go here

    /home/www/webxyz/web/WEB-INF/lib <-- .jar files go here
    /home/www/webxyz/web/WEB-INF/classes <-- .class files and .property files go here
    /home/www/webxyz/web/WEB-INF/ <-- web.xml goes here

    If required we can also give you access to the Tomcat Manager app.


  • Closed Accounts Posts: 1,163 ✭✭✭Emboss


    :rolleyes:


Advertisement