Modifications to RT are not reflected

Hi!!

I’ve made some changes to
/opt/rt/share/html/Elements/Login

To be more specific… I’ve added these lines:

Ok, lets take a look at all the environment

variables
% foreach $key (sort keys(%ARGS)) {
% print “$key = $ARGS{$key}

”;
% }

and made some changes to the HTML form:

Please click here to login.

This is because the authentication will be from a
different web application, which will redirect it back
to RT.

However, if I stop apache and restart it, the changes
are not picked up. I remember doing some changes a few
weeks back and the changes were picked up, but now, it
simply refuses to pickup the changes. Is there
something else that needs to be done?

Thank you for the help!!

Warmest Regards,
JP.

Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

rm -rf /opt/rt3/var/mason_data/*

and then restart.On Mon, Dec 12, 2005 at 12:44:11PM -0800, JP Chilumula wrote:

Hi!!

I’ve made some changes to
/opt/rt/share/html/Elements/Login

To be more specific… I’ve added these lines:

Ok, lets take a look at all the environment

variables
% foreach $key (sort keys(%ARGS)) {
% print “$key = $ARGS{$key}

”;
% }

and made some changes to the HTML form:

Please click here to login.

This is because the authentication will be from a
different web application, which will redirect it back
to RT.

However, if I stop apache and restart it, the changes
are not picked up. I remember doing some changes a few
weeks back and the changes were picked up, but now, it
simply refuses to pickup the changes. Is there
something else that needs to be done?

Thank you for the help!!

Warmest Regards,
JP.


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Download a free sample chapter of RT Essentials from O’Reilly Media at http://rtbook.bestpractical.com

WE’RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and
San Francisco - Find out more at http://bestpractical.com/services/training.html

At Monday 12/12/2005 03:44 PM, JP Chilumula wrote:

Hi!!

I’ve made some changes to
/opt/rt/share/html/Elements/Login

You should be changing /opt/rt/local/html/Elements/Login - perhaps you have
a copy in there from a previous change?

Steve