Good Day,
i am having difficulty in deploying my .war file on my web server... when i deploy my warfile in my pc or any other workstation it deploys fine. but when i deploy it on my server. it only deploys the .war file on the /webapps folder.. there are no folder structure being created.. therefore my site cannot work properly.
ex:
when i deploy my .war file (test.war) on my workstation there will be a folder named:
/webapps/test
created
while on my server it only deploys the test.war on the /webapps folder:
/webapps/test.war
no folders.. is there anything i should do ?
Thanks and i hope for a reply i am way past my deadline any help is well appreciated
i am having difficulty in deploying my .war file on my web server... when i deploy my warfile in my pc or any other workstation it deploys fine. but when i deploy it on my server. it only deploys the .war file on the /webapps folder.. there are no folder structure being created.. therefore my site cannot work properly.
ex:
when i deploy my .war file (test.war) on my workstation there will be a folder named:
/webapps/test
created
while on my server it only deploys the test.war on the /webapps folder:
/webapps/test.war
no folders.. is there anything i should do ?
Thanks and i hope for a reply i am way past my deadline any help is well appreciated
Comment