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?
Which file to modify?
Reason is that I don't want to mix OOTB jars with added ones since time will make it difficult to know which ones are OOTB and which ones are not.
Thanks for any assistance and best regards!
/Peter