• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JBoss Admin URL

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

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.

Thanks
Srinivas Ivaturi.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Srinivas Ivaturi
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

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??

Thanks
Srinivas Ivaturi.
 
Paul Sturrock
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
It's just a flesh wound! Or a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic