Hi,
Iam a novice in WebLogic.
I created a simple web application in an exploded format
in this folder
C:\bea\user_projects\domains\mydomain\applications\myapp
myapp folder has index.html which says hello and it also has WEB-INF folder with web.xml file in it
I tried to package this application into a war file so that I can deploy it on the managed servers.
When I gave this command
C:\jar cvf myapp.war -C C:\bea\user_projects\domains\mydomain\applications\myapp *.*
This message is output in the DOS box
C:\bea\user_projects\domains\mydomain\applications\myapp\Application Data : no such file or directory
Please help
Iam a novice in WebLogic.
I created a simple web application in an exploded format
in this folder
C:\bea\user_projects\domains\mydomain\applications\myapp
myapp folder has index.html which says hello and it also has WEB-INF folder with web.xml file in it
I tried to package this application into a war file so that I can deploy it on the managed servers.
When I gave this command
C:\jar cvf myapp.war -C C:\bea\user_projects\domains\mydomain\applications\myapp *.*
This message is output in the DOS box
C:\bea\user_projects\domains\mydomain\applications\myapp\Application Data : no such file or directory
Please help