Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi all.
I want everything to work in such a scenario:
Message was extracted from windchill database via java API, from forum topic object.
How I can change first page on http://server/Windchill/message.jsp?
THANKS!
Hi Ivan,
Can you share any idea on the same. I am in need for a similar requirement on achiveing non-default WC login page post un/pwd entry.
Regards,
Sriram
When a user navigates to http://<server>/Windchill, the <Windchill>/codebase/index.html page is accessed. This page then redirects to the /Windchill/servlet/WindchillGW servlet. You could try editing the index.html page to redirect to your custom login page, and then from there re-direct to /Windchill/servlet/WindchillGW.
Couldn't you just create a landing page that starts before Windchill? Then create a shortcut for everyone to use that directs them to the landing page. The landing page would have a link to the actual Windchill URL.
Shortcut pointing to: http://mycompany.com/landingpage.html
Landing Page (landingpage.html) contains:
message.jsp
Windchill Link (http://<server>/Windchill)
The idea of using landing page wont be apt in my case as I need specific user-group to see the customised first page post prompt of WC Credentials.
Whereas remaining users should see the way how ootb works. So the consideration here is that for the user-group the page they see must be a customised xyz.jsp.