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 have installed WC10.2 F000 release, installation was successfully completed and after that, I am running server URL(http://windchill.meeccon.com:99/Windchill) it is showing error like below..
The requested URL /Windchill was not found on this server.
but when i am running http://windchill.mec.com:99
i got message below :-
Please help me and try to solve problem as soon as possible..
Hi,
This means Apache is running but Windchill is not running.
If Windchill should start as services, check if the windchill method server and windchill directory server are running as services. Else check the log files in the windchill env. to check errors on the method server.
What did you use for your web app name?
Check your <Apache>/conf/extra directory.
There should be a file named something like "app-Windchill.conf" where "Windchill" is the web app.
Check inside it for a line like
Alias /Windchill "D:/Ptc/Windchill/codebase"
where D:/Ptc/Windchill is your <WT_HOME> directory.