Where to place clientaccesspolicy.xml in Netbeans Webservice project?

Solution: - put clientaccesspolity. Xml and crossdomain. Xml under /Web Pages* - open Project Properties (click right mouse button on a project root), go to Run, and delete a value of "Context Path.

Solution: - put clientaccesspolity. Xml and crossdomain. Xml under /Web Pages* - open Project Properties (click right mouse button on a project root), go to Run, and delete a value of "Context Path".

Now your WS will be deployed directly under *some_domain* as it is required by SL4 (SL4 is looking for these files under the domain name. ). SL4 will have no problem to access clientaccesspolity.

Xml and crossdomain.xml.

In case anyone doesn't like moving their webservice to "root", and instead prefers to have it in localhost:8080/aDifferentLocation/MyActu..., then placing those XMLs in the project Web Pages folder doesn't cut it. http://localhost:8080/aDifferentLocation/clientaccesspolicy. Xml and http://localhost:8080/aDifferentLocation/crossdomain.

Xml would not work, as they need to be in http://localhost:8080/clientaccesspolicy. Xml and http://localhost:8080/crossdomain. Xml To achieve this, you must track down the folder where your GlassFish server is installed, let's call it GlassFishInstallPATH and paste the XMLs into the subfolder called docroot: GlassFishInstallPATH/domains/domain1/docroot/ Metadata\.

Plugins\org.eclipse.wst.server. Core\tmp0\wtpwebapps\ROOT.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions