Re: tomcat 5.5.25 and loosing spaces between printing jstl variables

2009-10-17 Thread Markus Stauffer
private final String emptyText = new String(); Anyhow, it probably makes sense to change the emptyText string from to (that is, use a space instead of nothing). This bugzilla entry might be interesting to you: https://issues.apache.org/bugzilla/show_bug.cgi?id=45931 Changing

Re: Opening up multiple ports on Single Tomcat Instance

2009-10-17 Thread Peter Crowther
2009/10/17 M.N.V Kishore mnv.kish...@gmail.com We have a requirement for the client to migrate the tomcat server running on port 8080 on Solaris machine onto Windows machine. This windows machine has already a tomcat instance running on port 80. I would now need to migrate all the

Re: Shared email resource

2009-10-17 Thread Ken T.
On Fri, 16 Oct 2009 10:00:46 -0500, Curtis Garman wrote: Ken, have you got your problem resolved? Yes, I just got it working! Thank you all for your help! -- Ken T. ktectr...@gmail.com - To unsubscribe, e-mail:

RE: Shared email resource

2009-10-17 Thread Martin Gainty
Curt/Ken what is the solution? How did you get this to work? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten

Adding a new webapps directory

2009-10-17 Thread Marco Rocco
It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? For now i have to put my servlets in /opt/tomcat/webapps i would add a new webapps directory where i can put my servlets for example in /home/myuser/myapplets It's possible? If yes, how ?

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory per Host. However, each Host

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Adding a new webapps directory It's possible to add a new webapps directroy more then the default tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory Ok, i think that I would add a new Host, io order to do this: I have to add a new Host section in /opt/tomcat/conf/server.xml ? Correct. Doc for virtual hosting for the current level is here:

Re: Erreur : Could not initialize class com.sun.xml.ws.spi.ProviderImpl

2009-10-17 Thread Jean-Pierre ASTIER
I don't be able to manage this tomcat server on the Linux Box. This machine is managed by an ISP. I will find an other way to propose this service to my customers. Many thanks Jean-Pierre Le 16 oct. 2009 à 19:24, Caldarale, Charles R a écrit : From: Jean-Pierre ASTIER

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory Ok, i think that I would add a new Host, io order to do this: I have to add a new Host section in /opt/tomcat/conf/server.xml ? Correct. Doc for virtual hosting for

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory in /opt/tomcat/conf/server.xml i have added: Host name=Myservlets appBase=/home/marco/Myservlets/ But if i try to access it at http://localhost:8080/ServletExample i get: _The requested resource

Re: Adding a new webapps directory

2009-10-17 Thread Marco Rocco
Caldarale, Charles R ha scritto: From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory in /opt/tomcat/conf/server.xml i have added: Host name=Myservlets appBase=/home/marco/Myservlets/ But if i try to access it at http://localhost:8080/ServletExample i get:

RE: Adding a new webapps directory

2009-10-17 Thread Caldarale, Charles R
From: Marco Rocco [mailto:mr8...@gmail.com] Subject: Re: Adding a new webapps directory at http://127.0.0.1:8080/ServletExample i get blank page. Any way this is server.xml if this can help you: http://pastebin.com/f5fecfa93 That looks ok. Is there anything in the logs? Try configuring an

Re: Shared email resource

2009-10-17 Thread Ken T.
On Sat, 17 Oct 2009 08:28:30 -0400, Martin Gainty wrote: Curt/Ken what is the solution? How did you get this to work? I'm not sure exactly what the problem was, but moving the declaration to the global section of the server.xml file and then back to the context.xml file after I got it