Where does glassfish save your class/project after deployment on Windows?

后端 未结 4 1818
梦谈多话
梦谈多话 2021-02-14 04:29

I am using Glassfish3.1 on Windows XP. After deploy a web service project using Netbeans, it works fine. But when i go to

install-path\\glassfish-3.1\\glassfish\         


        
4条回答
  •  旧巷少年郎
    2021-02-14 04:37

    The location of your deployed project is dependent on the IDE you use. To detect the location. Do the following:

    1. Launch your Glassfish or Payara server from this location: http://localhost:4848 or any other location of your configuration for glassfish or payara server.

    2. Location the sidebar "Common Tasks"

    3. Click on Applications. List of deployed application will drop down

    4. Select you application from the list. Information about your app will display on the right hand side. Check for the Label "Location". e.g : Location:

    file:/C:/Users/Abode/Documents/NetBeansProjects/ImageJavapoint/build/web/

    Then you will find where your app is being deployed.

提交回复
热议问题