> -----Original Message-----
> From: Daniel Schulze [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 27, 2000 11:51 AM
> To: jBoss
> Subject: Re: [jBoss-User] deployment directory
>
>
> Lionel,
>
>
> > With a jBoss-Embedded Tomcat, I want to just clarify that
> >
> > 1) there is only a single deployment directory and it can
> use jar, war
> > or ear files.
>
> yes.
>
>
> > 2) hot-deploy works for jsps, servlets and EJBs.
>
> actually yes, we noticed some redeployment problems with jsps
> recently I
> m on it.
>
>
> > It isn't exactly specificed at all in the docs.
>
> Hmmm, sorry
>
>
> BTW there seems to be a hot redeployment problem with Blackdown jdk on
> Linux, since they seem to have a different
> URLConnection/URLClassLoader
> implementation.
since i switched to SUN's jdk1.3 i sometimes get this:
[Auto deploy] Deployment failed:file:/usr/local/jboss2/deploy/Techno4.ear
[Auto deploy] java.io.FileNotFoundException: JAR entry Techno4_EJB.jar not
found in /usr/local/jboss2/deploy/Techno4.ear
[Auto deploy] at
sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:98)
[Auto deploy] at
sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.ja
va:108)
[Auto deploy] at java.net.URL.openStream(URL.java:798)
[Auto deploy] at
org.jboss.deployment.URLWizzard.download(URLWizzard.java:65)
[Auto deploy] at
org.jboss.deployment.URLWizzard.downloadTemporary(URLWizzard.java:81)
[Auto deploy] at
org.jboss.deployment.J2eeDeployer.installEJB(J2eeDeployer.java:497)
[Auto deploy] at
org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:466)
[Auto deploy] at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:136)
[Auto deploy] at java.lang.reflect.Method.invoke(Native Method)
[Auto deploy] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
[Auto deploy] at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
[Auto deploy] at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:332)
[Auto deploy] at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:268)
[Auto deploy] at java.lang.Thread.run(Thread.java:484)
although Techno4_EJB.jar is present. Restarting the Server solves the
problem.
Andre
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]