• 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

How to undeploy a project in netbeans

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

I need to undeploy a project in netbeans.when i right click the project, I found undeploy and deploy. But how can i only undeploy the project.

Please assist me to do this.

Thanks
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just figured this out.

Within the services tab you can access Glassfish. This is the server where you can undeploy.

First I deployed the Application in the Projects tab. I needed to start the server.
Then I was able to access the Admin Console.
In the Sevices tab you can right-click and choose to
Undeploy different parts of the application.
 
Ranch Hand
Posts: 105
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Preethi,


In your project use Tomcat server,

1. Just click Service in netbeans -> open Tomcat - Right click the project - Choose undeploy option

In your project use glassfish server

1. Just click Service in netbeans -> open GlassFisf - Right click the project - Choose undeploy option



 
Marshal
Posts: 79707
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch , Joe Coggins. We may take a long time, but we get there in the end
 
Ranch Hand
Posts: 318
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Eswar Nec wrote:Hi Preethi,


In your project use Tomcat server,

1. Just click Service in netbeans -> open Tomcat - Right click the project - Choose undeploy option

In your project use glassfish server

1. Just click Service in netbeans -> open GlassFisf - Right click the project - Choose undeploy option




 
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic