You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/27 23:42:43 UTC

[Tomcat Wiki] Trivial Update of "FAQ/Miscellaneous" by KonstantinKolinko

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.

The "FAQ/Miscellaneous" page has been changed by KonstantinKolinko.
The comment on this change is: Corrected code samples syntax, updated some links..
http://wiki.apache.org/tomcat/FAQ/Miscellaneous?action=diff&rev1=16&rev2=17

--------------------------------------------------

  
  Are you seeing this?
  
+ {{{
- {{{      org.apache.jasper.JasperException: Unable to compile
+       org.apache.jasper.JasperException: Unable to compile
        class for JSP
  
        An error occurred at line: -1 in the jsp file: null
@@ -47, +48 @@

            [javac] Since fork is true, ignoring compiler
        setting.
            [javac] Compiling 1 source file
-          [javac] Since fork is true, ignoring compiler
+           [javac] Since fork is true, ignoring compiler
-       setting. }}}
+       setting. 
+ }}}
      
- If so, here is some solutions:
+ If so, here are some solutions:
  
   * [[http://marc.theaimsgroup.com/?l=tomcat-user&m=104949554010352&w=2|Environment variable issue]]
   * [[http://issues.apache.org/bugzilla/show_bug.cgi?id=16688|Environment issue]] or [[http://issues.apache.org/bugzilla/show_bug.cgi?id=20527|Ant issue]]
@@ -107, +109 @@

  
  In web.xml ...
  
+ {{{
- {{{        <error-page>
+         <error-page>
              <error-code>404</error-code>
              <location>/error/404.html</location>
          </error-page>
@@ -122, +125 @@

  
  <<Anchor(Q8)>>'''How do I configure Tomcat to NOT to store the sessions during shutdown?'''
  
- [[http://tomcat.apache.org/tomcat-4.1-doc/config/manager.html|Look at the Session manager component and tweak accordingly. One way is to tell tomcat to persist sessions to a path which does not exist. (So tomcat will not store, or be able to load the sessions)]]
+ [[http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html|Look at the Session manager component and tweak accordingly. One way is to tell tomcat to persist sessions to a path which does not exist. (So tomcat will not store, or be able to load the sessions)]]
  
  <<Anchor(Q9)>>'''How do I disable tag pooling?'''
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org