[Tomcat Wiki] Update of FAQ/Miscellaneous by KonstantinKolinko

2011-07-11 Thread Apache Wiki
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:
http://wiki.apache.org/tomcat/FAQ/Miscellaneous?action=diffrev1=25rev2=26

Comment:
Replace http://marc.theaimsgroup.com/ with http://marc.info/

  
  If so, here are some solutions:
  
-  * 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=104949554010352w=2|Environment 
variable issue]]
+  * [[http://marc.info/?l=tomcat-userm=104949554010352w=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]]
-  * Others have had success by added JAVA_HOME/bin to their PATH. 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=105525594928279w=2|1]] ... 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=105526353505541w=2|2]] and 
make sure you are using the full JDK and not the JRE.
+  * Others have had success by added JAVA_HOME/bin to their PATH. 
[[http://marc.info/?l=tomcat-userm=105525594928279w=2|1]] ... 
[[http://marc.info/?l=tomcat-userm=105526353505541w=2|2]] and make sure you 
are using the full JDK and not the JRE.
  
  In the case of the Environment issues, it is typical that on Windows, the 
startup scripts work fine and the service does not. The service uses registry 
values to look for java and other stuff. To save yourself some trouble, see 
if the [[http://web.bvu.edu/staff/david/tcservcfg/|NT Service Config Utility]] 
is helpful.
  
@@ -69, +69 @@

  
  Using /servlet/ to map servlets is evil, absolutely evil. Even more evil than 
[[http://www.eviloverlord.com/lists/overlord.html|this]] . That being said, 
here are some threads that may answer this:
  
-  * 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=103417249925541w=2|(SECURITY) 
Apache Tomcat 4.x JSP source disclosure]] vulnerability
+  * [[http://marc.info/?l=tomcat-userm=103417249925541w=2|(SECURITY) Apache 
Tomcat 4.x JSP source disclosure]] vulnerability
-  * [[http://marc.theaimsgroup.com/?t=10394533713r=1w=2|Cannot Run 
Servlets, only JSP's, Part II]]
+  * [[http://marc.info/?t=10394533713r=1w=2|Cannot Run Servlets, only 
JSP's, Part II]]
-  * [[http://marc.theaimsgroup.com/?t=10432685411r=1w=2|Tomcat 
configuration problem: JSPs work, servlets don]]
+  * [[http://marc.info/?t=10432685411r=1w=2|Tomcat configuration 
problem: JSPs work, servlets don]]
  
  
  BR
@@ -131, +131 @@

  
  Anchor(Q7)'''Should I use the LE version?'''
  
- No. It was an experiment, it failed. (YMMV) The original purpose of LE 
light edition of Tomcat 4.0, 4.1 was because jdk1.4 provides a LOT of 
standard functionality that Tomcat uses that was not in jdk1.3. So to save some 
space two distributions were made to save some bandwidth. Since then, it has 
been an exercise in confusion. (Flame me if you disagree) 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=105341005928071w=2|More info]]
+ No. It was an experiment, it failed. (YMMV) The original purpose of LE 
light edition of Tomcat 4.0, 4.1 was because jdk1.4 provides a LOT of 
standard functionality that Tomcat uses that was not in jdk1.3. So to save some 
space two distributions were made to save some bandwidth. Since then, it has 
been an exercise in confusion. (Flame me if you disagree) 
[[http://marc.info/?l=tomcat-userm=105341005928071w=2|More info]]
  
  
  BR
@@ -145, +145 @@

  
  Anchor(Q10)'''Is there a DTD for server.xml?'''
  
- No! Nor can one accurately exist. 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=104205666221372w=2|Here's why]]
+ No! Nor can one accurately exist. 
[[http://marc.info/?l=tomcat-userm=104205666221372w=2|Here's why]]
  
  
  BR
  
  Anchor(Q11)'''How do I change the welcome file? ( I want to show 
index.jsp instead of index.html)'''
  
- This is done in web.xml by changing welcome-files-list. 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=104566785828794w=2|More 
detail]].
+ This is done in web.xml by changing welcome-files-list. 
[[http://marc.info/?l=tomcat-userm=104566785828794w=2|More detail]].
  
  
  BR
@@ -190, +190 @@

  
  Anchor(Q13)'''How do I use symbolic links with jars?'''
  
- You'll need to tweak with server.xml and 
[[http://marc.theaimsgroup.com/?l=tomcat-userm=105159411609623w=2|do this]]. 
(Don't worry - its really easy!) Update: you should be worried -- this feature 
has its drawbacks.
+ You'll need to tweak with server.xml and 
[[http://marc.info/?l=tomcat-userm=105159411609623w=2|do this]]. (Don't worry 
- its really easy!) Update: you should be worried -- this feature has its 
drawbacks.
  
  
  BR
@@ -253, +253 @@

  Anchor(Q17)'''How do I make a scheduled event on Tomcat?'''
  
  Tomcat does not support this directly. Its not part of the Servlet or JSP 
Specification.
- If you do need this functionality see 
[[http://marc.theaimsgroup.com/?t=10619291874r=1w=2|this thread]] or 

[Tomcat Wiki] Update of FAQ/Miscellaneous by KonstantinKolinko

2009-05-05 Thread Apache Wiki
Dear Wiki user,

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

The following page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Miscellaneous

The comment on the change is:
corrected broken link and adjusted wording (in some old TC 4.x specific question

--
  
  [[Anchor(Q7)]]'''Should I use the LE version?'''
  
- No. It was an experiment, it failed. (YMMV) The original purpose of LE was 
because jdk1.4 provides a LOT of standard functionality that Tomcat uses that 
was not in jdk1.3. So to save some space two distributions were made to save 
some bandwidth. Since then, it has been an exercise in confusion. (Flame me if 
you disagree) [http://marc.theaimsgroup.com/?l=tomcat-user=105341005928071w=2 
More info]
+ No. It was an experiment, it failed. (YMMV) The original purpose of LE 
light edition of Tomcat 4.0, 4.1 was because jdk1.4 provides a LOT of 
standard functionality that Tomcat uses that was not in jdk1.3. So to save some 
space two distributions were made to save some bandwidth. Since then, it has 
been an exercise in confusion. (Flame me if you disagree) 
[http://marc.theaimsgroup.com/?l=tomcat-userm=105341005928071w=2 More info]
  
  [[Anchor(Q8)]]'''How do I configure Tomcat to NOT to store the sessions 
during shutdown?'''
  

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



[Tomcat Wiki] Update of FAQ/Miscellaneous by KonstantinKolinko

2009-05-05 Thread Apache Wiki
Dear Wiki user,

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

The following page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Miscellaneous

The comment on the change is:
Added a note to How do I disable tag pooling? question

--
  
  To disable tag pooling: See $TOMCAT_HOME/conf/web.xml -- enablePooling=false 
for the jsp servlet declaration.
  
+ 'Note'':''' This option, as well as most other configuration options of 
[http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html JspServlet], affects 
code generation and compilation of JSP pages. It will not alter the behavior of 
JSPs that have already been compiled.
+ 
  [[Anchor(Q10)]]'''Is there a DTD for server.xml?'''
  
  No! Nor can one accurately exist. 
[http://marc.theaimsgroup.com/?l=tomcat-userm=104205666221372w=2 Here's why]

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