Guys, finally, it deployed.

Tom, this is for you, great thanks, I resolved the last exception. All you
need to do is place javac.jar into tomcat/lib directory.

Here is what needs to be done:

1. grab the latest JBOSS source (including contrib-cvs)

2. add modifications posted by Tom Coleman and compile it.

3. recompile contrib/tomcat to get latest tomcat-service.jar. You would
need to modify one file, i.e. org/jboss/tomcat/security/JbossRealm.java,
change the import section to import the correct files (put the following
lines:
import org.jboss.security.SecurityAssociation;
import org.jboss.security.SimplePrincipal;

(change from org.jboss.system to org.jboss.security)

4. add javac.jar (you can find it in contrib/tomcat/lib) to the tomcat/lib
directory

5. add the jboss-web.xml into petstore.war into WEB-INF directory

6. populate your database

7. start JBoss.

I've used InstantDB. I can package my modifications to the database
population tools from the petstore that I used to populate the
InstantDB. Who do I send this to?

-------------------------------------------------------------------------
Anatoly Akkerman
Computer Science Dept.
Courant Institute of Mathematical Sciences, NYU
719 Broadway, #715                      Tel: 212 998-3525
New York, NY 10003                      Fax: 212 995-4123
-------------------------------------------------------------------------





--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to