Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do glassfish keep war file deployed from web (admin console)?

Tags:

glassfish-3

I am deploying geoserver from web console but I can't find the war. Where do glassfish all those file when deploying from web?

like image 719
kinkajou Avatar asked Sep 19 '12 12:09

kinkajou


People also ask

Where is war file located?

The location for WAR files is the webapps directory within your Tomcat installation directory.


2 Answers

It has been a while since the question was made but maybe this can help someone who is looking for the answer.

I found the deployed WAR files at: glassfish3/glassfish/domains/domain1/applications/__internal

like image 128
Alvaro Avatar answered Oct 29 '22 16:10

Alvaro


As far as I'm concerned, glassfish does not keep the original WAR file. It's "unzipped" to a folder stored in glassfish\domains\domain1\applications. I didn't encounter such situation where WAR files would have been kept by server after deployment. Hope I helped.

like image 42
greenskin Avatar answered Oct 29 '22 18:10

greenskin