Hi my "GREAT FRIEND", Maybe you don't know what is the real purpose of a discussion list. But I can help you to solve this "little" problem.... It is used to interchange knowledge. People can say what they already know and can learn with others as well.
My problem wasn't a "simple" problem. I don't know if you have already used the deployment cache technique... maybe, you don't even know why it should be used.... but, when I was using this, I had the problem. It was not a problem related to knowledge of J2EE and WAR/JAR files.... Sorry, this knowledge I already have... But, it was something related to JBoss... I was able to solve my problem. As you know a lot, maybe I shouldn't tell you what I had to do to solve it. But, as I believe on the purpose of a discussion list (I have already said it), I will tell the others what was the problem... ok? My war file had a struts.jar inside of it, and when I tried to use the deployment cache, it was deployed, but unfortunately the context was not being created... Using without the deployment cache, it was working.... It was a really bit strange. That's why I wrote to this list... After making some tests, I decided to put struts.jar outside the war file and that was the solution.... Simple, no??? Yes, I agree that it was simple but people like you,Werner, wouldn't know how to solve... Next time, you will know how to solve this... instead of ordering someone to study. I study a lot, that's why I I think we can ALWAYS learn with someone... Others in the list, sorry for writing so much, but I had to write this to show this colleague that we can ALWAYS learn something, even if we know so much ( as he tried to show) []'s Tania Ramos -----Mensagem original----- De: Werner Ramaekers [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 21 de junho de 2002 16:59 Para: [EMAIL PROTECTED] Assunto: Re: [JBoss-user] problems with Tomcat and JBoss using deployment cache Hi, i think it is time you read a tutorial on J2EE and why WAR and JAR files are created instead of poking around in the server.xml. Applications are supposed to be deployed onto application servers by writing deployment descriptors like web.xml and ejb-jar.xml. study first please :-) try the J2EE tutorial on http://developer.java.sun.com ?? /Werner Tania G. Ramos wrote: > > > > > Hi everybody, > > > > I'm using JBoss 3.0 (final) and Tomcat 4.0.3 with cache resource. But > I'm having > > the following problem: > > > > I'm able to deploy my .war, but when I try to acess it by a web browser, > I get the > > following message: _No Context configured to process this request_ > > I have already had this problem and I've solved it creatin a new context > in the server.xml > > file under tomcat directory. This time, I've done the same thing but no > results... > > > > Do you know how to solve it??? > > > > Another question: > > > > I can deploy the ROOT.war but I can't acess it by the following URL > http://localhost:8080/ROOT > > Instead of it, I have to put the name of the cached file. it is > http://localhost:8080/zhwkrf-ROOT > > > > It's terrible.... Do you know how to change it??? > > > > Thanks a lot, > > > > Tania Ramos > > > > > -- ---------------------------------------------------------------------- ir. Werner Ramaekers Enterprise Java Solutions Architect - Shift@ Sun Certified Java Programmer "May the source be with you." <mailto:[EMAIL PROTECTED]> <http://www.shiftat.com> ---------------------------------------------------------------------- ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
