• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

application supporting both Ext JS and Sencha Touch

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • application supporting both Ext JS and Sencha Touch


  • #2
    Hi Hugo -

    The new login for 3.0 actually does exactly what you are asking. If the client is from a mobile device it redirects to the mobile login and if not a mobile device it redirects to the desktop login. You can find the source at /valence-3.0/html/portal/core/vvlogin.html.

    Additionally, if you wanted to go another route and call a CGI program directly, you can add a new directive in the httpd.conf file for the Valence30 server instance.

    Code:
    ScriptAliasMatch /valence(.*)/yourProgram.pgm/QSYS.LIB/VALENCE30.LIB/yourProgram.PGM
    However, I think you will find the first method to be a better solution.

    Comment

    Working...
    X