I don’t know much about JSP or Java web application and I have to make some front end changes to a website written in JSP. The first step is to run the site on my local machine. I have copied the whole folder from the repo which contains the WEB-INF folder and all the config files.
How do I get it running on my WebLogic Server ?
Follow following steps:
http://localhost:port/consoleChange Centersection of the console, click theLock and Editbutton to open the server instance for changesDomain Structure > DeploymentsSummary of Deployments. Click onInstallbutton.upload your file(s). Browse to the location on your file system where the.warfile was saved. Click the radio button next to the .war file and clickNext.Install this deployment as an applicationis selected. ClickNext.Nextagain to accept the defaults in this next pane, then clickFinish.Savebutton. If everything went ok, you will see a message in green that saysSettings updated successfully.Activate Changesbutton. The application has been ‘prepared’, but not yet deployed at this point.Domain Structure > Deploymentsagain.Startbutton. SelectServicing all requests. ClickYesto continue.Active, you have successfully deployed your Web application to Weblogic.