• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Remove application in netbeans and sun server

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

I have some problem with netbeans 6. I build and deployed an application using netbeans on Sun application server. Now I wanted to remove the deployed application from the Sun server but it keeps deploying the application even though I have removed the project from netbeans. I tried to remove the application from the server by going to the domain/domain1/autodeploy directory but theres no war there.
So what is the proper way to remove the application from the Sun server?

Thanks.
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are few ways to do that.
- Use asadmin to undeploy your application.
- Use GUI admin console to undeploy your application.
- If you use NetBeans 6, Go to Services tab->Servers->Glassfish (or whatever the server that you've registered in NetBeans)->Right Click->Undeploy. Make sure you've already started your application server before doing this procedure.
 
michael yue
Ranch Hand
Posts: 204
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks. The tip really helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic