Re: [ANN] Apache Tomcat 8.5.3 available

2016-06-14 Thread Sergio Fernández
of changes: > http://tomcat.apache.org/tomcat-8.5-doc/changelog.html > > Downloads: > http://tomcat.apache.org/download-80.cgi > > Migration guides from Apache Tomcat 5.x, 6.x, 7.x and 8.0.x: > http://tomcat.apache.org/migration.html > > Enjoy! > > - The Apache Tomcat tea

Re: Deploy application as Root

2014-09-11 Thread Sergio Fernández
eers, -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 660 2747 925 e: sergio.fernan...@redlink.co w: http://redlink.co - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: u

Re: css files served as application/x-pointplus with java8

2014-08-04 Thread Sergio Fernández
nk that Tomcat itself has anything at all to do with this problem. I have to admit I'm running out of ideas about MARMOTTA-499. I'll need to look with more detail why that happens in Tomcat and not in Jetty, but should be any reason... Thanks anyways, guys. Cheers, -- Sergio Fernández Part

Re: css files served as application/x-pointplus with java8

2014-07-24 Thread Sergio Fernández
t/css. That's why I initially discarded the issue was located in our static resource handling. Therefore, is it possible there is an issue with Tomcat (embedded via maven or not) and Java 8? Thanks in advance. Cheers, -- Sergio Fernández Partner Technology Manager Redlink GmbH m:

Re: css files served as application/x-pointplus

2014-07-09 Thread Sergio Fernández
? I have to ask. What version of Servlet Specification is declared in your WEB-INF/web.xml file? Does it have metadata-complete="true" attribute on its element? We are using 3.0. metadata-complete is not explicitly set there. Shoild it help? Thanks! -- -- Sergio Fernández Partne

css files served as application/x-pointplus

2014-07-07 Thread Sergio Fernández
p. Cheers, -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 660 2747 925 e: sergio.fernan...@redlink.co w: http://redlink.co - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comman

Re: Tomcat form auth not using filters

2013-04-09 Thread Sergio Vieira Rolanski
Problem solved. I will keep an eye open for that possible hibernate/request problem. Thank you for the help. Sergio - Mensagem original - De: "Sergio Vieira Rolanski" Para: "Tomcat Users List" Enviadas: Terça-feira, 9 de Abril de 2013 8:18:26 Assunto: Re: Tomcat

Re: Tomcat form auth not using filters

2013-04-09 Thread Sergio Vieira Rolanski
Hi, Thank you, I will test this later. I'm using a threadlocal to open session/transaction, does that forwarded request happens in the same thread as the original request? Sergio - Mensagem original - De: "Christopher Schultz" Para: "Tomcat Users List" Envi

Re: Tomcat form auth not using filters

2013-04-08 Thread Sergio Vieira Rolanski
Thansk for the reply, Let me try to be clear on this matter: I try open the address "http://localhost:8084/MyApplication"; (or any other protected address/page) and I'm not logged in (I have never logged in or the session is expired) Tomcat should show me the login page (controleAcesso/Login.x

Tomcat form auth not using filters

2013-04-08 Thread Sergio Vieira Rolanski
I fix this? Thanks, Sergio

Valve to intercept outgoing requests

2011-04-06 Thread Sergio
tes to be recovered at the "Webservices" context. This is not working. Any ideas why? Sergio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Session sharing between context

2011-04-05 Thread Sergio
ebapp (if required we can change this). Thanks, Sergio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Installing Tomcat on Windows 2003 Server 64 bit

2009-11-12 Thread Sergio Arrighi
aving is that when I try to start the service from the monitor, the service does not start. Any suggestion appreciated. Thank you very much, Sergio -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com> Cell. 34558051

Tocat webapp listening on different port

2009-11-04 Thread Sergio Arrighi
to be listening on port 1. Is this possible? If so could someone give me hints or pointers? Thanks, Sergio -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com> Cell. 3455805121 Vicolo Molino, 2 21052 Bus

Re: Non-http tcp protocol

2009-09-28 Thread Sergio Bello
Tim Funk escribió: Don't - there are other apache projects which can do that much better than Tomcat. -Tim Sergio Bello wrote: Hi all, I'm trying to figure out how to use tomcat as a TCP server. The basic idea is to receive tcp connections, through a given port, process them an

Non-http tcp protocol

2009-09-28 Thread Sergio Bello
Hi all, I'm trying to figure out how to use tomcat as a TCP server. The basic idea is to receive tcp connections, through a given port, process them and return a response. Has anyone done it? I've googling but I've not found much information. Which do you think is the best/simplest way to do i

Re: server.findServices() returns empty array

2009-09-23 Thread Sergio Bello
Sergio Bello escribió: Sergio Bello escribió: Mark Thomas escribió: Sergio Bello wrote: Hi all, I'm trying to get access to services defined inside the server element on my server.xml. I'm using a Tomcat 5.0.28. My problem is that when I execute the next code: Ser

Re: server.findServices() returns empty array

