GridSphere Tomcat

From BeSTGRID

Jump to: navigation, search

Back

[edit] GridSphere portal in Tomcat environment

Here you can find some tips and suggestions to solve problems during installation and running GridSphere portal in Tomcat environment

[edit] Authantication modules priority

The less number in "Configure authentication modules" gridportlet the higher priority.

[edit] Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.

Mds2 Example
Mds2 Example

This solution also allows to see graphical representation of Mds2 resources.

Add a line in the beginning of $CATALINA_HOME/bin/catalina.sh startup script:

CATALINA_OPTS="-Djava.awt.headless=true"

Back