DO NOT REPLY [Bug 45532] New: Spelling van = can
https://issues.apache.org/bugzilla/show_bug.cgi?id=45532 Summary: Spelling van = can Product: Tomcat 6 Version: 6.0.18 Platform: PC URL: http://tomcat.apache.org/tomcat-6.0-doc/logging.html OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Note that this logging van be very verbose depending -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 40213] Software caused connection abort
https://issues.apache.org/bugzilla/show_bug.cgi?id=40213 furukawa kunio <[EMAIL PROTECTED]> changed: What|Removed |Added Summary|Software caused connection |Software caused connection |abort: socket write error |abort -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 40213] Software caused connection abort: socket write error
https://issues.apache.org/bugzilla/show_bug.cgi?id=40213 furukawa kunio <[EMAIL PROTECTED]> changed: What|Removed |Added Summary|Tomcat/JK Software caused |Software caused connection |connection abort: socket|abort: socket write error |write error | -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Regarding build.xml for struts application
HI, I had written a build.xml file for my struts application.. this file creates a .war file which i can deploy in a tomcat server. I am able to create a .war file... and wen I deploy it in the server and start calling the application "servername/proj/index.jsp" i can view the jsp page and wen i click the link which calls a action (bookList.do). I am getting a error msg saying "The requested URL /proj/bookList.do was not found on this server." the directory structure is webapps/proj/WEB-INF , webapps/proj/jsp and under WEB-INF i have the files web.xml, struts-config.xml, all struts tlds files, folders(classes,lib) my web.xml file is http://java.sun.com/xml/ns/j2ee"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; version="2.4" xsi:schemaLocation="http$ action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 3 detail 3 0 action *.do index.jsp -struts-config.xml-- http://struts.apache.org/dtds/struts-config$ Can you please let me know wer is the error...??? Thanks in advance Ramya
svn commit: r682422 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: remm Date: Mon Aug 4 08:30:39 2008 New Revision: 682422 URL: http://svn.apache.org/viewvc?rev=682422&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=682422&r1=682421&r2=682422&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Aug 4 08:30:39 2008 @@ -58,13 +58,14 @@ Include possible cause in error message since excpetion isn't that clear http://svn.apache.org/viewvc?rev=680710&view=rev +1: markt - -1: + -1: remm (this error seems to be displayed by Class.newInstance() which should be ok to use; I am +not ok with the idea of working around every error message from JDKs) * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 Add required sync to race condition Based on a patch by Santtu Hyrkk http://svn.apache.org/viewvc?rev=680725&view=rev - +1: markt + +1: markt, remm -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45511 @@ -73,5 +74,5 @@ http://svn.apache.org/viewvc?rev=681735&view=rev (revert) http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/parser/ELParser.jjt?r1=681735&r2=681789 (new fix) Note: Auto-generated files will also need to be updated - +1: markt + +1: markt, remm -1: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Regarding build.xml for struts application
ramya lekha wrote: Can you please let me know wer is the error...??? This is a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45547] New: Not able to start JSF application
https://issues.apache.org/bugzilla/show_bug.cgi?id=45547 Summary: Not able to start JSF application Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P1 Component: Webapps:Manager AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I deployed a simple JSF application in Tomcat 5. If im trying to start the application instance, it is getting failed givuing the below error in console. Aug 4, 2008 10:43:57 PM org.apache.catalina.core.StandardHostDeployer start INFO: standardHost.start /jsf-beans Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator feedStandard Config INFO: Reading standard config org/apache/myfaces/resource/standard-faces-config. xml Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator feedWebAppCo nfig INFO: Reading config /WEB-INF/faces-config.xml Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator logMetaInf INFO: Starting up MyFaces-package : myfaces-api in version : 1.1.5 from path : f ile:/C:/Tomcat/webapps/jsf-beans/WEB-INF/lib/myfaces-api-1.1.5.jar Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator logMetaInf INFO: Starting up MyFaces-package : myfaces-impl in version : 1.1.5 from path : file:/C:/Tomcat/webapps/jsf-beans/WEB-INF/lib/myfaces-impl-1.1.5.jar Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator logMetaInf INFO: MyFaces-package : tomahawk-sandbox not found. Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator logMetaInf INFO: MyFaces-package : tomahawk not found. Aug 4, 2008 10:43:57 PM org.apache.myfaces.shared_impl.util.LocaleUtils toLocale WARNING: Locale name in faces-config.xml null or empty, setting locale to defaul t locale : en_US Aug 4, 2008 10:43:57 PM org.apache.myfaces.config.FacesConfigurator handleSerial Factory INFO: Serialization provider : class org.apache.myfaces.shared_impl.util.serial. DefaultSerialFactory Aug 4, 2008 10:43:57 PM org.apache.myfaces.webapp.StartupServletContextListener initFaces INFO: ServletContext 'C:\Tomcat\webapps\jsf-beans\' initialized. Aug 4, 2008 10:43:57 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Aug 4, 2008 10:43:57 PM org.apache.catalina.core.StandardContext start SEVERE: Context startup failed due to previous errors Please let me know what's the problem is ? and how to solve this ? 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45547] Not able to start JSF application
https://issues.apache.org/bugzilla/show_bug.cgi?id=45547 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-04 11:05:01 PST --- Bugzilla is not a support forum. Please use the users mailing list in the first instance. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
DO NOT REPLY [Bug 45532] Spelling van = can
https://issues.apache.org/bugzilla/show_bug.cgi?id=45532 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-04 15:00:29 PST --- Thanks this has been fixed in svn and will be included in 6.0.19 onwards and 5.5.27 onwards. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
svn commit: r682525 - in /tomcat: container/tc5.5.x/webapps/docs/logging.xml tc6.0.x/trunk/webapps/docs/logging.xml trunk/webapps/docs/logging.xml
Author: markt Date: Mon Aug 4 15:00:38 2008 New Revision: 682525 URL: http://svn.apache.org/viewvc?rev=682525&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45532 Doc typo Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml tomcat/tc6.0.x/trunk/webapps/docs/logging.xml tomcat/trunk/webapps/docs/logging.xml Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/logging.xml?rev=682525&r1=682524&r2=682525&view=diff == --- tomcat/container/tc5.5.x/webapps/docs/logging.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/logging.xml Mon Aug 4 15:00:38 2008 @@ -63,7 +63,7 @@ If you need to setup cross-context detailed logging from within Tomcat's code, - then you can use a simple log4j configuration. Note that this logging van be very + then you can use a simple log4j configuration. Note that this logging can be very verbose depending on the log level you chose to use. Note also that a log4j logging configuration is not going to produce stack trace type logging: those stack traces are output to stdout as discussed above. Modified: tomcat/tc6.0.x/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/logging.xml?rev=682525&r1=682524&r2=682525&view=diff == --- tomcat/tc6.0.x/trunk/webapps/docs/logging.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Mon Aug 4 15:00:38 2008 @@ -73,7 +73,7 @@ If you need to setup cross-context detailed logging from within Tomcat's code, - then you can use a simple log4j configuration. Note that this logging van be very + then you can use a simple log4j configuration. Note that this logging can be very verbose depending on the log level you chose to use. Note also that a log4j logging configuration is not going to produce stack trace type logging: those stack traces are output to stdout as discussed above. Modified: tomcat/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=682525&r1=682524&r2=682525&view=diff == --- tomcat/trunk/webapps/docs/logging.xml (original) +++ tomcat/trunk/webapps/docs/logging.xml Mon Aug 4 15:00:38 2008 @@ -73,7 +73,7 @@ If you need to setup cross-context detailed logging from within Tomcat's code, - then you can use a simple log4j configuration. Note that this logging van be very + then you can use a simple log4j configuration. Note that this logging can be very verbose depending on the log level you chose to use. Note also that a log4j logging configuration is not going to produce stack trace type logging: those stack traces are output to stdout as discussed above. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: When will release 6.0.18 be published to maven?
hi Rob, thanks for the reminder, this is being uploaded as we speak Filip Mohn, Robert wrote: When will release 6.0.18 be published to the maven repositories? Thanks, -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]