java - Deploying NetBeans JAXWS on CloudBees -
i have created jaxws
in netbeans
, works fine on local glassfish server. need deploy on cloudbees
. used clickstart
, uploaded war file netbeans had created
. however, doesn't seem work same default "your glassfish server running" page. can't seem follow instructions given there, nor can find tutorial.
can please outline procedure or provide links tutorial ?
could please verify inserted in $war_home/web-inf
file glassfish-web.xml
(next web.xml
) with:
<?xml version="1.0" encoding="utf-8"?> <!doctype glassfish-web-app public "-//glassfish.org//dtd glassfish application server 3.1 servlet 3.0//en" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd"> <glassfish-web-app> <context-root>/</context-root> ... </glassfish-web-app>
if forgot glassfish-web.xml
, application deployed under /app
context.
al details should available on our documentation page https://developer.cloudbees.com/bin/view/run/glassfish3.
if missing or not clear, please tell us.
cyrille
Comments
Post a Comment