5. Validate the Installation
- Open Up Patricia
- On the "Web" Tab you should see an entry named "PAVIS"
- Click this and you should see something like this:
- If this fails, it is very likely that your Internet Explorer does not allow Javascript .
6. Make the application start after a reboot
Se- Create a new Task in Windows Task Scheduler
- Set the parameters according to your local environment
replace the path to java.exe with your own version
also make sure that the arguments is replaced with your local path and file equivalent:
"-jar C:\PAVIS\pavis-rest-0.0.20.jar"
and that the "Start in" does the same
7. troubleshooting Java processes
in case the interface jar is already running as a background process and you do not know which of the java processes it is
but you have to shut it down here is a way:
go to CMD
Code Block | ||||
---|---|---|---|---|
| ||||
netstat -on |
in order to find the process id that answers on port 8081
then
Code Block | ||||
---|---|---|---|---|
| ||||
taskkill \PID <processid> |
where processid is the number you found in the first step.
Zugehörige Seiten
Content by Label | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|