-
Notifications
You must be signed in to change notification settings - Fork 0
Edit configurations in Intellij
Manal Jain edited this page Jun 20, 2023
·
1 revision
Go to the file, invalidate caches, check all the checkboxes and invalidate caches
Make sure intellij can access tomcat folder by typing following command in terminal :
sudo chmod -R 777 /opt/tomcat
Now add configuration for tomcat in Intellij :
- In the above drop down, go to edit configurations (Top right of screen).
- Go to add configuration by clicking on + button on top left of screen and add tomcat local server.
- Name it anything eg. Jaltantra
- Now go to configure in the application server section.
- For tomcat home select /opt/tomcat as indicated in below image
- For tomcat base select /opt/tomcat as indicated in below image
- Now in url section write : localhost:8090/jaltantra_loop
- In port section write 8090, Tomcat runs on 8080, so pick any other valid port.
- Now in the Before Launch section click on +, select build artifacts and select Jaltantra(refer to below image).
- Click on ok and go to edit configuration again and select JalTantra.
1)
- Go to Deployment section, click on + button and select Jaltantra.
- In application context tab write : /jaltantra_loop. (Refer to below images)
- Home
- Prerequisite for JalTantra System Looped
- Install Tomcat Web Server
- Clone GitRepo
- Install IntelliJ
- Setup Miniconda environment (for python scripts)
- Install PyCharm
- Install AMPL
- Install GAMS Along with the License
- Deployment Guidelines
- Solver Experimentation Guideline
- Production Guidelines
- Sample excel Input files
- Private doc link