Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names?

2002-07-27 Thread A1 Web Design



We can help YOU to develop a new or existing 
website or even provide cheaper hosting and domain names.
 
Remove instructions below.
 
We are a UK based company who can offer YOU our 
considerable experience and expertise in the field of website design, eCommerce 
development, all types of web hosting, any domain name available and search 
engine positioning with excellent  prices while maintaining a personal 
service tailored for YOU. More details at www.bbqmeat.co.uk.
 
We can offer you cheaper solutions for YOUR website 
design, both new and updated sites undertaken from £100 or $150, website hosting 
from £60 or $90 per year, domain name registration from £10 or $15 per year, 
secure server space and security certificates from £50 or $75 per year, full 
professional after sales service, marketing tips and advice free to our clients, 
top ranking search engine positioning and email marketing 
available.
 
We can also help you market your business in the UK 
and Europe.
 
All of our websites are custom designed to meet our 
client's requirements and are our best advert. Please ask to see our 
portfolio.
 
Our hosting services are independently tested on a 
daily basis and are consistently in the top of the performance listings of all 
the major ISP hosting companies in the UK.
 
Most of our clients prefer to discuss their 
requirements by telephone,  please send us a contact telephone number, 
together with a best time to call you and we will phone you shortly to discuss 
your needs in more detail.
 
Alternatively, please ask for more details by 
replying to this email for a prompt response.
 
We look forward to hearing from you. 
 
You can be assured that this email is sent in 
compliance with strict anti-abuse and NO SPAM regulations. Your address was 
collected as a result of posting to a link, a classified ad, a message to my FFA 
Page, you have sent me an E-mail recently, or you are on a list that I have 
purchased.
 
TO REMOVE: If your email address was used without 
your permission or you no longer want to receive email from us, we apologise for 
any inconvenience caused and ask that you simply reply to this email putting 
REMOVE as the subject.
 
 


loading extra Jars into Tomcat

2002-07-27 Thread Caoilte O'Connor

Hi, I'm trying to extend Log4J a very little but the instance that is
started for my webapp in Tomcat cannot find the extensions I wrote. 

I assume this is because a Catalina spawned log4j has looks in different
dirs and has a shorter JAVA_HOME, but wherever I move a packaged JAR of
my webapp Catalina cannot find it and Log4j throws this exception, 

log4j: Class name: [net.sportplan.extra.util.JDBCPoolAppender]
log4j:ERROR Could not create an Appender. Reported error follows.
java.lang.IllegalAccessException:
net.sportplan.extra.util.JDBCPoolAppender
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at
org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:164)
at
org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
at
org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
at
org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
at
org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:335)
at
org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:788)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:673)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:602)
at
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:456)
at org.apache.log4j.LogManager.(LogManager.java:145)
at org.apache.log4j.Category.getInstance(Category.java:514)
at
org.apache.commons.logging.impl.Log4JCategoryLog.(Log4JCategoryLog.java:97)
at java.lang.reflect.Constructor.newInstance(Native Method)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:487)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:285)
at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:400)
at
org.apache.commons.digester.Digester.(Digester.java:309)
at
com.wintecinc.struts.validation.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:142)
at
com.wintecinc.struts.validation.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:123)
at
com.wintecinc.struts.action.ValidatorServlet.initMapping(ValidatorServlet.java:223)
at
com.wintecinc.struts.action.ValidatorServlet.init(ValidatorServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:918)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:810)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3279)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3421)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:478)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:738)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:300)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:389)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:232)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:638)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:506)
at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
at
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
log4j:ERROR Could not parse input source
[org.xml.sax.InputSource@49d886].


Is there something I don't know about extending the class files visible
to tomcat4. Could anyone enlighten me, point me in the right direction
etc. It could be I'm just not packaging the Jar right, but I'd like to
know that before I do any more fiddling.

cheers,

caoilte


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Familia cubana en peligro de ser deportada

2002-07-27 Thread Vicenza, Italia:




Vicenza, Italia: ¡Mensaje humanitario 
urgente! La familia cubana integrada por Oriel de Armas Peraza, su 
esposa Raiza Portal Sánchez y su pequeña hija Brenda de Armas Portal, de 4 años, 
se encuentran en Italia, donde les fue negado asilo político, ¡y corren riesgo 
de ser deportados en los próximos días! (tel. portátil en Vicenza, 
Italia: 34-05-277264)
 
