Skip to main content
1-Visitor
June 2, 2010
Question

How change the first page in Windchill?

  • June 2, 2010
  • 2 replies
  • 1833 views

Hi all.

I want everything to work in such a scenario:

  1. User login to Windchill in browser.
  2. Windcill redirect user on page as example, http://server/Windchill/message.jsp
  3. After user click ok jsp button on page message, he rederect to the page from last session.

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!

2 replies

1-Visitor
September 28, 2015

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

13-Aquamarine
September 28, 2015

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.

18-Opal
September 28, 2015

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)

1-Visitor
September 29, 2015

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.