[JBoss-user] [Installation & Configuration] - Re: data, log, tmp directories and -Djboss.server.home.url

2004-06-10 Thread brasse
OK. I have now done some more investigation and looked at some of the source code for jboss (ServerConfigImpl.java). What I have come up with is this: | * When I set only jboss.server.home.dir the data, log and tmp directories end up where I want them to. But jboss seems to look for my jboss-

[JBoss-user] [Installation & Configuration] - data, log, tmp directories and -Djboss.server.home.url

2004-06-09 Thread brasse
Hello! I am trying to get jboss to use the server configuration in the directory that I specify by setting the system property jboss.server.home.url. The server start fine when I do this and everything seems as it should be at first glance. But! The data, log and tmp directories does not end up

[JBoss-user] [HTTPD, Servlets & JSP] - Re: appBase attribute in Host tag

2004-06-09 Thread brasse
Ops. I messed up a bit in my previous comment. Here is what it should have looked like: I have a bunch of sites currently running on tomcat. Now I want them to be able to run on either tomcat or jboss. I am currently writing setup and start scripts that will allow this. The sites have many thing

[JBoss-user] [HTTPD, Servlets & JSP] - Re: appBase attribute in Host tag

2004-06-09 Thread brasse
I have a bunch of sites currently running on tomcat. Now I want them to be able to run on either tomcat or jboss. I am currently writing setup and start scripts that will allow this. The sites have many things in common, one of them is a directory called [tt]webapps[/tt] View the original post

[JBoss-user] [HTTPD, Servlets & JSP] - appBase attribute in Host tag

2004-06-08 Thread brasse
Hello! Does jboss support the appBase attribute in the Host tag when using the embeded tomcat in jboss version 3.2.3? I have tried to change this attribute but jboss seems to ignore it, the appBase always end up being jboss/server/xxx/deploy. Is there anyway to change this beheiviour? Thanks i

[JBoss-user] [HTTPD, Servlets & JSP] - Re: document root

2004-06-07 Thread brasse
OK. I have done some more investigation. If I rename my ROOT directory to ROOT.war and have the jboss-web.xml file in the WEB-INF directory I can access foo.jsp with something like http://localhost/foo.jsp. Is there any way that I don't have to name my directory ROOT.war or any other name not h

[JBoss-user] [HTTPD, Servlets & JSP] - Re: document root, Host-tag

2004-06-04 Thread brasse
I put a file called jboss-web.xml in ROOT/WEB-INF. This is what that file looked like: | | | / | | This did not work however. I still get the error messages I described earlier. Did I put the file in the correct WEB-INF directory? :.:: mattias View the original post : http://www

[JBoss-user] [HTTPD, Servlets & JSP] - document root, Host-tag

2004-06-03 Thread brasse
Hello! I am trying to move a site that has been run using tomcat4 and make it run using jboss-3.2.3. The site has a (very) basic layout as follows: webapps/ROOT/foo.jsp In my old server.xml I had set the appBase attribute in the Host tag to webapps. And when I pointed my server to localhost/fo

[JBoss-user] [Installation & Configuration] - Re: Startup arguments and system properties

2004-05-13 Thread brasse
Actually, now that I think about it, the only things I can't find documentation on is the system properties. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834779#3834779 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Installation & Configuration] - Startup arguments and system properties

2004-05-13 Thread brasse
Hello! I want to ask you guys where I can find some documentation on what startup arguments I can give JBoss (such as -c server_conf)? There should also be some documenation on what system properties that JBoss understands. I have bought the documentation (yesterday) but I couldn't find an appr