autodeploy web service java with glassfish server 4.1.1?

Bakke Medina

How can I do to deploy the web service automatically,I have the webService.war file ?I'm working with glassfish 4.1.1 and use a external library postgresql-9.4-1203.jdbc4.jar and I dont know how deploy the .war file thanks.

Raffaele

Not sure what you mean by deploy automatically, however, DeshanR's suggestion is still workable even for 4.1.1. You also have two other options:

You can deploy the war file from the browser by pointing your browser to yourdomain:4848. This will bring you to the glassfish admin console (provided glassfish is up and running and your glassfish is set to use port 4848, which by default it should be). You can then deploy your war file under the applications menu.

If this is a dev environment you can also deploy to your local glassfish from your IDE. This is an example for Eclipse. Connecting your IDE to your local glassfish has the advantage of allowing you to publish changes as you make them.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

ArrayIndexOutOfBoundsException: 1 in web server

From Dev

Web Service deployment into Glassfish error

From Dev

Deploy a Java Web Application on Red Hat Linux Server using GlassFish

From Dev

Publishing to Glassfish 4 at localhost [domain1] has encountered

From Dev

GlassFish 4 web application deployement

From Dev

JAX-RS web service is working on GlassFish Server 4.0 but not working on Tomcat

From Dev

How can i resolve the "HTTP Status 500 - Internal Server Error" in my web service app on glassfish?

From Dev

How do I create a simple JSON Jersey 2.x RESTful web service on Glassfish 4?

From Dev

Deploy Java restful web service to live server

From Dev

what is the web server in glassfish application server?

From Dev

Creating and Running RESTful Web Service on GlassFish

From Dev

Subscrition Service with ical4j on GlassFish

From Dev

Subscrition Service with ical4j on GlassFish

From Dev

Hosting restful web service in java on a real web server?

From Dev

How to stop Glassfish server on Mac when developing Java EE web application when using Netbeans and Mac?

From Dev

Glassfish Server start-domain domain1 won't start

From Dev

can i Use glassfish 4 as Production server

From Dev

Glassfish Server 4 post too large error

From Dev

MySQL and JSP Database connectivity with Glassfish server 4

From Dev

MySQL and JSP Database connectivity with Glassfish server 4

From Dev

Server callback happen 4 times instead of 1

From Dev

Server callback happen 4 times instead of 1

From Dev

Deploy java ee web application to glassfish

From Dev

How to test a web service with up to 1 million users?

From Dev

Yii1 - Cookie for website inside web service

From Dev

Get a jdbc resource from a glassfish server in Java

From Dev

Deploying Java SE6 stand alone web service on a server

From Dev

Web service using php soap server and java client

From Dev

Neo4J java driver - org.neo4j.driver.v1.exceptions.UntrustedServerException: Server provides no product identifier

Related Related

  1. 1

    ArrayIndexOutOfBoundsException: 1 in web server

  2. 2

    Web Service deployment into Glassfish error

  3. 3

    Deploy a Java Web Application on Red Hat Linux Server using GlassFish

  4. 4

    Publishing to Glassfish 4 at localhost [domain1] has encountered

  5. 5

    GlassFish 4 web application deployement

  6. 6

    JAX-RS web service is working on GlassFish Server 4.0 but not working on Tomcat

  7. 7

    How can i resolve the "HTTP Status 500 - Internal Server Error" in my web service app on glassfish?

  8. 8

    How do I create a simple JSON Jersey 2.x RESTful web service on Glassfish 4?

  9. 9

    Deploy Java restful web service to live server

  10. 10

    what is the web server in glassfish application server?

  11. 11

    Creating and Running RESTful Web Service on GlassFish

  12. 12

    Subscrition Service with ical4j on GlassFish

  13. 13

    Subscrition Service with ical4j on GlassFish

  14. 14

    Hosting restful web service in java on a real web server?

  15. 15

    How to stop Glassfish server on Mac when developing Java EE web application when using Netbeans and Mac?

  16. 16

    Glassfish Server start-domain domain1 won't start

  17. 17

    can i Use glassfish 4 as Production server

  18. 18

    Glassfish Server 4 post too large error

  19. 19

    MySQL and JSP Database connectivity with Glassfish server 4

  20. 20

    MySQL and JSP Database connectivity with Glassfish server 4

  21. 21

    Server callback happen 4 times instead of 1

  22. 22

    Server callback happen 4 times instead of 1

  23. 23

    Deploy java ee web application to glassfish

  24. 24

    How to test a web service with up to 1 million users?

  25. 25

    Yii1 - Cookie for website inside web service

  26. 26

    Get a jdbc resource from a glassfish server in Java

  27. 27

    Deploying Java SE6 stand alone web service on a server

  28. 28

    Web service using php soap server and java client

  29. 29

    Neo4J java driver - org.neo4j.driver.v1.exceptions.UntrustedServerException: Server provides no product identifier

HotTag

Archive