How to Run PHP in JSP/JAVASeptember 23rd, 2009 With Apache Tomcat developers can enable PHP only in one web application and run it globally for all applications under tomcat. Generally, PHP is said to have several orders of magnitude more open source code and projects.
How to run javac 1.5 (or beyond) compiler for JSP compilation in Tomcat 5.5 with generics enabled (and other Java 1.5 only features like autoboxing)February 3rd, 2005 Target Audience
Java/JSP developers on Tomcat and Application Server administrators. Problem
Tomcat 5.5 (unlike Tomcat 5.0 and versions below) comes with Eclipse JDT compiler enabled by default for JSP compilation.
Running cgi-bin on Tomcat: Simple steps & gotchasMarch 24th, 2004 cgi-bin programs (common executables) can be run from Tomcat. It is however not enabled by default.
Running php 5.x on windows using tomcat 4.x or 5.xDecember 11th, 2004 Using php 5.x is not documented in the manual, there are lots of questions with few answers, redundant hints etc. Even php 4.x users will benefit from this as it shows how to enable php only in a single web application, instead of all web applications as all the existing docs state. Enjoy!
What Java Needs Most To Be The Preferred Web 2.0 LanguageSeptember 25th, 2006 Many would think at this point I am talking about better AJAX support in the core. While we do need better support for AJAX and I am not talking about DWR, I don't think that's what ails Java in its quest for being.
Top 10 Missing Java Features (or How Java Can Thrive in 21st Century)May 5th, 2006 This is a list of top 10 features missing in Java, features that I think will help Java survive and thrive in 21st century. As Java developers let's take this occassion to raise our voice and let our demands be heard.
Free JSP, Servlet Hosting ProviderJune 23rd, 2005 I was a long time user of mycgiserver.com which is the first and only provider of free JSP Hosting that I am aware of. As some of you know it was saved at the last minute by Rick H of JavaLobby fame, who supported continual survival and health of the company.
Apache Continuum - A Detailed Look at the Open Source Continuous Integration SystemNovember 27th, 2008 Apache Continuum, a partner to Apache Maven, is a continuous integration server, which runs and builds on a configurable schedule.So what does this term 'Continuous Integration' mean? The term continuous integration refers to a process that builds and tests code on a frequent, regular basis. Many continuous integration systems monitor a source repository at regular intervals and trigger an integration every time someone commits a change.
Sun To Acquire SeeBeyond, Application Integration and Business Process Management (BPM software) VendorJuly 22nd, 2005 Merger Execution Is The Main Risk Factor
Mystery of Vanishing Sysdeo Tomcat Plugin for EclipseSeptember 18th, 2005 I posted earlier about my inability to use Sysdeo Tomcat Plugin with Eclipse 3.1. I found the solution.
How To Resolve Tomcat - Openfire Port ConflictNovember 13th, 2007 Openfire (Jabber/XMPP server) by default binds on port 8080 which is also used by Tomcat. This causes Tomcat to fail when openfire is started before it.
Google App Engine Support Java And How To Get An Early Invite FreeApril 8th, 2009 The breaking news today is Google App Engine has finally announced support for Java. The Java environment provides a Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache.
Selecting the Best Compiler OptionsJuly 18th, 2005 The fundamental questions
There are two questions that you need to ask when compiling your program:
1. What do I know about the platforms that this program will run on?
2.
6 Free Java Object Cache ProductsJuly 30th, 2006 This is a comprehensive list of various free Java object cache products with descriptions. This list is for my reference and hopefully yours.
View All WordPress OptionsMarch 25th, 2008 Browse to http://your.blog.domain/wp-admin/options.php
Replace your.blog.domain with your own blog domain like for example blog.taragana.com for this blog.
November 9th, 2006 at 9:33 pm
Hi,
I’m do programming in jsp (in my site) which is need to invoke another URL/site which use PHP. The problem is I don’t know how to INVOKE in JSP.
Exp:
mysite
http://abc.com/index.jsp
phpsite
http://def.com/index.php
from mysite i need to passing parameter to the phpsite and then get back the response/parameter from the phpsite. In this situasion on phpsite was not allow to send redirect. The only way is to INVOKE that page.
Anyone have the idea please share with me to solve this problem.
Thanks,
jclabu.
November 30th, 2006 at 10:55 pm
hai
August 10th, 2008 at 10:05 pm
Servlet php is not available Error is coming