How do i deploy web service on wildfly 10? - jboss

I cannot deploy web service on wildfly 10, but can on wildfly 12. Please tell me what's wrong.
Error show like this:
Cannot upload deployment: Unable to parse response with content-type text/html
So, I used jdk 1.8
Thank in advance.

Related

how to set http version to 1.1 only in wildfly server?

A Issue raised to change HTTP version 1.1 only in web server configuration.
I am using wildfly 10 as my server.
I have tried using connector varible but it is not allowed in wildfly 10 so help me out with this.
In undertow subsystem configuration you should add require-host-http11="true" to your http/http-listener.
for more configuration options see https://wildscribe.github.io/WildFly/13.0/subsystem/undertow/server/http-listener/index.html#attr-require-host-http11

Is Liferay 7.0 EE compatible with Weblogic 10.3.6?

I am trying to deploy Liferay 7 locally on my Weblogic server, but receiving Forbidden 403 error when accessing URL at http://localhost:7004/liferay_7
Error 403--Forbidden
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
I have tried Liferay 6.1 CE on my weblogic server by following the guide below, and everything worked fine.
https://dev.liferay.com/discover/portal/-/knowledge_base/6-1/installing-liferay-on-oracle-weblogic-10-3?notice=1
But I could only find a guide on Liferay 7 with weblogic 12c in which the instructions are very different. I suspect it is a configuration issue, but I'm at the end of my wits to figure out what is exactly wrong.
I appreciate all your suggestions. Thank you in advance.
According to the Compatibility Matrix, Liferay DXP (there is no 7 EE) is limited to Weblogic 12 indeed. This is a good assumption for Liferay 7 CE as well.

Application changes are not reflecting after deployment in Wildfly 8.2 App Server

We are using Wildfly 8.2.0 Server and sometimes the hot deployment doesn't work, it says EAR/WAR module has been deployed but changes are not reflecting until we restart our Application Server. Please let me know if anyone has faced this issue and how to resolve this. Thanks.

Issue with deploying GWT to Cloudfoundry

I am trying to get a a basic GWT App working in cloudfoundry.
The issue is From Eclipse,its all good.and it says deployed and started.
When I got to URL,error is: VCAP ROUTER: 404 - DESTINATION NOT FOUND.
Also,From Eclipse,Its Ok except usage screen looks suspicious.
Screenshot:
I used right click on module descriptor *.gwt.xml and deploy for creating war.
and deployed on tomcat 7 as described here:
tomcat 7 on cloudfoundry
and it worked nice.
you can use above steps for deploying gwt on cloudfoundry.com

Oracle 10g - JAXB unmarshalling is not working as expected

We're using Oracle 10g application server and deployed the Web service and trying to deploy the web service client. Server is working fine i.e.; marshalling is working fine. We're getting the output from the service properly but the search client is not unmarshalling (parsing) the response received. We're using all the tags under same name space so there is no name space problem. Different collections would exists in the XSD. Has anyone faced similar kind of issue? Is there any solution for this?
Thanks
Santhosh
Well... the issue was due to the library which was not running as expected in Java 1.5. We've developed the web service client with JAX-WS 2.2 which was running properly when running with Netbeans IDE 6.8 but not on the standalone server. We've downgraded the Netbeans and modified the libraries to JAX-WS 2.1. It worked...
Good to know. JAX-WS 2.2 is not compatible with Java 1.5