Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能性はあり<jsp:include page="C:/Documents and Settings/admin/My Documentslibrary/example.jsp"></jsp:include>ますか?ありがとう。
<jsp:include page="C:/Documents and Settings/admin/My Documentslibrary/example.jsp"></jsp:include>
いいえ。jsp:includeには相対パスまたは式を含めることができます。プロトコル名、ポート番号、またはドメイン名を含めることはできません。URLは、絶対または現在のJSPページからの相対URLにすることができます。絶対パス(/で始まる)の場合、パス名はWebサーバーまたはアプリケーションサーバーによって解決されます。