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

2001-07-17 Thread ALex Loubyansky
=== ALex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Amrit Bongale Sent: Wednesday, July 18, 2001 7:47 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] auto deploy not working on linux Hello We are developing our application on NT and hosting it on Linux. Fi

[JBoss-user] auto deploy not working on linux

2001-07-17 Thread Amrit Bongale
Hello We are developing our application on NT and hosting it on Linux. First there was problem with dtd declaration in web.xml when I removed the dtd line then following exception occured. org.jboss.ejb.DeploymentException: expected one ejb-ref-name tag at org.jboss.metadara.MetaData.getUniqueC

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

2001-07-12 Thread Graham . Forte
error before you take my advice, but like I said that took care of my problem. -Original Message- From: daljeetsingh [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: Re[2]: [JBoss-user] auto deploy not working on linux Hello Now that the DTD in

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

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

2001-07-12 Thread Maraya Michael
Burkhard Vogel[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, July 12, 2001 10:27 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] auto deploy not working on linux > > Hi, > I'm guessing that this (again) is related to t

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

2001-07-12 Thread Graham . Forte
: Thursday, July 12, 2001 9:27 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] auto deploy not working on linux Hi, I'm guessing that this (again) is related to the doctype line in web.xml... For a start, just delete this line. Report what happens... Burkhard - Original Message -

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

2001-07-12 Thread RRokytskyy
probably your Linux box does not allow connection to sun.com, the place where DTDs are located. Either allow HTTP connection there, or place DTDs in file system and change the DTD URLs in the .xml files. Roman. ___ JBoss-user mailing list [EMAIL PROTEC

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

2001-07-12 Thread Burkhard Vogel
001 3:01 PM Subject: [JBoss-user] auto deploy not working on linux > 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) > > O

[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