我试图使用 java.using php 使用 ckeditor 安装 ckfinder 我成功了,但没有使用 jsp 这是我的 jsp 文件。
<%@ taglib uri="http://ckfinder.com" prefix="ckfinder" %>
<html>
<head>
<script type="text/javascript" src="ckeditor/ckeditor.js"></script>
<script type="text/javascript" src="ckfinder/ckfinder.js"></script>
</head>
<body>
<h1>CKEditor CKFinder Integration using PHP</h1>
<ckfinder:ckfinder basePath="ckfinder/" />
<textarea id="editor1" name="editor1" rows="10" cols="80"></textarea>
</body>
</html>
首先这是正确的吗?还有ckfinder basepath
,它应该指向哪里?当我尝试这个时,它给了我这个错误
org.apache.jasper.JasperException: The absolute uri: http://ckfinder.com cannot be resolved in either web.xml or the jar files deployed with this application
请帮忙,让我知道需要更多的东西