Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Nathan Anderson
is not an option I think you may need more time. Nathan - Original Message - From: "meisam4910" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Monday, October 1, 2007 12:42:41 PM (GMT-0800) America/Los_Angeles Subject: Re: [appfuse-user] appfuse vs other web

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
this may be offtopic but i need to share it, because im stuck here. im going to create and build a document management system(i know there are open source ones), i need to build my own project. if i learn the concept of j2ee, struts, and appuse, do u think i can finish building an application like

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > so all together we can say: > > Maven builds and creates the war file. > the war file is deployed into tomcat using the plugin. > thank you i understood fully, and the other thing in my mind is: inside > the > directory of the created appfuse p

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
so all together we can say: Maven builds and creates the war file. the war file is deployed into tomcat using the plugin. thank you i understood fully, and the other thing in my mind is: inside the directory of the created appfuse project we have: .setting dir Src dir target dir pom.xml ->wh

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > you know what part exactly I dun get and dun understand ? see ... > i was deploying the basic struts application using eclipse, but my tomcat > container was started, the after running jetty the build gave me ERROR, > address is in use, i unde

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
you know what part exactly I dun get and dun understand ? see ... i was deploying the basic struts application using eclipse, but my tomcat container was started, the after running jetty the build gave me ERROR, address is in use, i understood that i need to shut down the tomcat, when i shut it do

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > thank you but in which file the context root has been defined ? This varies according to the web container you are using. What is it that you would like to achieve, and which web container do you want to use to achieve it? Mike Mike Horwit

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
thank you but in which file the context root has been defined ? Mike Horwitz wrote: > > It all depends on how the web container deploys the application war file. > In > Jetty the AppFuse project is deployed as the default web application (so > you > can access it from the context root /). In o

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
It all depends on how the web container deploys the application war file. In Jetty the AppFuse project is deployed as the default web application (so you can access it from the context root /). In other containers the default is to deploy the AppFuse war file using the application name as the conte

[appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
I dun understand when appfuse runs by jetty, why the http://localhost:8080/ shows the created project ? but in other web application the http://localhost:8080/ shows the apache tomcat home page first then we have write the name of the application right after the 8080 port then only we can see the