Hi all, Generally, we make a jar file & place it in jboss\deploy directory. Also, we keep all the remote, home interfaces & bean class files in the web-inf\classes directory. And then we invoke the servlet to access the bean methods. Can anyone tell me whats the use of making a jar file & placing it in a deploy directory ??? I mean whats the use of zipping all interface files & bean class files in a jar when we already kept it in web-inf\classes directory !!!!! Coz, the servlet reads info from the web-inf\classes directory & not from the jar file, then whats the use of making a jar ??? If I don't create a jar file & place all the classes files including home,remote interfaces & bean classes in web-inf\classes directory, will my servlet get invoked correctly ??? My another doubt is, if I place only jar file in jboss\deploy folder & don't keep any home, remote interface or bean class files (except the client servlet) in the web-inf\classes directory, will my client servlet run perfectly ???? In short, what I wanna ask is that r these remote, home & bean classes necessarily be placed in the web-inf\classes directory ?? Thanks & Regards, Prashant ____________________________________________________________ Do You Yahoo!? Send a newsletter, share photos & files, conduct polls, organize chat events. Visit http://in.groups.yahoo.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
