-
1. Re: Install JBOSS 4.2.2 - HELP
peterj Jul 4, 2008 3:02 PM (in response to nelsonrp24)You downloaded the source, not the binary. Download the jboss-4.2.2.GA.zip file instead.
Installation is easy: unzip the zip file (it is best if you do NOT place it in a path with spaces, such as Program Files on Windows)
Then make sure JAVA_HOME environment variable is set to the directory where you installed a JDK.
Then go to the jboss_home/bin directory and execute the run script (run.bat or run.sh - on Linux you will have to first grant run.sh execute privileges) -
2. Re: Install JBOSS 4.2.2 - HELP
nelsonrp24 Jul 7, 2008 11:22 AM (in response to nelsonrp24)Hi Peter,
Thanks for you answer. Jboss now run, I Open http://localhost:8080 without problem.
Now, i need change the port 8080 to 80, Make Deploy, Connect to Oracle Data base. If you have any information about this topic, please give me it.
Best Regards -
3. Re: Install JBOSS 4.2.2 - HELP
peterj Jul 7, 2008 11:41 AM (in response to nelsonrp24)Using port 80: http://wiki.jboss.org/wiki/JBossOnPort80
Configuring database connections: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Connectors_on_JBoss-Configuring_JDBC_DataSources.html
Deploying apps: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Deployment.html -
4. Re: Install JBOSS 4.2.2 - HELP
nelsonrp24 Jul 8, 2008 10:45 AM (in response to nelsonrp24)Peter, Thanks very Much for you answer,
I'm Looking information in link "http://wiki.jboss.org/wiki/JBossOnPort80" but don't exist the directory "jbossweb-tomcat50.sar" in "jboss:\server\default\deploy", is It bat that?, I See two files server.xml: jboss-4.2.2.GA/server/all/deploy/jboss-web.deployer/server.xml and jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/server.xml, I did changes over those. The server running ok, but only when i open the page in the same machine, when i try open the page "http://ip_server_jboos", don't work in other pc.
I check iptables and both ports is open, port 80 and port 8080.-
PD: I work with CentOS release 5.2, JBoss 4.2.2
Thanks.- -
5. Re: Install JBOSS 4.2.2 - HELP
peterj Jul 8, 2008 12:37 PM (in response to nelsonrp24)Yes, jbossweb-tomcatxx.sar in 4.0.x became jboss-web.deployer in 4.2.2, so you changed the correct file.
Regarding the url "http://ip_server_jboos", please read the readme.html file, first bullet under Configuration Issues > JBossAS 4.2.0.GA. Or read http://wiki.jboss.org/wiki/JBoss42FAQ