1 Reply Latest reply on Sep 24, 2002 1:37 PM by jules

    jsp application is not working with run -c all configuration

    srshende

      Hello,
      I have created a .war directory for jsp. Below is my directory structure:

      jboss_home\server\default\deploy\client.war
      In client.war I have following sub directories:

      clien.war
      |- jsp (all the jsp here)
      |- Meta-inf(application.xml file here)
      |- Web-inf (web.xml and classes dir for servlet)

      I start my jboss with default configuration and all the things work fine.

      now I creat same directory structure in
      jboss_home\server\all\deploy and start jboss with
      run -c all
      and run my application as:
      http://localhost:8080/client/jsp/

      I get no page can not be displayed error ........
      Can any one let me know why is it so... because the same things work with default configuration.

      Thanks & Regards
      Sanjay