Este 
mensaje está especialmente dirigido a S.S. Juan Pablo II; al Exmo. Sr. 
Presidente de Italia, Carlo Azeglio Ciampi; al Sr. Presidente del Consejo de 
Ministros, Silvio Berlusconi; a los Ministros del Interior y Defensa y demás 
autoridades civiles italianas; al Sr. Presidente de la Conferencia Episcopal 
Italiana, Cardenal Camilo Ruini; al Sr. Presidente del Pontificio Consejo de la 
Pastoral para los Migrantes e Itinerantes, Mons. Stephen Fumio Hamao; a los 
señores Cardenales y Obispos católicos de Italia; a los Sres. Obispos auxiliares 
de Miami (Estados Unidos) y de Los Teques (Venezuela), Mons. Agustín Román y 
Mons. Eduardo Boza Masvidal, ambos nacidos en Cuba; a las agencias católicas 
Fides, Zenit, ACI y Cáritas; al comisario de la Unión Europea para la Ayuda 
Humanitaria, Poul Nielsen; al recién nombrado alto comisario de la ONU para los 
Derechos Humanos, Sergio Vieira de Mello; a las entidades humanitarias, en 
particular, Amnistía Internacional, Human Rights Watch y Reporteros Sin 
Fronteras; al subsecretario de Estado norteamericano Dr. Otto Reich, nacido en 
Cuba; a los congresistas cubano-americanos Lincoln Díaz-Balart, Ileana 
Ros-Lehtinen y Bob Menendez; a los periódicos cubanos de la Florida, Diario Las 
Américas y El Nuevo Herald, en particular, a los reporteros Wilfredo Cancio y 
Pablo Alfonso; a las radios Mambí, La Cubanísima y Martí, también de la Florida; 
a los exiliados cubanos del mundo entero; a todos los hombres y mujeres de buena 
voluntad.
 
Buenos días, mi nombre es Enrique de Armas Arango 
(haga 
clic aquí para enviarme un mensaje instantáneo) 
Soy exiliado cubano, miembro de la Unión de Cubanos en Suecia y tío del joven 
Oriel de Armas, de 28 años, natural de la provincia de Santa Clara, Cuba.En 
la isla de Cuba, Oriel tuvo una larga, activa y pacífica militancia en el 
Partido Pro Derechos Humanos. Perseguido, hostigado y vigilado constantemente, 
corriendo el peligro de ser encarcelado e inclusive asesinado, consiguió huir a 
Alemania debiendo recurrir al pago de sobornos a funcionarios migratorios 
cubanos. Su esposa Raiza, de 30 años, y su hijita logran salir para Alemania 
através de un ciudadano alemán que aceptó "casarse", estrictamente en los 
papeles, con Raiza. Dígase de paso, este humillante y degradante recurso, a 
pesar de reducirse a un procedimiento formal, es una de las desesperadas maneras 
que las mujeres encuentran para poder huir del infierno cubano, algo que el 
mundo desconoce.Ya reunida en Alemania, la familia de Armas Partal viajó a 
Vicenza, al norte de Italia, donde reside una hermana de Oriel. El 8 de 
septiembre de 2001 pidieron asilo político en la Questura de Vicenza, siendo 
atendidos por la oficial Sra. Dovigo Gaetana, quien los hizo retornar el 11 de 
septiembre del mismo año para darles una respuesta.A pesar de que Oriel 
presentó documentos que demostraban su situación de perseguido político en Cuba, 
las autoridades migratorias de Vicenza le negaron el status de "Rifugiato 
Politico", dándole un permiso de visita hasta el 8 de diciembre del 2001, el 
cual fue renovado cada dos meses, hasta el 6 de abril del 2002. El 10 de 
abril les llega una carta del Ministerio del Interior, en la cual se insinúa la 
deportación de la familia a Alemania, pues informa que será ese país el que 
pasará a analizar su caso. Con enorme aprensión, Oriel de Armas y familia 
solicitan entrevista con la oficial Sra. Dovigo Gaetana, y le imploran que el 
gobierno italiano no los envíe a Alemania, pues tienen informaciones seguras que 
desde allá serán deportados a Cuba. Por sugerencia de dicha oficial, 
presentan en la Questura de Vicenza una Carta de Apelación al Presidente de 
Italia. La misma autoridad policial les dice que tendrían la respuesta 
definitiva el 8 de julio. Pero así como antes ella había negado un permiso 
temporario de trabajo a Oriel, negó un necesario permiso para asistencia médica 
urgente de Raiza, que padece de tiroidismo crónico, y de la niñita Brenda, con 
grandes crisis de asma. Llegó así a un auge la desesperación y el 
nerviosismo de mi querido sobrino Oriel, algo tan comprensible después de años y 
meses de padecimientos. Él pensó erróneamente que la base militar norteamericana 
"Ederle", existente en Vicenza, era considerada jurídicamente como territorio de 
los Estados Unidos. Así, el 4 de julio pp, fiesta nacional de dicho país, 
aprovechando que se franquearon las puertas de esa base al público, decidió 
entrar allí con su familia, presentarse ante el general al mando de la unidad y 
solicitar asilo político en los Estados Unidos, de acuerdo con la Ley de Ajuste 
Cu

