java - Deploy a .net web service to Jboss server -
i trying figure out how deploy webservice project running jboss server. seems lot harder sounds. can not find tutorials or guides on how this.
i have tried deploy whole web service application project .rar file via administrator console gives "unknown error". able run webservice on developer webserver.
is there best practice or other lean way deploy webservice directly in visual studio?
i've tried publish project through visual studio wizard says localhost:8080 jboss application server running on, says doesnt exists.
any suggestions on how this?
jboss can run applications compiled jvm bytecode. .net application using clr runtime, not jvm.
Comments
Post a Comment