Archive for category Tomcat
Some times if we delete the servers configuration in the workspace or if we move the workspace adding tomcat as server can become difficult thing. We will hit with the error Cannot create a server using the selected type.
To resolve this error, try one or all of the following:
1. Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server
2. R Read More
Restrict Access to Tomcat Manager Applications
The best way to secure the Tomcat manager and administration webapps is to restrict the set of IP addresses that can access them. This can be accomplished by including a RemoteAddrValve (Tomcat docs) in the Context element of these applications. For instance, to only allows connections from the localhost (127.0.0.1), i.e., the machine on which the Tomcat server is runn Read More
The safest way to manually install the service is to use the provided service.bat script.
Install the service named ’Tomcat5’C:’> service.bat install
If using tomcat5.exe, you need to use the //IS// parameter.
Install the service named ’Tomcat5’
C:’> tomcat5 //IS//Tomcat5 --DisplayName="Apache Tomcat 5" ’
C:’> --Install="C:’Program Read More
