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 context root. Note that it is possible, at least with Tomcat, to configure the container to deploy the AppFuse application as the default (i.e. to the root context).
Mike. On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > 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 application is bein run. why is it like this ? > -- > View this message in context: > http://www.nabble.com/appfuse-vs-other-web-applications-tf4549145s2369.html#a12981728 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
