Make sure to name the context file blog.xml as well.

If this doesn't work we may also need to see the localhost log written by 
Tomcat or captured console output during your startup.

--a.


----- Original Message ----- 
  From: Cheng, Christopher 
  To: [email protected] 
  Sent: Wednesday, August 23, 2006 3:12 PM
  Subject: Roller startup problem


  I am trying to load up roller on my web browser, but it keeps saying that 
http://localhost:8080/blog is not available (I renamed roller to blog at the 
request of my supervisor). I followed the installation guide very closely, but 
I am not sure what I did wrong. 

   

  I installed it in the following directory: C:\apache\tomcat\webapps\blog

   

  I am currently using Roller 2.3, with Apache Tomcat 5.5.15, MySql 5.0, Java 
1.5, Windows Server 2003, and IE 6.0.

   

  Thanks for your help

   

  Chris

   

   

  I have attached my XML file and the log below (I apologize for the length of 
the log file):

   

  <Context path="/blog" docBase="/apache/tomcat/webapps/blog" debug="0">

  <Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource"

  driverClassName="com.mysql.jdbc.Driver"

  url="jdbc:mysql://localhost:8080/blog?autoReconnect=true&amp;useUnicode=true&

  amp;characterEncoding=utf-8&amp;mysqlEncoding=utf8"

  username="chris"

  password="chris"

  maxActive="20"

  maxIdle="3"

  removeAbandoned="true"

  maxWait="3000" />

  <!-- If you want e-mail features, un-comment the section below -->

  <!--

  <Resource name="mail/Session" auth="Container" type="javax.mail.Session"

  mail.smtp.host="mailhost.example.com" />

  -->

  </Context>

   

Reply via email to