Peter Wigren wrote:
Hello!
When starting Windchill looking in the logs there are classpaths listed as in below example:
2017-01-19 14:50:43,563 INFO [main] wt.method.server.startup - Class path =
/ptc/Windchill/codebase
/ptc/Windchill/codebase/WEB-INF/lib/jviews-chart-all.jar
/ptc/Windchill/codebase/WEB-INF/lib/archiveServerWeb.jar
/ptc/Windchill/codebase/WEB-INF/lib/prowtWeb.jar
...
Lets say I have a new jar-file that I would like to add but I don't want to put it under any known folder (codebase, WEB-INF/lib etc...) how would I do then?
I don't know of any "not known folders" to use however simply put your jar file in the following 2 "known" folders:
./lib
./codebase/WEB-INF/lib
and restart Windchill. I have done this since Windchill 9.1.