Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Tomcat portable?

Tags:

tomcat

There was a resource here: http://www.javalobby.org/articles/tomcat2go/ but when trying to download the resource is no more available.

So how to make Tomcat portable ?

like image 833
user310291 Avatar asked May 16 '10 08:05

user310291


1 Answers

If you are referring to the windows version, just download the 32-bit zip file from here and run startup.bat. It should be portable enough, as it didn't require me to install any service / write to the registry. It does require one to set JAVA_HOME to a JDK (as far as I have heard, the JDK can be made portable as well).

like image 63
nc3b Avatar answered Oct 06 '22 11:10

nc3b