the webserver at 8083 is for serving java classes via http, not for your
servlets.  I haven't used it but I think Tomcat is normally at 8080.

david jencks

On 2001.07.09 23:37:35 -0400 L. Yeung wrote:
> jboss-group:
> i've written an ejb and war file, wrapped it in an ear
> file and deployed it under
> jboss-2.2.2_tomcat-3.2.2\jboss\deploy directory and
> jboss didnt complain any errors on my log file. I
> typed http://localhost:8083/glay010 on my browser and
> it said "connection refused". i've checked my
> server.log and it said "Port set to 8083 in
> DefaultDomain:service=Webserver".
> 
> my application.xml:
> --------------------------
> <?xml version="1.0"?>
> <!DOCTYPE application PUBLIC "-//Sun Microsystems,
> Inc.//DTD J2EE Application 1.2//EN"
> "http://java.sun.com/j2ee/dtds/application_1_2.dtd";>
> 
> <application>
>   <display-name>MyApp</display-name>
>     <module>
>       <ejb>glayejb.jar</ejb>
>     </module> 
>     <module>
>       <web>
>         <web-uri>glayweb.war</web-uri>
>         <context-root>/glay010</context-root>
>       </web>
>     </module>
> </application>
> --------------------------
> whats wrong??? any help is appreciated.
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to