Jonathan Gershater wrote:
> hi
> I would like to download and run a sample glassfish webservice
> Based on this website,
> https://glassfish-samples.dev.java.net/source/browse/*checkout*/glassfish-samples/ws/javaee5/webservices/hello-jaxws/docs/index.html
>
> there is a lot of config and build to do
>
> Don't you have a webservice example ready to just deploy and run
> inside glassfish without build and config?
No but we can try to include the pre built archives in future.
For the current samples to work you need to make java and ant available
in path and modify build.properties, for ex.
javaee.home=/path/to/application_server_install_root
javaee.server.name=localhost
javaee.server.port=8080
javaee.adminserver.port=4848
javaee.server.username=admin
javaee.server.passwordfile=/home/asadminpass
appserver.instance=server
default.browser=/usr/bin/firefox
Pl. let me know if any thing is confusing and how we can make the config
process simpler.
Thanks for your time.
>
> thanks
>
> Jonathan Gershater
> jgershater_at_layer7tech.com
> Desk: +1 (650) 320 9712
> Cell: +1 (650) 303 1092
>
>
>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish-samples.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish-samples.dev.java.net
>