Hi Mark, The LCDS server is a J2EE web application so either putting your .class files in WEB-INF\classes or putting packaged jar files that contain your classes in WEB-INF\lib will work.
Hope that helps. -Alex --- In [email protected], "markflex2007" <markflex2...@...> wrote: > > Hi, > > I want to know how to deploy my java code to LCDS server. > > Do I have to copy *.class files to WEB-INF\classes fold or I have to > copy jar files to WEB-INF\bin folder. > > Please give me a idea.Thanks > > > Mark >

