0

I am new to handling geronimo.Today I installed geronimo 3.0.1 in my system,already I have built web-Application and it is in folder format, I don't know where to put this folder. How can I test the application whether working or not.

Thank

subbu
  • 562
  • 3
  • 8
  • 21

3 Answers3

2

A suggestion is use deployment plan in Geronimo.

Try to check out this official documentation https://geronimo.apache.org/GMOxDOC30/understanding-deployment-plans.html

Tan Vu
  • 728
  • 8
  • 15
1

You can deploy your archieve package (war file) by using Deployer feature of Geronino.

Phat H. VU
  • 2,350
  • 1
  • 21
  • 30
0

You can use this command line inside bin folder of geronimo: deploy -port [port]--user [user] --password [password] deploy D:\projects\td-selection-esb\dist\td-selection-esb-*.war

After deploying successfully it will be inside the repository folder of geronimo.