[jboss-user] [JBoss Seam] - Re: examples didn't work
alex_enache
do-not-reply at jboss.com
Sun Jul 29 06:41:52 EDT 2007
"guiltyxsin" wrote : Really??
|
| Hmm...ok here is what happens when I type 'ant deploy' within the booking example directory
|
| [img]http://farm2.static.flickr.com/1311/806595456_82608f8623.jpg?v=0[/img]
|
| Is there any problem there? because it says Build successful so I thought there's no problem on deployment part.
In this picture, you can see that the deployment is done in the directory:
C:\jboss-seam\examples\booking\jboss-4.0.2.GA\server\default\deploy
This means that either you have installed JBoss AS there, or maybe there is a mistake of some sort. I suggest installing JBoss AS under C:\
"ntsankov" wrote : ok, look at build.properties I guess
| there you should have the property to point to your jboss installation
As ntsankov sais, after installing JBoss, you need to configure seam to refer to it. So you need to look the build.properties file in the jboss-seam directory and edit it. For example, I have:
C:\jboss (the AS)
C:\jboss-seam (the Seam)
In this case, I first installed the JBoss AS to C:\jboss, then Seam to C:\jboss-seam. And them, I edited the file C:\jboss-seam\build.properties to have:
tomcat.home = C:\\Tomcat-5.5
jboss.home = C:\\jboss
(the tomcat.home part doesn't matter in your case).
Hope this helps. In any case, you can visit this link for any additional infos,links.
http://labs.jboss.com/jbossseam/gettingstarted
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068525#4068525
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068525
More information about the jboss-user
mailing list