0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

5週目 spring1

Posted at

南宮城の一行整理
1講 URLが遠隔プログラムを呼び出すと遠隔プログラムWASが必要だが、WASがトムキャットだ8080ポート@Controller@RequestMapping
2講 AWSという実際のサーバーにアップしてみよう。 サーバーにアップロードしないときはインスタンス中止を押しておく終了は押してはいけない
3講 HttpSevletRequest必要なものをメインメソッドに媒介変数宣言すると、トムキャットが勝手に入れてくれるHttpSevletResponseでブラウザに出力する。
4講 動的リソース 値が変わること。静的リソース ファイル形態で値が変わらないこと。クライアント>サービス要請>サーバ>サービス応答>クライアント
5講 WAS WebApplicitonService=サーバーにプログラムをインストールしてクライアントがプログラムを使用できるようにするWAS=トムキャットServlet=小さなサーバープログラム
6講 トムキャット設定ファイルconf/server.xml サーバー設定ファイルconf/web.xml トムキャットのすべてのサーバーWebapp設定ファイルWEB-INF/web.xml webappの個別設定
7講 プロトコル=データ形式のルール http=テキストベースのプロトコルであり、状態やクライアントを保存しないため、クッキーとセッションでセキュリティする。 404クライアントエラー505サーバエラー get方式URLの後ろにデータ Post方式ボディにデータが付く
8講 テキストファイル文字 バイナリファイル文字と数字 MIMEバイナリファイルを伝送するためにタイプを明示 Base64バイナリデータをテキストデータに変換する際に64進法で行われる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?