1 Reply Latest reply on Mar 10, 2006 1:11 PM by vk101

    What to add to minimal configuration to get it working?

      I have a server with only 64 MB of RAM, and another 128 MB of swap space I believe. Running the JBoss default configuration doesn't work, but the minimal configuration does. However, I don't know what to do to the minimal configuration to get it to display pages that I add to the deploy directory.

      This is what I do: In the minimal/deploy directory, I add a directory called "hey". Under that, I add an html file called index.html. Then I run the minimal configuration, enter the site address into my browser: http://myhost:myport/hey/index.html, and nothing happens.

      Am I totally skipping some important steps?

      Thanks.

        • 1. Re: What to add to minimal configuration to get it working?

          I've done a bunch of reading on this and think that I must add something to both the /conf and /deploy directories, but I honestly don't know what.

          I just want to be able to get a minimal configuration working that can let me play around with WARs and Servlets/JSPs.

          Please, if you know what I can do, help me out...I won't be able to move forward in my JBoss learning until I get this.

          Thanks.