| Author |
tomcat via java code
|
fahad siddiqui
Ranch Hand
Joined: Jun 14, 2006
Posts: 85
|
|
I am creating an instance of tomcat via java code using the following snippet. This uses the catlina jar. My concern is, can i use this instance as a normal tomcat instance for deploying my war files? I ran this and got an instance of tomcat running on 8080. Now, i want some other program to deploy a war file on this running server. Is it possible? Because i am not able to. Please advise on how to? If i register a war in this class only right after starting the tomcat, it works, but can't i do this from some other class or something at a later point of time? I use the following snippet for registering the war:
|
 |
 |
|
|
subject: tomcat via java code
|
|
|