The JAVA_HOME is incorrect. It should be c:\program files\java\jdk1.6.0_07
P.S: I would also recommend that you move the Java installation outside the program files folder. There have been many weird issues when you have Java installed in a folder which has a space in its pathname.
Thank you . JBoss AS works but I want to try the seam examples by using JBoss the same version I mentioned in my post. How shall I proceed ?.
thanking you
Gurpreet Saini
Ranch Hand
Joined: Jun 09, 2002
Posts: 295
posted
0
hello there,
I had started JBOss AS and ANT_HOME properties are all set and when I type ant deploy in seam examples it actually compiles and works but when I point by browser to http://localhost:8080/seam-registration/ it gives me an HTTP 404 problem.
When you ran "ant deploy", did you notice any output in the JBossAS console? There should be a lot of output as JBossAS deploys the application. You should also ensure that the app was actually copied to the server/default/deploy directory. (I do hope you are running the "default" configuration because that is where Seam places its apps - a horrible practice but there it is.)