Hi,

Op 27 mrt 2009, om 10:38 heeft David Kellerman het volgende geschreven:
This is a newbie question, so I'll apologize in advance if there's an obvous answer
that I've overlooked, but I'm stuck.

I've installed MMBase 1.9.0 on an Apache 2.0.51, Tomcat 5.5.26, JVM 1.5.0-5 system. Requests are routed from Apache to Tomcat using JK2; there are multiple webapps, and MMBase is in a /MMBase context. MMBase starts with no problems
reported in the log files.

Do you have the same problem when you visit these pages just through Tomcat, without Apache and JK2 ? Then we can rule configuration problems with JK2 out.

---André



JSP files that are referenced using <mm:component> tags aren't being processed as JSP code -- they're just getting copied into the page, with no interpretation of
the JSP tags.

For instance, if I reference the main MMBase admin page:
    http://www.nls.com/MMBase/mmbase/admin/
which displays admin/index.jsp, I see uninterpreted JSP commands in the main content section. If I look at the page source in my browser, the beginning of the
section looks like this:
<div id="content">
  <h2 class="top">Servers</h2>
<!-- core page = 'file:/www_root/webapps/MMBase/mmbase/components/ core/servers.jspx' -->
  <mm:cloud rank="administrator"
          xmlns:jsp="http://java.sun.com/JSP/Page";
          xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
          >
  <jsp:output omit-xml-declaration="true" />
  <mm:import externid="server" from="request" />
Can someone tell me what's going on here?

Thanks,
David


_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

--
André van Toly
MMBase development & Userfriendly webdesign

W: http://www.toly.nl
M: +31(0)627233562
------------------------------------------------------------------ ~~<<>>~~

_______________________________________________
Users mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/users

Reply via email to