Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1
We tried to run a javascript saved in windchill codebase\wtcore
The jsp and html files are saved in windchill\codebase\wtcore
However, when we enter the url in the server's internet explorer we are getting an error 'The requested url is not found in this server.'
Here are the errors that I faced
The requested url is not found in this server.
Hi @NR_9333782
Thank you for your question.
Your post appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.
Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.
Best regards,
First off, this is a public forum and you do not want to broadcast your internal server address to the world. Second, I would check the file rights on the customizations you put in. Make sure you are using proper change control when pushing out modifications and not just dropping files in the codebase. Instead of putting things directly in wtcore, create a customizations package that isolates your stuff from the rest of Windchill supplied files. There is a good chance that the files are not readable by the webserver. Also make sure you did not get a compile error on your JSP file.
