I put TickectSystem.war file into D:\Alternate_C_Drive\jboss-5.1.0.GA\server\default\deploy folder.
Then start the Jboss using run.bat file located at D:\Alternate_C_Drive\jboss-5.1.0.GA\bin.
it starts fine.But i can't find any any folder name TickectSystem.
If it was doplyed correctly there should be a folder name TickectSystem in D:\Alternate_C_Drive\jboss-5.1.0.GA\server\default\deploy.
where is the error?
Samanthi perera wrote:I
Then start the Jboss using run.bat file located at D:\Alternate_C_Drive\jboss-5.1.0.GA\bin.
it starts fine.But i can't find any any folder name TickectSystem.
If it was doplyed correctly there should be a folder name TickectSystem in D:\Alternate_C_Drive\jboss-5.1.0.GA\server\default\deploy.
The .war (archive) will be extracted to a tmp folder within the AS. To see whether the application is deployed successfully, you can check the logs on the server console which will show something like:
it is working fine.
anyway i put a war file without a jboss-web.xml file.
it is also working fine.
1)i don't know why?
2)can you tell me where is the place to jboss extract the war files?
Samanthi perera wrote:it is working fine.
anyway i put a war file without a jboss-web.xml file.
it is also working fine.
1)i don't know why?
2)can you tell me where is the place to jboss extract the war files?
1) did you change the name of the war file to something different then what the context is??
2) the file will be extracted to JBOSS/server/default/tmp/deploy - where the name will be like 'tmp<SOME_ID><WAR_NAME>-exp.war'
I change the name of war file to Abc.war.
now i type http://localhost:8080/Abc/ in Explore.
it is working fine.
but still i am unable to fine extracted war file in tem folder.
Samanthi perera wrote:but still i am unable to fine extracted war file in tem folder.
The extracted file should be in JBOSS/server/default/tmp - but maybe it is direct in the default/tmp root inside a folder with the name of some generated ID