Java/jsp Helloworld
ナビゲーションに移動
検索に移動
プロジェクトディレクトリの下にhello.jpsを作成
hello.jps
<html> <body>
<h2>HelloJSP!
<%=new java.util.Date()%> </body> </html>
アクセス
http://localhost:8080/helloworld/hello.jps 要tomcatを起動
hello.jps
<html> <body>
<h2>HelloJSP!
<%=new java.util.Date()%> </body> </html>
http://localhost:8080/helloworld/hello.jps 要tomcatを起動
|
|