jboss-group:
i've written a web app 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

Reply via email to