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

后端 未结 4 1837
梦谈多话
梦谈多话 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:42

    you can see path of application where it was deployed through glashfish admin console

    eg.

    http://localhost:4848/
    

    or

    http://yourhost_name:4848/
    

    Common Tasks -> Applications -> you_application -> general -> Location:

提交回复
热议问题