We have all our web applications under weblogic server’s application directory divided into subdirectories by group (Dept1Apps, Dept2Apps, Dept3Apps) etc. Within each of these folders are that groups applications each with its own web-inf.
I’m confused about how to set it up so we can edit these apps. Is creating a New J2EE Web Project the way to go about it? In the Web Project Details section is it correct that the Location is the absolute path for the application in Weblogic’s application directory? For the Source folder, Web root folder and Context root URL are all these within Weblogics directory structure as well?
One the Weblogic side our directory structure looks something like this:
C:\bea\user_projects\domains\MyDomain\applications\Dept1Apps\app1, app2, app3, etc.
Thanks!