Project

General

Profile

themes on application server (tomcat)

Added by Lukasz Slonina almost 15 years ago

Hi,

I have followed with this tutorial
And now I'm able to run redmine on tomcat and other AS, but I have one question... I want to use other theme than default one, but on tomcat there is one theme to select - default one. Have someone tried to use different theme in AS?

Best regards,
Lukasz


Replies (4)

RE: themes on application server (tomcat) - Added by Jason Messmer almost 15 years ago

what redmine version did you use?

RE: themes on application server (tomcat) - Added by Lukasz Slonina almost 15 years ago

I'm using redmine-0.8.4. I've just make war from my redmine instalation. themes dir is in root of WAR file with some additional themes. But in administration panel there is only one default theme.

RE: themes on application server (tomcat) - Added by lee wai aik over 14 years ago

hi,

i got the following error while trying to run redmine in tomcat 6. appreciate your advice.

uninitialized constant GLoc from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:468:in `const_missing' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:480:in `const_missing' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/config/initializers/30-redmine.rb:1 from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/config/initializers/30-redmine.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/rails-2.1.2/lib/initializer.rb:484:in `load_application_initializers' ... 9 levels... from file:/usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/lib/jruby-rack-0.9.5.jar!/vendor/rack-1.0.0/rack/builder.rb:29:in `instance_eval' from file:/usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/lib/jruby-rack-0.9.5.jar!/vendor/rack-1.0.0/rack/builder.rb:29:in `initialize' from

RE: themes on application server (tomcat) - Added by lee wai aik over 14 years ago

lee wai aik wrote:

hi,

i got the following error while trying to run redmine in tomcat 6. appreciate your advice.

uninitialized constant GLoc from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:468:in `const_missing' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:480:in `const_missing' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/config/initializers/30-redmine.rb:1 from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/config/initializers/30-redmine.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:503:in `load' from /usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/gems/gems/rails-2.1.2/lib/initializer.rb:484:in `load_application_initializers' ... 9 levels... from file:/usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/lib/jruby-rack-0.9.5.jar!/vendor/rack-1.0.0/rack/builder.rb:29:in `instance_eval' from file:/usr/local/apache-tomcat-6.0.16/webapps/project/WEB-INF/lib/jruby-rack-0.9.5.jar!/vendor/rack-1.0.0/rack/builder.rb:29:in `initialize' from

problem resolved.
i missed a step to include folders into WAR..

    (1-4/4)