Eclipse 2.1, Lomboz 2.1.3 and Tomcat 5 JSP debugging

xiaoxiao2021-03-06  67

In the past, I used Handmade JSP, even Struts Hibernate, today I found information online, learn how to debug JSP with Eclipse2.1 Lomboz Tomcat5, improve the efficiency of writing code.

I have seen 3 articles for Dawave and another article get it. The article links are as follows: http://blog.9cbs.net/dawave/archive/2004/07/22/49307.aspxhttp: //blog.9cbs.net/daWave/Archive/2004/07/23/50242.aspxhttp: //blog.9cbs.net/dawave/archive/2004/07/25/51879.aspxhttp://coolbear.yculblog.com/post-100318.html

DaWave writes in article 3: ========================================== === There is also an important setting before starting Tomcat, builds a Tomcat configuration file for your web project, where the conf / catalina / localhost under the Tomcat directory, the file can be arbitrarily named, but must use XML expansion Name (in short, it is in line with Tomcat's rules). The content of the configuration file is simple, such as my Project called Blog, the content of the configuration file (blog.xml) is:

======= =====================================, I tried, I found that Tomcat failed, saying blog.xml The syntax has a problem. Then I used another article, after the change of Tomcat's server.xml file, success.

Whether it is a mistake in the error or DaWave, I wrote my experience, even if I paved the road for the future. Finally, I am somewhat disappointed, some places still need to directly modify the configuration file instead of configuring it in the graphical interface.

转载请注明原文地址:https://www.9cbs.com/read-110692.html

New Post(0)