cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

How change the first page in Windchill?

FeofilovIvan
1-Newbie

How change the first page in Windchill?

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!

4 REPLIES 4

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.

Top Tags