Skip to main content
1-Visitor
April 13, 2016
Solved

Is it possible to change Welcome to Windchill in Windhcill home page

  • April 13, 2016
  • 8 replies
  • 3779 views

I tried to edit the home page of windchill. Customer need their name instead of Welcome to Windchill.

Is it need any customization or can it possible without customization???

Best answer by BhushanNehe

Thank you for the confirmation. Can you please mark the appropriate answer as correct to help other members.

Regards,

Bhushan

8 replies

18-Opal
April 13, 2016

You can modify or replace the l_ptc_splash.gif file located here: codebase/wtcore/images/bblks/l_ptc_splash.gif

(For Windchill 10.1, I am not sure for other versions of the software.)

Make sure you save your work in a safe folder that will not be overwritten during an upgrade.

kc-21-VisitorAuthor
1-Visitor
April 13, 2016

Hi Marc,

Thanks for your reply. Actually am asking about the Home page " Welcome to Windchill".

But whatever you mentioned that is a background image when loading the home page.

Thanks in advance...

18-Opal
April 13, 2016

For those modifications you might want to visit this discussion: WC Background Colors

Look for this response from Tom:

20160413-132454.png

2-Explorer
April 13, 2016

Welcome page is rendered from \Windchill\codebase\netmarkets\jsp\netmarkets\welcomepage.jsp file.

Regards

Binesh Kumar

kc-21-VisitorAuthor
1-Visitor
April 13, 2016

Hi Binesh,

You are correct. Actually i found that file from that i found welcomeRB.java file. In java file only i have to change.

I installed eclipse juno for customization. I changed in java file and complied it and replace WelcomeRB.class file in \Windchill_10.2\Windchill\codebase\com\ptc\core\ui\.

But its not changing.. Whatever i did that is correct or????.. Am new to customization...

Thanks in advance....

16-Pearl
April 13, 2016

Hi Krishnamoorthy,

I did following and it worked

1. Changed following in WelcomeRB.java

     @RBEntry("Welcome to Windchill (Changed)")

    @RBComment("A title in welcome page")

    public static final String WELCOME_GUIDE_TITLE = "WELCOME_GUIDE_TITLE";

2. Executed following command from windchill shell to get the java file compiled

     tools class -Dclass.includes=com\ptc\core\ui\**

Regards,

Bhushan