Problems Deploying a Web Service to Glassfish
I'm having issues publishing a Bottom Up Java bean web service to Glassfish 2.1.
Quote:
HTTP Status 404 -
--------------------------------------------------------------------------------
type Status report
message
descriptionThe requested resource () is not available.
--------------------------------------------------------------------------------
Sun GlassFish Enterprise Server v2.1
is what I end up with every time.
The following is what I see in my console output in Eclipse:
Quote:
Buildfile: C:\Projects\CSC278\.metadata\.plugins\org.eclipse. jst.server.generic.core\serverdef\sunappsrv-ant.xml
replace.module.name.space:
[delete] Deleting: C:\Projects\CSC278\.metadata\.plugins\org.eclipse. jst.server.generic.core\serverdef\fooFile2.propert ies
deploy.j2ee.ear:
resourcesfile.check:
replace.module.name.space:
[delete] Deleting: C:\Projects\CSC278\.metadata\.plugins\org.eclipse. jst.server.generic.core\serverdef\fooFile2.propert ies
tools:
addresources:
[jar] Building jar: C:\Projects\CSC278\.metadata\.plugins\org.eclipse. wst.server.core\tmp1\Integer_CalculatorEAR.ear
replace.module.name.space:
[delete] Deleting: C:\Projects\CSC278\.metadata\.plugins\org.eclipse. jst.server.generic.core\serverdef\fooFile2.propert ies
tools:
deploy:
[exec] Command deploy executed successfully.
deploy-url-message:
[echo] Application Deployed at:
http://localhost:8080/Integer_CalculatorEAR
BUILD SUCCESSFUL
Total time: 10 seconds
What can I show you to possibly tip you off as to what my problem is?