Use jar in Tomcat4 Webapp

2002-07-27 Thread Roman Kennke

Hi,

I am trying to create a webapp which depends on Xalan2
(xalan-2.0.1.jar). So I packed it into WEB-INF/lib . Wenn deploying the
application, the logfile says that the application (including this JAR
file) was deployed somewhere under /usr/share/tomcat4/work/localhost/
(btw: why not in /usr/share/tomcat4/webapps ?) .

Strange: I always get NoClassDefFoundErrors for
javax.xml.transform.TransformerException when I try to run it.

Even more strange: If I copy (or symlink) this JAR to
/usr/share/tomcat4/common/lib then everything is ok.

The manual says, that the classloader for webapps always search the
web-app specific classes in WEB-INF/classes and WEB-INF/lib/*.jar and
then the normal searchpath for J2SDK applications. 

Why can Tomcat not reach the classes in xalan-2.0.1.jar in my webapp???

Regards, Roman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Are YOU looking for a new website, to develop an existing website, for cheaper hosting or domain names?

2002-07-27 Thread A1 Web Design



We can help YOU to develop a new or existing 
website or even provide cheaper hosting and domain names.
 
Remove instructions below.
 
We are a UK based company who can offer YOU our 
considerable experience and expertise in the field of website design, eCommerce 
development, all types of web hosting, any domain name available and search 
engine positioning with excellent  prices while maintaining a personal 
service tailored for YOU. More details at www.bbqmeat.co.uk.
 
We can offer you cheaper solutions for YOUR website 
design, both new and updated sites undertaken from £100 or $150, website hosting 
from £60 or $90 per year, domain name registration from £10 or $15 per year, 
secure server space and security certificates from £50 or $75 per year, full 
professional after sales service, marketing tips and advice free to our clients, 
top ranking search engine positioning and email marketing 
available.
 
We can also help you market your business in the UK 
and Europe.
 
All of our websites are custom designed to meet our 
client's requirements and are our best advert. Please ask to see our 
portfolio.
 
Our hosting services are independently tested on a 
daily basis and are consistently in the top of the performance listings of all 
the major ISP hosting companies in the UK.
 
Most of our clients prefer to discuss their 
requirements by telephone,  please send us a contact telephone number, 
together with a best time to call you and we will phone you shortly to discuss 
your needs in more detail.
 
Alternatively, please ask for more details by 
replying to this email for a prompt response.
 
We look forward to hearing from you. 
 
You can be assured that this email is sent in 
compliance with strict anti-abuse and NO SPAM regulations. Your address was 
collected as a result of posting to a link, a classified ad, a message to my FFA 
Page, you have sent me an E-mail recently, or you are on a list that I have 
purchased.
 
TO REMOVE: If your email address was used without 
your permission or you no longer want to receive email from us, we apologise for 
any inconvenience caused and ask that you simply reply to this email putting 
REMOVE as the subject.
 
 


loading extra Jars into Tomcat

2002-07-27 Thread Caoilte O'Connor
Hi, I'm trying to extend Log4J a very little but the instance that is
started for my webapp in Tomcat cannot find the extensions I wrote. 

I assume this is because a Catalina spawned log4j has looks in different
dirs and has a shorter JAVA_HOME, but wherever I move a packaged JAR of
my webapp Catalina cannot find it and Log4j throws this exception, 

log4j: Class name: [net.sportplan.extra.util.JDBCPoolAppender]
log4j:ERROR Could not create an Appender. Reported error follows.
java.lang.IllegalAccessException:
net.sportplan.extra.util.JDBCPoolAppender
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at
org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:164)
at
org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
at
org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
at
org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
at
org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:335)
at
org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:788)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:673)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:602)
at
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:456)
at org.apache.log4j.LogManager.(LogManager.java:145)
at org.apache.log4j.Category.getInstance(Category.java:514)
at
org.apache.commons.logging.impl.Log4JCategoryLog.(Log4JCategoryLog.java:97)
at java.lang.reflect.Constructor.newInstance(Native Method)
at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:487)
at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:285)
at
org.apache.commons.logging.LogFactory.getLog(LogFactory.java:400)
at
org.apache.commons.digester.Digester.(Digester.java:309)
at
com.wintecinc.struts.validation.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:142)
at
com.wintecinc.struts.validation.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:123)
at
com.wintecinc.struts.action.ValidatorServlet.initMapping(ValidatorServlet.java:223)
at
com.wintecinc.struts.action.ValidatorServlet.init(ValidatorServlet.java:123)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:918)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:810)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3279)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3421)
at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785)
at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:478)
at
org.apache.catalina.core.StandardHost.install(StandardHost.java:738)
at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:300)
at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:389)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:232)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1131)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:638)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:343)
at
org.apache.catalina.core.StandardService.start(StandardService.java:388)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:506)
at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
at
org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at
org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
log4j:ERROR Could not parse input source
[EMAIL PROTECTED]


Is there something I don't know about extending the class files visible
to tomcat4. Could anyone enlighten me, point me in the right direction
etc. It could be I'm just not packaging the Jar right, but I'd like to
know that before I do any more fiddling.

cheers,

caoilte


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Familia cubana en peligro de ser deportada

2002-07-27 Thread Vicenza, Italia:




Vicenza, Italia: ¡Mensaje humanitario 
urgente! La familia cubana integrada por Oriel de Armas Peraza, su 
esposa Raiza Portal Sánchez y su pequeña hija Brenda de Armas Portal, de 4 años, 
se encuentran en Italia, donde les fue negado asilo político, ¡y corren riesgo 
de ser deportados en los próximos días! (tel. portátil en Vicenza, 
Italia: 34-05-277264)
 
Este 
mensaje está especialmente dirigido a S.S. Juan Pablo II; al Exmo. Sr. 
Presidente de Italia, Carlo Azeglio Ciampi; al Sr. Presidente del Consejo de 
Ministros, Silvio Berlusconi; a los Ministros del Interior y Defensa y demás 
autoridades civiles italianas; al Sr. Presidente de la Conferencia Episcopal 
Italiana, Cardenal Camilo Ruini; al Sr. Presidente del Pontificio Consejo de la 
Pastoral para los Migrantes e Itinerantes, Mons. Stephen Fumio Hamao; a los 
señores Cardenales y Obispos católicos de Italia; a los Sres. Obispos auxiliares 
de Miami (Estados Unidos) y de Los Teques (Venezuela), Mons. Agustín Román y 
Mons. Eduardo Boza Masvidal, ambos nacidos en Cuba; a las agencias católicas 
Fides, Zenit, ACI y Cáritas; al comisario de la Unión Europea para la Ayuda 
Humanitaria, Poul Nielsen; al recién nombrado alto comisario de la ONU para los 
Derechos Humanos, Sergio Vieira de Mello; a las entidades humanitarias, en 
particular, Amnistía Internacional, Human Rights Watch y Reporteros Sin 
Fronteras; al subsecretario de Estado norteamericano Dr. Otto Reich, nacido en 
Cuba; a los congresistas cubano-americanos Lincoln Díaz-Balart, Ileana 
Ros-Lehtinen y Bob Menendez; a los periódicos cubanos de la Florida, Diario Las 
Américas y El Nuevo Herald, en particular, a los reporteros Wilfredo Cancio y 
Pablo Alfonso; a las radios Mambí, La Cubanísima y Martí, también de la Florida; 
a los exiliados cubanos del mundo entero; a todos los hombres y mujeres de buena 
voluntad.
 
Buenos días, mi nombre es Enrique de Armas Arango 
(haga 
clic aquí para enviarme un mensaje instantáneo) 
Soy exiliado cubano, miembro de la Unión de Cubanos en Suecia y tío del joven 
Oriel de Armas, de 28 años, natural de la provincia de Santa Clara, Cuba.En 
la isla de Cuba, Oriel tuvo una larga, activa y pacífica militancia en el 
Partido Pro Derechos Humanos. Perseguido, hostigado y vigilado constantemente, 
corriendo el peligro de ser encarcelado e inclusive asesinado, consiguió huir a 
Alemania debiendo recurrir al pago de sobornos a funcionarios migratorios 
cubanos. Su esposa Raiza, de 30 años, y su hijita logran salir para Alemania 
através de un ciudadano alemán que aceptó "casarse", estrictamente en los 
papeles, con Raiza. Dígase de paso, este humillante y degradante recurso, a 
pesar de reducirse a un procedimiento formal, es una de las desesperadas maneras 
que las mujeres encuentran para poder huir del infierno cubano, algo que el 
mundo desconoce.Ya reunida en Alemania, la familia de Armas Partal viajó a 
Vicenza, al norte de Italia, donde reside una hermana de Oriel. El 8 de 
septiembre de 2001 pidieron asilo político en la Questura de Vicenza, siendo 
atendidos por la oficial Sra. Dovigo Gaetana, quien los hizo retornar el 11 de 
septiembre del mismo año para darles una respuesta.A pesar de que Oriel 
presentó documentos que demostraban su situación de perseguido político en Cuba, 
las autoridades migratorias de Vicenza le negaron el status de "Rifugiato 
Politico", dándole un permiso de visita hasta el 8 de diciembre del 2001, el 
cual fue renovado cada dos meses, hasta el 6 de abril del 2002. El 10 de 
abril les llega una carta del Ministerio del Interior, en la cual se insinúa la 
deportación de la familia a Alemania, pues informa que será ese país el que 
pasará a analizar su caso. Con enorme aprensión, Oriel de Armas y familia 
solicitan entrevista con la oficial Sra. Dovigo Gaetana, y le imploran que el 
gobierno italiano no los envíe a Alemania, pues tienen informaciones seguras que 
desde allá serán deportados a Cuba. Por sugerencia de dicha oficial, 
presentan en la Questura de Vicenza una Carta de Apelación al Presidente de 
Italia. La misma autoridad policial les dice que tendrían la respuesta 
definitiva el 8 de julio. Pero así como antes ella había negado un permiso 
temporario de trabajo a Oriel, negó un necesario permiso para asistencia médica 
urgente de Raiza, que padece de tiroidismo crónico, y de la niñita Brenda, con 
grandes crisis de asma. Llegó así a un auge la desesperación y el 
nerviosismo de mi querido sobrino Oriel, algo tan comprensible después de años y 
meses de padecimientos. Él pensó erróneamente que la base militar norteamericana 
"Ederle", existente en Vicenza, era considerada jurídicamente como territorio de 
los Estados Unidos. Así, el 4 de julio pp, fiesta nacional de dicho país, 
aprovechando que se franquearon las puertas de esa base al público, decidió 
entrar allí con su familia, presentarse ante el general al mando de la unidad y 
solicitar asilo político en los Estados Unidos, de acuerdo con la Ley de Ajuste 
Cu

Use jar in Tomcat4 Webapp

2002-07-27 Thread Roman Kennke
Hi,

I am trying to create a webapp which depends on Xalan2
(xalan-2.0.1.jar). So I packed it into WEB-INF/lib . Wenn deploying the
application, the logfile says that the application (including this JAR
file) was deployed somewhere under /usr/share/tomcat4/work/localhost/
(btw: why not in /usr/share/tomcat4/webapps ?) .

Strange: I always get NoClassDefFoundErrors for
javax.xml.transform.TransformerException when I try to run it.

Even more strange: If I copy (or symlink) this JAR to
/usr/share/tomcat4/common/lib then everything is ok.

The manual says, that the classloader for webapps always search the
web-app specific classes in WEB-INF/classes and WEB-INF/lib/*.jar and
then the normal searchpath for J2SDK applications. 

Why can Tomcat not reach the classes in xalan-2.0.1.jar in my webapp???

Regards, Roman


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]