I need Admin URL to upload the WAR file into Tomcat. I am using Jboss 3.2 I can see the Tomcat running from http://localhost:8080/status. But Like in Tomcat I dont see any Admin pages to upload the tomcat. Is there any way to get the URL so that I can deploy WAR file.
There is no Tomcat Admin application packaged with JBoss. To deploy a WAR file in JBoss, just copy it to the deploy directory. That's all you need to do. [ July 05, 2005: Message edited by: Paul Sturrock ]
I have a requirement to install the WAR file into Jboss using Ant Script. For that Ant script I need to give the admin URL like in Tomcat. How can I do this in Jboss. Any idea??
For that Ant script I need to give the admin URL like in Tomcat
Why? To deploy a WAR in Tomcat (under JBoss) all your Ant script need do is move the WAR to the deploy directory.
Srinivas Ivaturi
Ranch Hand
Joined: Jan 28, 2003
Posts: 50
posted
0
Ok, I will move the WAR file to deploy directory. Thats fine. But Copying is not something I cannot do beacuse the machine is remote machine where I am not shared a folder to copy into Deploy folder/ Ftp is not enabled. I want to put it via Deploy/ Undeploy tasks of Catalina/ if there are any other tasks that Jboss provides I want to use them.
Thanks Srinivas Ivaturi.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.