2009-09-23 Thread Sergio Bello
Sergio Bello escribió: Mark Thomas escribió: Sergio Bello wrote: Hi all, I'm trying to get access to services defined inside the server element on my server.xml. I'm using a Tomcat 5.0.28. My problem is that when I execute the next code: Server server = ServerFactory.getServer(

Re: server.findServices() returns empty array

2009-09-23 Thread Sergio Bello
Mark Thomas escribió: Sergio Bello wrote: Hi all, I'm trying to get access to services defined inside the server element on my server.xml. I'm using a Tomcat 5.0.28. My problem is that when I execute the next code: Server server = ServerFactory.getServer(); Service[

server.findServices() returns empty array

2009-09-23 Thread Sergio Bello
Hi all, I'm trying to get access to services defined inside the server element on my server.xml. I'm using a Tomcat 5.0.28. My problem is that when I execute the next code: Server server = ServerFactory.getServer(); Service[] services = server.findServices(); the services array is 0 length, wh

Tomcat 6.0.18 with SSL and VMWare

2009-08-17 Thread Sergio Arrighi
i.e. same password for keystore and key). Are there any known conflicts?? What am I doing wrong?? Thanks and bye! Sergio -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com>

Axis SOAP maximum message size

2009-07-15 Thread Sergio Arrighi
Hi, Which is the maximum size of an Axis Soap Message? Many thanks. Sergio -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com> Cell. 3455805121 Vicolo Molino, 2 21052 Busto Arsizio Varese Tel. +39 0331324679 Fa

Re: retrive Arabic data

2009-05-27 Thread Sergio Arrighi
roblem in Tomcat. Thanks & Regards -Abdul Razack - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:

Re: retrive Arabic data

2009-05-27 Thread Sergio Arrighi
database table arabic columns will have arabic and english columns will have english. Please give me direction what would have gone wrong. Would there be any problem in Tomcat. Thanks & Regards -Abdul Razack -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.

Recommend documentation

2009-05-26 Thread Sergio Belkin
as really useful for you. Please bear in mind that I'm not a java developer... Thanks in advance. -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin - - To unsubscrib

Re: Tomcat service won't start

2009-03-30 Thread Sergio Belkin
rs-h...@tomcat.apache.org > > -- -- Open Kairos http://www.openkairos.com Watch More TV http://sebelk.blogspot.com Sergio Belkin - - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Servlet mapping issue

2009-03-13 Thread Sergio Arrighi
TreeMenuServlet org.imin.treemenu.TreeMenuServlet TreeMenuServlet /TreeMenuServlet When I try my application and I click on the button which make an AJAX post request on this servlet the browser returns an error (404 not found) Sorry to bother but I'm new! Thanks Sergio Caldarale, Charles R

Servlet mapping issue

2009-03-13 Thread Sergio Arrighi
y question Is it possible to add a servlet mapping which points directly to the servlet contained in the .jar file of my tree menu? Thanks Sergio -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailto:sergio.arri...@iminholding.com> Cell. 3455805121 Vi

Re: Request queue menagement Tomcat 5.5 + Axis

2009-02-04 Thread Sergio Arrighi
Hi Chuck, Thank you very much for the precious shortcut! BB Sergio Caldarale, Charles R ha scritto: From: Sergio Arrighi [mailto:sergio.arri...@iminholding.com] Subject: Re: Request queue menagement Tomcat 5.5 + Axis Could you please tell me if it's possible to set the number of dedi

Re: Request queue menagement Tomcat 5.5 + Axis

2009-02-03 Thread Sergio Arrighi
Hi Mark, It's Sergio again about request queues on Tomcat + Axis. Could you please tell me if it's possible to set the number of dedicated threads and queue lenght? Is there a maximum for these two parameters?? Thank you very much! Sergio Mark Thomas ha scritto: Sergio Arr

Request queue menagement Tomcat 5.5 + Axis

2009-01-29 Thread Sergio Arrighi
Hello to everyone, I've developed a webApp on tomcat 5.5. This webapp consists of a bunch of webservices that i've created using axis. Is there someone who could help me to understand how tomcat or axis handle the request queue?? Thank you very much Sergio Arrighi --

Re: mod_headers and .htaccess for P3P policy

2009-01-08 Thread Sergio Arrighi
w3c/p3p.xml w3c/policy.xml Is this what you are looking for? Regards, Dave On Jan 7, 2009, at 7:49 AM, Sergio Arrighi wrote: Hello to everyone, I'm using apache 6 on a Windows server machine. I'm hosting a webapplication which is used in a third party web site included in an IFRAME. I&#x

mod_headers and .htaccess for P3P policy

2009-01-07 Thread Sergio Arrighi
e read on the internet that this is possible using .htaccess file in the webapp directory. I've tried with no success. Could someone please explain this procedure to me?? Thanks a lot Sergio Arrighi -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi sergio.arri...@iminholding.com <mailt

Re: Problems with external libraries

2008-11-05 Thread Sergio Arrighi
I've just noticed that when I run the webapp via browser I get this error in the console of apache startup: GRAVE: error deploying configuration descriptor myapp.xml Sergio Arrighi ha scritto: Hello, I've developed a web app which uses two jar files that have been developed by a t

Problems with external libraries

2008-11-05 Thread Sergio Arrighi
added %CATALINA_HOME%\bin Can someone give me a hint about why the server cannot load the third party classes?? Thanks Best regards Sergio Arrighi -- *I.M.I.N. Holding s.r.l.* Sergio Arrighi [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Cell. 3455805121 Vicolo Molino, 2 21052 Bus

Re: Http to https and viceversa without session losing

2007-03-23 Thread Bello Martinez Sergio
n try it one day when you have enough time. Thanks a lot for your help. Sergio Gregor Schneider escribió: I don't see why you shouldn't be able to use the class java.net.URL with HTTPS, actually, it should work: Url url = new URL("https//www.yourweb.com"); H

Re: Http to https and viceversa without session losing

2007-03-19 Thread Bello Martinez Sergio
etter explained now, have you any idea or something to correct? Thanks, Sergio Gregor Schneider escribió: afaik there is no way to do that since this would break the security-concepts of https. you might be able to store the data needed in a dbms or a flat file, however, that's a very poor des

Http to https and viceversa without session losing

2007-03-19 Thread Bello Martinez Sergio
unications from http to https and viceversa? Thanks in advance Sergio - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

iis 6.0 + apache-tomcat 5.0.28

2006-04-17 Thread Sergio Gonzalez Ramos
I'm trying to setup one iis 6.0 with Tomcat 5.0.28 and mod_jk (isapi_redirector.dll) Can someone tell me what error i'm facing. Regards. Sergio Gonzalez Ramos - LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desd

Tomcat for Windows (5.5.16) and JRockit (BEA?s JVM)

2006-04-10 Thread Sergio Stateri Jr
or] Failed creating java D:\jrockit-R26.0.0-jdk1.5.0_04\jre\bin\java.dll [2006-04-10 15:34:01] [1179 prunsrv.c] [error] ServiceStart returned 1 Is there any way to use Tomcat 5.0.16 (as a Windows Service) using BEA JRockit ? Thanks in advance for any idea. Sergio Stateri Jr. [EMAIL

Re: Remote User with request.getRemoteUser()

2006-04-10 Thread Sergio Stateri Jr
Ok, It?s working now ! Thanks a lot. Sergio Stateri Jr. [EMAIL PROTECTED] '>'-- Mensagem Original -- '>'Reply-To: "Tomcat Users List" '>'Date: Mon, 10 Apr 2006 13:52:23 -0400 '>'From: David Smith <[EMAIL PROTECT

Remote User with request.getRemoteUser()

2006-04-10 Thread Sergio Stateri Jr
e same code doesn?t work in java ? Another information: The same configuration works fine over Windows 2000 Professional and Windows XP. This error only occurs over Windows 2003 Server. Thanks in advance for any help. Sergio Stateri Jr. [EMAIL PROTECTED] -

RE: Error on Startup.

2006-04-10 Thread Sergio Gonzalez Ramos
THX!! "Farrow, Marc" <[EMAIL PROTECTED]> escribió: Looks like in the startup script the env variable of Catalina_Home is not set properly. -Original Message----- From: Sergio Gonzalez Ramos [mailto:[EMAIL PROTECTED] Sent: Monday, April 10, 2006 8:40 AM To: Tomcat Users Lis

Error on Startup.

2006-04-10 Thread Sergio Gonzalez Ramos
Hi there. I installed Tomcat 5.0.28 on unix environment. JSDK 1.4.2 I'm getting following error whenever i try to start the tomcat Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap every thing seems to be fine... ( permissions , cl

IIS 6 + Apache tomcat 5.5.15 + SQL Server 2000 ? ( Windows 2003 Server )

2006-03-09 Thread Sergio Gonzalez Ramos
s and Thx In Advance. Sergio Gonzalez Ramos. - LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com

RE: Images caching

2006-01-17 Thread Bello Martinez Sergio
n.doFilter(req, response); > } > > /** >* toString >* @return string containing the version information >*/ > public String toString() { > return VERSION_STRING; > } > > /** >* destroy >*/ > public void destroy(

RE: Images caching

2006-01-16 Thread Bello Martinez Sergio
on't mind putting my two > pence worth in. > > I'm not that sure about the client side but I've heard > mention of something called Squid which can cache > static content quite well and would sit as a proxy in > front of Tomcat. > > Gluck > > --- Bell

Images caching

2006-01-16 Thread Bello Martinez Sergio
o avoid using Apache for the moment. Thanks a lot, Sergio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Content is not allowed in prolog Tomcat-XmlRpc

2005-11-23 Thread Bello Martinez Sergio
Hi all, I'm using Tomcat 5.0, and I'm having a very strange problem. Sometimes, when a client sends several continuous http requests to the server, it receives http headers when it should only be the body. If in method doPost()I call request.getInputStream, I can see header lines. I'm using Apache