Java EE Glassfish虚拟服务器DNS更改http://192.168.16.144:8080/MyAppCorporation-war/

时间:2012-07-02 20:22:08

标签: java java-ee glassfish glassfish-3

嘿伙计们,
我正在使用Glassfish V3在Java EE中开发应用程序。 APP的URL类似于localhost:8080/MyAppCorporation-war/,并且不是很直观。我想知道这是否可以更改为更有用和更容易让用户在尝试访问应用程序时记住的内容。例如,像myeasyapp这样的东西。如何实现这一目标?

1 个答案:

答案 0 :(得分:0)

在WEB-INF / sun-web.xml中输入:

<sun-web-app>
    <context-root>/this_is_my_funky_url</context-root>
</sun-web-app>