Recently started evaluating Alfresco. We have to deploy Alfresco (Community Edition) in our client environment.
I want to add a tomcat server to eclipse. I follow these instructions: firstly, In Sever tabs I right click and there\'s New > Server
There are two types of mode in which most of the servers can run. 1) HA (High Availablity) : For example - Two tomcat running and both are active.LoadBalancer distributes the request in order to mana
Has anyone done a port from a monolithic server application to a service and what are the hidden ‘gotchas’ I need to be aware of to accurately estimate the cost of this?
There\'s a webserver which serves dynamic JSP contents, but we would like to serve some PHP contents too.
I\'m looking to upgrade our tomcat instance from 5.5.27 to 6.0.32 and am having some issues with the logging from jars in the shared/lib directory (I\'ve recreated this directory in tomcat 6).
i am using tomcat. i have a folder with my website in it called exampleSite when i go to my website www.example.com i would like the开发者_运维问答 index.html inside exampleSite to load up and not th
I am using Eclipse and I\'ve set the output folder to WebContent/WEB-INF/classes. The default was build/classes.
The sample application I am developing keeps writing all the Hibernate queries to Tomcat console. I mean if you start Tomcat on Windows, you will have a small applet kind of window opened up. Hibernat
If I have multiple Host definition on my $TOMCAT_HOME/conf/server.xml How can I reload the servlet without restart the tomcat6 server? What are the parameters for use Tomcat like with multiple host?