[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
stupid me. jboss.home was supposed to be set in build.properties and i did it in build.xml Neways..its working now thanks a lot for your help. I am really thankful to you jay -Vikram View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113845#

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Here's whats going on. In the readme.txt: anonymous wrote : 2. Edit the "build.properties" file and change jboss.home to your |JBoss AS installation directory The default jboss.home property is set to "/Applications/..." and needs to be overwritten using the build.properties file. Try s

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
build/sample.build.properties # Use this properties file to set system specific properties | # -- | # | # Location of JBoss AS and Tomcat | # --- | #jboss.home /Applications/jboss-4.2.1.GA # Default | #

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
build.properties | #See build/sample.build.properties for properties you might want to set | #Wed Dec 12 11:30:23 CST 2007 | qualifier=.CR1 | mavenized=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113835#4113835 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Like I said the problem is most likely that the build.properties file is being read in and its values are used (configured) first - prior to the setting that you made. The first value set is used. What does your build.properties file look like? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I mean in build.xml of seam root directory i made some changes. Now it looks like this:- | | | Even then its not deplying it in jboss deploy folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113830#4113830 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Following line was added by in build.xml in root directory of seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113828#4113828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113828 __

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Ant properties are immutable so that once a property is set it can not be changes. The jboss.home is set in the build.properties file in the root directory of the seam distrobution. Try changing it there instead of overriding the value. -Jay View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
thanks jay i manualy copied the ear to jboss deply directory and its working fine. But why is it creating new folder Applications, and why isnt it deploying the application directly to the jboss deply folder. My build.xml looks like this | | | | | | Thanks for ur reply View t

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
>From the build output the app was deployed to the: anonymous wrote : deploy: | [copy] Copying 1 file to /Applications/jboss-4.2.2.GA/server/default/deploy >From the properties that you listed it does not look like that is the correct >location. I would check that the path is correct.

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
I made some changes in build.xml am i doing the right thing | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113812#4113812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113812 __

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
ant clean deploy | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | clean: |[delete] Deleting directory /home/vikramc/.eclipse/seam/examples/registration/dist |[delete] Deleting directory /home/vikramc/.eclipse/seam/examples/registrati

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you run ant clean deploy The build script output that sent really did not do anything because the build artifacts were up to date. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113806#4113806 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread vikramchhetryy
Hi jbalubas, could you please tell me the directory location where the application is deployed? this is the output when i type ant deploy: | Buildfile: build.xml | Overriding previous definition of reference to emma.classpath | | initcopy: | | initpoms: | [echo] Setting up de

[jboss-user] [JBoss Seam] - Re: HTTP Status 404 - /registration/

2007-12-18 Thread [EMAIL PROTECTED]
Could you include the output of the build? At the end of the build it should show a location for where it deployed the app to. Also if it deployed it to the write location, then did JBoss have any exceptions when deploying it? -Jay View the original post : http://www.jboss.com/index.html?mod