Since 4/14/2012 3:06:39 AM, spamtrap11 has written 4 articles and participated in 370 conversations. spamtrap11 signature: spamtrap11
spamtrap11's articles:
Items(4) /1
ORA-03113 with DEC3Encrypt132 (7/13/2005 3:31:03 PM) comp.databases.oracle.server I have the following Stored Procedure, adapted from several examples: CREATE OR REPLACE PROCEDURE "TEST_ENCRYPT" (input_string in VARCHAR2) as input_string2 VARCHAR2(16) := RPAD(input_string, 16); ke... Bryce
Tomcat 404 Custom Error637 (4/13/2005 3:59:59 PM) comp.lang.java.programmer I'm having a problem using a custom 404 error page with Tomcat. Here's what I've done: Got the following method in my servlet: public void doGet(HttpServletRequest request, HttpServletResponse response) ... Bryce
OT: Selling my Waldorf Attack on Ebay097 (4/27/2004 3:53:05 PM) comp.music.midi I'm selling my copy of the Waldorf Attack VSTi. Both Mac and PC versions on CD. Legitimate copy. Uses CD Authorization. http://tinyurl.com/yv9sx http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3720333088&... Bryce
Struts, adding parameters to a request217 (12/2/2005 5:28:10 PM) comp.lang.java.programmer Let's say I have a web page called /emailForm.jsp with a form and a submit button. Let's also say that /emailForm.jsp receives some request parameters. When the user clicks the submit button on the emailForm.... boanator(13)
Sun Java products pricelist816 (11/13/2005 11:11:30 AM) comp.lang.java.programmer Hi All, I have been looking around in the Sun website and found two interesting products: Java 2 Platform, Standard Edition (J2SE) http://java.sun.com/j2se/index.jsp Sun NetBeans at http://... feedscrn(6)
JSTL and SQL (with MS Access??)318 (11/7/2005 4:31:44 PM) comp.lang.java.programmer For the purposes of doing a demonstration, and since Access is the DB that we have in the class I am teaching in, I am trying to connect JSP with MS Access. It is very difficult to find any examples that do th... doug264(62)
problem in jsp/jstl222 (11/7/2005 2:13:54 PM) comp.lang.java.programmer hi i am new to jsp and i am learning it from oreilly JSP by Bergsten, the psoblem is that when i try to run an example from book ..... 1+2+3= .... then only template text appears i m using tomcat 4.1 and downlo... abs_iiitm(3)
Launch a class on tomcat startup226 (11/7/2005 12:42:15 PM) comp.lang.java.programmer Hi, I was wondering if there is any means by which I could launch my own class when tomcat starts (in the same jvm). This class would start a new thread that, in a loop, polls some log files for upd... ramprasad.madathil(2)
Session Beans216 (11/4/2005 10:18:01 AM) comp.lang.java.programmer I am implementing a shoping cart apllication using ejb stateful session beans as an excercise in learning ejb. I use a jsp page as the client. I use sun system application server. My problem is, when the web se... mahalwarawa(25)
Deployment to Multiple Tomcat Instances221 (11/1/2005 3:16:54 PM) comp.lang.java.programmer I have a large tomcat/j2ee application that exists on 16 instances of tomcat spread out across 9 server. My problem (as you can probably guess) is that deployment of new code to all of these instances takes an... pjcrump(1)
Mindprod.com news2725 (11/1/2005 7:14:08 AM) comp.lang.java.programmer You may not have been able to access the main java glossary page http://mindprod.com/jgloss/jgloss.html today. The Novell server somehow locked the file during an upload leaving it with 0 bytes. I could not d... my_email_is_posted_on_my_website(4730)
Java Object Persistence (JSP & Java)422 (10/31/2005 2:12:49 PM) comp.lang.java.programmer Hi all. I'm currently working on a simulation with a web frontend. The simulation is based on 3 components: - A Webfrontend - A persister (which is the object of my quetsio :-) - A WorkHorse The Workhor... Decker.Christian(78)