Re: [JBoss-user] (no subject)

2001-07-18 Thread daljeetsingh
Seems like you should have a properties file with a key: dispatcher.forwardException somewhere in your classpath but is not existing. Daljeet Singh ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re[2]: [JBoss-user] auto deploy not working on linux

2001-07-12 Thread daljeetsingh
Hello Now that the DTD in web.xml file problem is fixed. I get ClassNotFoundExceptio n for all the classes that are present in the WEB-INF/classes folder. The same jar file works on the JBoss on NT while it throws ClassNotFoundExcept ion on the linux machine. Daljeet Singh ecExperts India Ph:

Re[2]: [JBoss-user] auto deploy not working on linux

2001-07-12 Thread daljeetsingh
Thanks guys removing the DOCTYPE statement works but can we make it something like the struts library does: [Auto deploy] register('-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN', 'jar:file:/usr/lib/JBoss-2.2.2_Tomcat-3.2.2/tomcat/webapps/abella/WEB-INF/lib/struts.jar!/org/apache/struts

[JBoss-user] auto deploy not working on linux

2001-07-12 Thread daljeetsingh
Hello We have been developing our application on NT machines. Everything worked smoothly till we tried putting the application on a staging server (Linux box - we use JBoss with embedded TOMCAT) On putting our jar file into the deploy directory the JBoss server complains with the following error

Re[2]: [JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hi Yes that's one way to get started. Thanks. But our app is not being staged as of now. Its under pure development environemnt. Sounds painful to create a war file eachtime a developer modifies a class / JSP file. Thanks Daljeet Singh ___ JBoss-user

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

[JBoss-user] Form Based authentication not working

2001-07-03 Thread daljeetsingh
Hello I am using the form based authentication example provided in the examples sub directory of the JBoss-Tomcat installation. The authentication works correctly in tomcat alone but with JBoss I get the following error (stack trace below points to org.jboss.tomcat.security.JBossSecurityMgrRea

[JBoss-user] Form Based authentication not working

2001-07-03 Thread daljeetsingh
Hello I am using the form based authentication example provided in the examples sub directory of the JBoss-Tomcat installation. The authentication works correctly in tomcat alone but with JBoss I get the following error (stack trace below points to org.jboss.tomcat.security.JBossSecurityMgrRea