Category: ASP General

Information regarding Managed Tomcat Applications

How are files and applications deployed to Tomcat?

  • The files are uploaded via FTP to the webroot, the FTP details are found in the setup email. If you prefer to use WAR files, please upload them to the webroot and submit a ticket to support, they will be dropped into the web apps folder for deployment.

What should be the format of the files compressed or uncompressed?

  • A The files are uncompressed and uploaded via JSP to the webroot

What is the default port no. for Tomcat & SQL server?

  • Tomcat is running on port 80.

I want to use Tomcat connection pooling?

  • Pooling must be configured using the applications context file and not the server.xml as we wish to keep this clean.

Which jar files available to web applications from Tomcat/common/lib & Tomcat/server/lib so as to avoid the redundancy of these jars?

  • Please upload Jar files in your lib folder, no common jars are available.

Can we deploy the application on a running Tomcat Server?

  • Please overwrite any files using FTP

Is there any procedure to be followed for server reload or restart after updating files?

  • Please send a ticket to Hyve support requesting for tomcat to be restarted.

Should we update our file’s [.class, properties, XML at any time? Or any specific times per day/weak/month?

  • Please feel free to update them at any time

Please let us know the clustering information of Tomcat servers?

  • There is no clustering setup at the moment on Tomcat managed plans

What are the Tomcat server specifications?

  • We are running Tomcat version 5.5

Is there any system which allows us to download the files from the live server [log ‘s. for our reference?

  • Please use FTP to upload and download files

Please let us know the reloading process specifically say 1 0r 2 files are updated [ in view of < Host ‘autoDeploy’ > option

  • Re-deployment of a web application will be triggered if the /WEB-INF/web.xml file (or any other resource defined as a WatchedResource) is updated or if the Context Descriptor file from which the web application has been deployed is updated.

Tomcat

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.