Personal tools
You are here: Home ブログ 福島英俊 invoker servlet(自分用の備忘録)
« December 2010 »
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
About this blog
福島英俊のブログ
Recent comments
Re:windows on intel mac fukushima 2006-04-06
Re:windows on intel mac Anonymous User 2006-04-06
Re:幼稚園のバレンタイン fukushima 2006-02-14
v-day dev 2006-02-14
Re:理想のコミュニティウェア inoue 2006-02-13
 
Document Actions

invoker servlet(自分用の備忘録)

自分用の備忘録。

単にテストなどで、web.xmlでservletを指定するのも面倒な場合は、invoker servletを有効にすることで楽ができます。
ただ、tomcat 5.5では、デフォルトでは、invoker servletは無効になっているので、/conf/web.xmlのコメントアウトを2箇所外す必要があります。

外す必要があるのは、96行目付近の下記の部分と、

<servlet>
<servlet-name>invoker</servlet-name>
<servlet-class>
org.apache.catalina.servlets.InvokerServlet
</servlet-class>
<init-param>
<param-name>debug</param-name>
<param-value>0</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet>

334行目付近の下記の部分。

<!-- The mapping for the invoker servlet -->
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>

Category(s)
開発
The URL to Trackback this entry is:
http://dev.ariel-networks.com/Members/fukushima/invoker-servlet-81ea52067528306e50995fd89332/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
(Required)
This helps us prevent automated spamming.
Captcha Image


Copyright(C) 2001 - 2006 Ariel Networks, Inc. All rights reserved.