JRunners, Is is possible to use AWT components on servlets? If so, how? I would appreciate if one of you could explain my doubt with an example. Thanks === ...
Joćo Carlos Costa
penalva@...
May 2, 1999 6:34 pm
4731
I have a question regarding Dynamic Taglets ... on some of my servlets it appears that getParamters("variable"); doesnt seem to pick up from the tag but gets...
Jon Baer
jonbaer@...
May 2, 1999 7:42 pm
4732
Are you using: td.getParameter("TYPE"); rather than request.getParameter("TYPE"); in your handleTag body? This one has bitten me before also. ... To...
Doug Ahmann
douga@...
May 2, 1999 9:46 pm
4733
Sorry if this is too simple this question, but i was wondering if anyone could explain or give me the simple code for passing information between servlets. Amy...
Amy Tennyenhuis
Amy.Tennyenhuis@...
May 3, 1999 3:11 am
4734
This is a simple example that is the second servlet in a chain - it appends a header and footer to another servlet's output. public void...
Matt O Brumbaugh
Matt.O.Brumbaugh@...
May 3, 1999 11:48 am
4735
WebMacro Servlet Framework ========================== Announcing WebMacro 0.89.1: http://www.webmacro.org/ WebMacro is a Java servlet development framework,...
Justin Wells
reader@...
May 3, 1999 4:02 pm
4736
Live Software is proud to announce the release of JRun 2.3.1 which now contains the 'Preview Release' of our CF_Anywhere product. CF_Anywhere brings powerful...
Paul Colton
pc@...
May 4, 1999 12:48 am
4737
Has anyone used the Servlet API to get CGI Environment variables like SSL_CLIENT_CERT or other SSL based environment variables? I am running Apache 1.3.6 on...
M. Michael Serbinis
mserbinis@...
May 4, 1999 12:51 am
4738
Where is the page encoding support ? why <CF_Anywhere> doesn't have the sample Page Compliantion Control Panel just like JSP does?. -Huang- ... From: Paul...
Jen Hsiang Huang
u5321007@...
May 4, 1999 8:14 pm
4739
Live Software has several job opportunities available. We are looking for experienced engineers who want to contribute to an exciting early-stage Internet...
Paul Colton
pc@...
May 4, 1999 10:22 pm
4740
All, I am trying to run two different servlet based applications using Jrun Pro 2.3 (139), using Apache 1.3.4 on NT. I can't get both applications running at...
Mike Fontenot
mikef@...
May 4, 1999 11:15 pm
4741
Hi. I'm new to the servlet world and have run up against the dreaded error: java.lang.NoClassDefFoundError: borland/jbcl/dataset/$822 Now, this comes about...
Mark Probert
Mark_Probert@...
May 5, 1999 7:31 am
4742
Hi Everybody, I get the following error when i try to execute any servlet Too many concurrent JRun requests JRun is busy. Please try again, or contact the...
Narendra Acharya
anarendra@...
May 5, 1999 9:32 am
4743
I am having the same error as others have reported accessing a Servlet from JRun, "inetinfo.exe - application error" Message "The instruction at "0x10001800" ...
Polum, Mike
mpolum@...
May 5, 1999 6:59 pm
4744
Live Software announces FREE passes to the following two upcoming industry events: SD'99 West Conference: May 9-13, 1999 Expo: May 10-12, 1999 Moscone...
Paul Colton
pc@...
May 6, 1999 9:25 pm
4745
Hi Mike, I had the same problem on IIS4 NT4 server and I resolved it by using the last build of JRUN (build 315 but now you can get the build 401 I think) ...
CEDRIC_CAILLET@...
CEDRIC_CAILLET@...
May 7, 1999 7:29 am
4746
Hi, I am a colleger come from Taiwan. I like JRun, it's really a cool product. But till now, I haven't see JRun really take care of Internationaliation of Java...
Jen Hsiang Huang
u5321007@...
May 7, 1999 2:33 pm
4747
Understanding Enterprise JavaBeans(tm) Technology Seminar Live Software is one of the sponsors joining with Sun Microsystems to offer a day of Enterprise...
Shannon Gillikin
sgillikin@...
May 7, 1999 3:27 pm
4748
And how do we register FREE? ... From: sgillikin@... [mailto:sgillikin@...] Sent: 07 May 1999 16:27 To: jrun-setup@...;...
Nathan Summers
Nathan@...
May 7, 1999 3:59 pm
4749
Ronel Sumibcay
ronel@...
May 7, 1999 4:28 pm
4750
You can send an email to sarah@... and indicate which seminar you will be attending. Thank you. ... ______________________________________ Shannon...
Shannon Gillikin
sgillikin@...
May 7, 1999 4:56 pm
4751
... <CF_Anywhere> is now in 'preview release' and it only supports ASCII encoding. Like our flagship product JRun, <CF_Anywhere> will be updated periodically. ...
Clement Wong
clement@...
May 7, 1999 11:48 pm
4752
Hello, Where can I find a current version of the javadocs for the taglet classes? The JSPEval method signature seems to have changed. thanks, -topher...
Christopher Lakey
topher@...
May 9, 1999 12:38 am
4753
Hi, I have an application where I'm trying to use requestDispatcher to dispatch to an appropriate servlet that is designated at runtime and may or may not...
paul_lanceman@...
May 11, 1999 2:56 am
4754
Does JRUN 2.3.1 still support the HttpSession from JSDK2.0, or do I have to use JSDK2.1 HttpSession? JSDK2.1 says that HttpSessionContext is deprecated; Does...
Khalid Ghanem
ghanem@...
May 11, 1999 5:37 am
4755
JRunners, I have a problem that I can't solve it. I hope that one of you can help me on this emergency. A servlet has an HTML form. When an user submits the...
Joćo Carlos Costa
penalva@...
May 11, 1999 4:38 pm
4756
Live Software, Inc. announced today that Internet pioneer David Pool has joined its board and led an investment group with a round of equity financing. Pool...
Paul Colton
pc@...
May 11, 1999 10:20 pm
4757
Hello, This might be slightly off-topic for this group, but if you could forgive me and point me to an email list that deals with these (JDBC/Oracle) issues, I...
Kuldip Oberoi
koberoi@...
May 12, 1999 10:48 pm
4758
We tried this approach as well. We noticed the same problem as you. One thing that helped us was to map *.html files to files,ssifilter in the JRun...
solomon_duskis@...
May 12, 1999 11:05 pm
4759
JRunners, I was just experiencing a Jason Hunter's servlet that imports O'Reilly's MultipartRequest class and I got the following error: ...