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=diff&rev1=25&rev2=26

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

      
  If so, here are some solutions:
  
-  * 
[[http://marc.theaimsgroup.com/?l=tomcat-user&m=104949554010352&w=2|Environment 
variable issue]]
+  * [[http://marc.info/?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]]
-  * Others have had success by added JAVA_HOME/bin to their PATH. 
[[http://marc.theaimsgroup.com/?l=tomcat-user&m=105525594928279&w=2|1]] ... 
[[http://marc.theaimsgroup.com/?l=tomcat-user&m=105526353505541&w=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-user&m=105525594928279&w=2|1]] ... 
[[http://marc.info/?l=tomcat-user&m=105526353505541&w=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-user&m=103417249925541&w=2|(SECURITY) 
Apache Tomcat 4.x JSP source disclosure]] vulnerability
+  * [[http://marc.info/?l=tomcat-user&m=103417249925541&w=2|(SECURITY) Apache 
Tomcat 4.x JSP source disclosure]] vulnerability
-  * [[http://marc.theaimsgroup.com/?t=103945337100003&r=1&w=2|Cannot Run 
Servlets, only JSP's, Part II]]
+  * [[http://marc.info/?t=103945337100003&r=1&w=2|Cannot Run Servlets, only 
JSP's, Part II]]
-  * [[http://marc.theaimsgroup.com/?t=104326854100001&r=1&w=2|Tomcat 
configuration problem: JSPs work, servlets don]]
+  * [[http://marc.info/?t=104326854100001&r=1&w=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-user&m=105341005928071&w=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-user&m=105341005928071&w=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-user&m=104205666221372&w=2|Here's why]]
+ No! Nor can one accurately exist. 
[[http://marc.info/?l=tomcat-user&m=104205666221372&w=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-user&m=104566785828794&w=2|More 
detail]].
+ This is done in web.xml by changing welcome-files-list. 
[[http://marc.info/?l=tomcat-user&m=104566785828794&w=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-user&m=105159411609623&w=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-user&m=105159411609623&w=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=106192918700004&r=1&w=2|this thread]] or 
[[http://marc.theaimsgroup.com/?l=tomcat-user&m=106157051231075&w=2|this link]].
+ If you do need this functionality see 
[[http://marc.info/?t=106192918700004&r=1&w=2|this thread]] or 
[[http://marc.info/?l=tomcat-user&m=106157051231075&w=2|this link]].
  
  
  <<BR>>

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

Reply via email to