jboss-group:
i've written a web app and deployed it under
jboss-2.2.2_tomcat-3.2.2\jboss\deploy directory and
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:
--------------------------
<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