Thanks darranl, 

in my previous question i forgot to add port no(8080) in the second link...
actually the url should be something like this 
http://localhost:8080/sync  and some how i managed in getting it.

what i did is, created an jboss-web.xml file and included it as a part in the 
web-inf folder

the code written in jboss-web.xml file is 
<jboss-web>
  |   <context-root>sync</context-root>
  | </jboss-web>

now if if type http://localhost:8080/sync it calls the SYS war file, 

but the problem is that when i click on login button it says that the servlet 
dosen't exists in the specified location, but i still have the servlet inthe 
specified location...

Thanks in advance


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861868#3861868

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861868


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to