edison, does your web.xml [WebContent/WEB-INF/web.xml] look like this? configuration for your servlets is in this file. here's how my web.xml for the...
It has been advised that java programmers shouldn't concatenate strings with the + operator, but, should use StringBuffer or StringBuilder instead. But I was...
Otan
ghostfighter@...
Nov 2, 2006 2:32 am
14663
... Trade secrets may friend - Joke! Honestly I don't know. But this jstl.core.If has been circulating around JSTL community for a while as an enhancement to...
Here's my take on this: String concatenation isn't bad. It's actually practical if you're just building a short string, and performance isn't an issue. But if...
It is not that it is unsafe rather it is considered as a bad practice. The use of String concatString = "First String "+"Second String."; for example will be...
Is it possible to update a Jar or Class without affecting the operation of the server ? The scenario is I have 5 modules packaged on 5 jars running on an...
we also had the same problem, the solution we did was we changed the printer driver... hth, chard ... Want to start your own business? Learn how on Yahoo!...
I suggest you start with this URL http://www.javapassion.com/javaintro/ Albert Sun asun at systemacorp dot com www.systemacorp.com ... java and other...
Hello there... There are two possibilities to such occurrence: 1. JODE had done the optimization such that the decompiler generated source code is in the...
Friendly working atmosphere. Exciting projects - build a LinkedIn-like service for a very specific industry, implement advanced search features, other cool...
i have a PHP site and an applet since members login... the applet will open, for them to use how can I take the name of the member and show it in the...
Netbeans using level 1 obfuscation seems to do this automatically. Same with Sun Dev. It actually generates 2 sets of jar files one for debug and one for ...
java applets (and other browser plugins such as flash and windows media player) can accept parameters specified in the <param> tags of object, embed or even...
Otan
ghostfighter@...
Nov 4, 2006 6:49 pm
14675
see http://tomcat.apache.org/tomcat-5.5-doc/config/context.html see also: see: ...
Even if it's possible you still have to ask for downtime. You'll never know what will happen. Remember this is a production system. ... -- The only true wisdom...
... If your Tomcat instance has hot-deploy enabled (not a good idea if it's production, mind you). -- JM Ibanez Senior Software Engineer Orange & Bronze...
hi noreen thanx po sa reply nope, hindi po parehas yung web.xml natin and try ko po ulit install yung tomcat nag download po me ang version po tomcat5.5.20...
Thanks for the replys. Greatly appreciate it ... From: Melvin Dave Vivas <melvindave@...> To: pinoyjug@yahoogroups.com Sent: Sunday, November 5, 2006...
Hi James, Use a native JDBC library from MySQL (e.g. mysql-connector-java-3.1.8-bin.jar). In your JDBC string connectiong use the required parameters to...
Please check your environment variables. Java_Home should be JAVA_HOME? 1) I install the Tomcat at c: 2) I make Java_Home 3) I copy the servlet-api to root of...
hi guys, our team has just made plans on using CVS. i understand using CVS can control the source codes.. I wish for your comments on how do you implements...
this was very straight to the point indeed a big THANKYOU for you very TRULY THANKFULLY, nato_yuyuhakushu Otan <ghostfighter@...> wrote: java applets...
I would like to kindly ask if someone in the group is using Apache JAMES in production environment. It just announced its final released for 2006, JAMES...
I know this doesn't answer your question but I suggest you use Subversion. It been billed by its creators as the replacement for CVS. You can read more about...