Tutorial: Using Tomcat 6 with Eclipse It takes only a short time to download Eclipse and learn the bare bones basics of using it to build Web apps and deploy them to Tomcat. This time will be very quickly recouped by the savings in developmen... 続きを読む
java | 17:02web.xmlに invoker org.apache.catalina.servlets.InvokerServlet invoker /servlet/* を追加。以前はこれだけで動いたらしいが、tomcat6ではjava.lang.SecurityException: クラス org.apache.catalina.servlets.InvokerServlet のサーブレットは特... 続きを読む
ここでは,Eclipse を使って,Apache Tomcat 上で動く Java サーブレット・プログラムを作る手順を,操作手順の図解とプログラムの見本を使って説明します. Apache Tomcat とは(以下,Apache Tomcat のことを「Tomcat」と書きます), Java サーブレット(Jav... 続きを読む
Tomcatプラグインを入れておけば、EclipseからTomcatを起動・停止できて便利っつーことですな。 WTP(EclipseのWeb Tools Projectの略)をインストールしたかったけど、よくわからんかったので、Tomcatプラグインを入れることにした。ま、BEAもJBossも使う予定... 続きを読む
Java servers like Jetty, GlassFish and Tomcat You cannot deploy using .war files. The application files need to be deployed into a folder, because the Java web application folder must be specified for Nginx so that it can find and directly se... 続きを読む
Posted by Scoundrel under Networks · Thu 18 May 2006 Two weeks ago we have started new version of one of our primary web projects and have started very massive advertisement campaign to promote this web site. As the result of that advertiseme... 続きを読む
メモ代わりに使わせてもらってます。ApacheとTomcatを連携するときには、mod_jkをよく使います。 mod_jk.soをロードして、mod_jk.confとworkers.propertiesを 用意して・・・と結構面倒ですが、nginxはwebサーバーと リバースプロキシ両方の機能を持ってますの... 続きを読む
Mac OS X, Tomcat, MacPortsWhat makes Tomcat 6 failed to install?It causes that enough memory isn't assigned for Apache Ant to build Tomcat 6.Conditions to build Tomcat 6 when I try doing it.Mac OS X 10.6.3Java 1.6.0_17 % java -version java ve... 続きを読む