DO NOT REPLY [Bug 48614] New: Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 Summary: Tomcat does not display logs Product: Tomcat 6 Version: 6.0.24 Platform: HP OS/Version: Windows Server 2008 (Longhorn) Status: NEW Severity: blocker Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: osega...@gencat.net Hi, Logs are not flushed at startup. When I stop service I can see the whole stack (startup and shutdown) but I cannot see any message at catalina.out while service is running. I'm using the default server.xml. Thanks in advance! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 --- Comment #1 from oscar 2010-01-26 00:44:18 UTC --- More info: * Note that I have tested tomcat 6.0.20 and logs were displayed successfuly * Note that we are using tomcat 6.0.24 64bits on windows 2008 x64 Thanks a lot! > Hi, > Logs are not flushed at startup. > When I stop service I can see the whole stack (startup and shutdown) but I > cannot see any message at catalina.out while service is running. > I'm using the default server.xml. > Thanks in advance! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48615] New: tomcat6.exe, tomcat6w.exe and service.bat are not included in the installation
https://issues.apache.org/bugzilla/show_bug.cgi?id=48615 Summary: tomcat6.exe, tomcat6w.exe and service.bat are not included in the installation Product: Tomcat 6 Version: 6.0.24 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: vyazele...@yahoo.com All binary distributions for version 6.0.24 are incomplete. Both apache-tomcat-6.0.24.zip (for example http://apache.infocom.ua/tomcat/tomcat-6/v6.0.24/bin/apache-tomcat-6.0.24.zip) and apache-tomcat-6.0.24.tar.gz (for example http://apache.infocom.ua/tomcat/tomcat-6/v6.0.24/bin/apache-tomcat-6.0.24.tar.gz) are coming without major binaries like tomcat6.exe, tomcat6w.exe and service.bat which makes it impossible to install Tomcat as windows service! An unrelated but important issue is packaging of procrun files (tomcat6.exe and tomcat6w.exe). Currently only 32bit binaries are packaged with the installation thus making it impossible to install/use Tomcat as windows service on the 64bit platform (e.g. Windows 2008 64bit). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] New: Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 Summary: Struts 1.2 and bean:define tag throws jsp 1.1 regression exception Product: Tomcat 6 Version: 6.0.24 Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: agha...@interfree.it I'm using Struts 1.2. I've upgrade from tomcat 6.0.20 to 6.0.24 and nothing works. The jsp compilation throws many error (i use the tag bean:define with same variable many times in jsp): During jsp precompilation: "my_variable" is already defined in _jspService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) and at runtime: 26-gen-2010 10.16.43 org.apache.catalina.core.ApplicationDispatcher invoke GRAVE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 459 in the generated java file Duplicate local variable configurationExists An error occurred at line: 576 in the generated java file Duplicate local variable configurationExists An error occurred at line: 693 in the generated java file Duplicate local variable configurationExists An error occurred at line: 810 in the generated java file Duplicate local variable configurationExists An error occurred at line: 927 in the generated java file Duplicate local variable configurationExists An error occurred at line: 1.045 in the generated java file Duplicate local variable configurationExists An error occurred at line: 1.162 in the generated java file Duplicate local variable configurationExists An error occurred at line: 1.279 in the generated java file Duplicate local variable configurationExists An error occurred at line: 1.396 in the generated java file Duplicate local variable configurationExists An error occurred at line: 1.531 in the generated java file Duplicate local variable patientsExists An error occurred at line: 1.660 in the generated java file Duplicate local variable patientsExists An error occurred at line: 1.777 in the generated java file Duplicate local variable patientsExists An error occurred at line: 1.897 in the generated java file Duplicate local variable multiportionExists An error occurred at line: 2.014 in the generated java file Duplicate local variable multiportionExists An error occurred at line: 2.131 in the generated java file Duplicate local variable multiportionExists An error occurred at line: 2.251 in the generated java file Duplicate local variable generalExists An error occurred at line: 2.368 in the generated java file Duplicate local variable generalExists An error occurred at line: 2.485 in the generated java file Duplicate local variable generalExists An error occurred at line: 2.605 in the generated java file Duplicate local variable messagesExists An error occurred at line: 2.722 in the generated java file Duplicate local variable messagesExists An error occurred at line: 2.842 in the generated java file Duplicate local variable printFindExists An error occurred at line: 2.959 in the generated java file Duplicate local variable printFindExists Stacktrace: at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:334) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:299) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:589) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488) at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968) at org.apache.jsp.WEB_002dINF.pages.login.mainPage_jsp._jspService(mainPage_jsp.java:206) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at java
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 oscar changed: What|Removed |Added Priority|P2 |P1 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 Mark Thomas changed: What|Removed |Added Priority|P1 |P2 Severity|blocker |minor --- Comment #2 from Mark Thomas 2010-01-26 03:30:53 GMT --- This is an unwanted side-effect of adding support for encoding to JULI. Buffering was also made configurable but there is some unexpected buffering going on in the classes that do the encoding. You can revert to the original behaviour by setting bufferSize=-1 for your log handlers. Looks like either the default bufferSize needs changing or we need to find a way to avoid the buffering in encoding. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 --- Comment #3 from oscar 2010-01-26 03:37:45 UTC --- Hi, I have been trying to find where can I change the BufferSize and there is no configuration file containing: bufferSize If it is not possible to change it I will have to revert to 6.0.20 where flush worked perfectly. Where can I change this property ? Thanks a lot!! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48615] tomcat6.exe, tomcat6w.exe and service.bat are not included in the installation
https://issues.apache.org/bugzilla/show_bug.cgi?id=48615 Mark Thomas changed: What|Removed |Added Severity|critical|minor --- Comment #1 from Mark Thomas 2010-01-26 03:37:54 GMT --- The packaging has changed for 6.0.24. We need to update the "What should I download?" info on www.a.o/dist/tomcat/tomcat-6/v6.0.24/ In short: .zip/.tar.gz - No windows service files or APR/native dll -windows-x86.zip - Windows service files and APR/native dll for x86 architectures -windows-x64.zip - Windows service files and APR/native dll for x64 architectures -windows-i64.zip - Windows service files and APR/native dll for i64 architectures For windows 2008 64-bit you almost certainly need the x64 package. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 oscar changed: What|Removed |Added Severity|minor |blocker --- Comment #4 from oscar 2010-01-26 03:39:14 UTC --- I will change priority due to a lack of logs is blocking to set this server in production environment. Thanks in advance... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 42554] mod_ssl + mod_jk with status_worker does not work on a single node cluster.
https://issues.apache.org/bugzilla/show_bug.cgi?id=42554 oscar changed: What|Removed |Added Severity|normal |blocker -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #1 from Mark Thomas 2010-01-26 03:41:10 GMT --- If you could attach the simplest possible JSP that demonstrated this issue that would be very helpful. As a work-around, try using the following in your web.xml: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5"> ... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 42554] mod_ssl + mod_jk with status_worker does not work on a single node cluster.
https://issues.apache.org/bugzilla/show_bug.cgi?id=42554 oscar changed: What|Removed |Added Severity|blocker |normal -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 Mark Thomas changed: What|Removed |Added Severity|blocker |minor --- Comment #5 from Mark Thomas 2010-01-26 03:44:31 GMT --- bufferSize is explained in the logging documentation: http://tomcat.apache.org/tomcat-6.0-doc/logging.html For example: 1catalina.org.apache.juli.FileHandler.bufferSize=-1 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 --- Comment #6 from oscar 2010-01-26 03:53:47 UTC --- Created an attachment (id=24888) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24888) logging.properties -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 --- Comment #7 from oscar 2010-01-26 03:54:41 UTC --- Hi, This workarround has worked perfectly. I have attached my logging.properties in order to help anybody experiencing the same issue. Thanks a lot. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #2 from agharta 2010-01-26 04:33:21 UTC --- Hi Mr, Thanks for reply, My web.xml is alredy 2.5 version...i've try your code with no results. I have an application with only struts (1.2.8). I have a welcome page. <%@ taglib uri="http://struts.apache.org/tags-bean"; prefix="bean" %> //some code, //other code, not necessary This page will not be compiled (during build or runtime). I'll try to create and send a simple app later. Thanks in advidce, Agharta -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #3 from agharta 2010-01-26 04:36:47 UTC --- See this. http://struts.apache.org/1.2.8/userGuide/struts-bean.html#define -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #4 from agharta 2010-01-26 07:09:21 UTC --- Created an attachment (id=24890) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24890) the test case PART 1 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #5 from agharta 2010-01-26 07:09:48 UTC --- Created an attachment (id=24891) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24891) test case part 2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #6 from agharta 2010-01-26 07:10:36 UTC --- The file is a zip splitted in 2 parts -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #7 from agharta 2010-01-26 07:11:44 UTC --- Created an attachment (id=24892) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24892) PART1 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 agharta changed: What|Removed |Added Attachment #24890|0 |1 is obsolete|| Attachment #24891|0 |1 is obsolete|| --- Comment #8 from agharta 2010-01-26 07:12:32 UTC --- Created an attachment (id=24893) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24893) PART2 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48616] Struts 1.2 and bean:define tag throws jsp 1.1 regression exception
https://issues.apache.org/bugzilla/show_bug.cgi?id=48616 --- Comment #9 from agharta 2010-01-26 07:14:21 UTC --- Please see the file pages/Welcome.jsp for error simulation. Thanks, Aghart -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48625] New: Server started in illegal state
https://issues.apache.org/bugzilla/show_bug.cgi?id=48625 Summary: Server started in illegal state Product: Tomcat 6 Version: 6.0.20 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: roma...@inbox.ru Due to Catalina startup logic, server startup in illegal state is possible. For expamle, the concurrent process takes the socket in use, because of sysadmin error, or something else. We started server, the server ignored the socket binding error, startup succes, but isn't working yet. In my opinion, the "system errors" (sockets, filesystems,...etc) should abort the startup process, to ensure the server was started in right state. If server silently ignores the errors, the sysadmin can miss the error, and production system can be broken. Socket binding error example: [2010-01-26 19:09:26] [main ERROR coyote.http11.Http11Protocol] - Error starting endpoint java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8001 at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:511) at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:526) at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203) See Catalina.java:585 public void start() { if (server instanceof Lifecycle) { try { ((Lifecycle) server).start(); } catch (LifecycleException e) { log.error("Catalina.start: ", e); // exception ignored !!, server continued to start in broken state } } log.info("Server startup in " + ((t2 - t1) / 100) + " ms"); } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48625] Server started in illegal state
https://issues.apache.org/bugzilla/show_bug.cgi?id=48625 Roman Tsirulnikov changed: What|Removed |Added CC||roma...@inbox.ru -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48625] Server started in illegal state
https://issues.apache.org/bugzilla/show_bug.cgi?id=48625 Roman Tsirulnikov changed: What|Removed |Added CC|roma...@inbox.ru| -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48615] tomcat6.exe, tomcat6w.exe and service.bat are not included in the installation
https://issues.apache.org/bugzilla/show_bug.cgi?id=48615 tahitiangabriel changed: What|Removed |Added CC||glan...@piti.pf -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
DO NOT REPLY [Bug 48614] Tomcat does not display logs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48614 tahitiangabriel changed: What|Removed |Added CC||glan...@piti.pf -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org