Search the web
Sign In
New User? Sign Up
jrun-interest · Java Servlet engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 12358 - 12387 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12358
Hello, I'm new to JRun but am familar with Cold Fusion. Does JRun handle transactions with JSP tags or do you have to write servlets? in CF i would...
Rui Mu
ruimumu@...
Send Email
Apr 1, 2001
6:21 pm
12359
Hi, I have following question: Does there exist a patch 158 for the Linux version of JRun 2.3.3? If yes, where can I find it? Thanks in advance, Michael ...
Michael Alten
M.Alten@...
Send Email
Apr 1, 2001
7:04 pm
12360
Hi, When I try to deploy any ejb, my JRun server gives the following error. Some of the ejbs I try to deploy works on other machines. But even the most simple...
Bhuvana Suresh
bsuresh@...
Send Email
Apr 2, 2001
10:05 am
12361 Micky Kwik
micky.kwik@...
Send Email
Apr 2, 2001
2:50 pm
12362
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at...
Christopher B. Hamlin
chamlin@...
Send Email
Apr 2, 2001
3:09 pm
12363
It looks like JRun is trying to run the compiler and can't find it. Check your JRun settings that specify which JVM JRun is using. Try putting the bin...
Mark Phelps
mark.phelps@...
Send Email
Apr 2, 2001
4:37 pm
12364
Can anyone tell me what kind of response or user load I could reliably expect to get out of JRun given the following information: -Machine is a dual-processor...
R.Price@...
Send Email
Apr 2, 2001
7:47 pm
12365
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP...
ychen@...
Send Email
Apr 2, 2001
8:37 pm
12366
Hi, Sorry for another stupid question, how do you expire cookies. thank you YC ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your...
ychen@...
Send Email
Apr 2, 2001
9:15 pm
12367
set a cookie with 0 as max age Cookie c = new Cookie(name, "null"); c.setMaxAge(0); Travis ---- Original Message ---- From: ychen@... Sent: 2001-04-02...
travis@...
Send Email
Apr 2, 2001
11:21 pm
12368
Is there any other cross platform install programs other than zero g's install anywhere? The $999 price tag on that is a bit pricy. Travis Reeder Chief...
travis@...
Send Email
Apr 2, 2001
11:29 pm
12369
Hi all, I followed the instruction of adding: ALL .jar files @ $JRUN\lib + $JRUN\lib\ext into system's classpath. but when I used the command: jdb JRun...
Michael Yuan Yao
myao@...
Send Email
Apr 3, 2001
2:39 am
12370
Hi, I have two JRE in my machine, the one with JBuilder 4 and another from Javasoft. I had given the path of Javasoft JRE in JRun and it gave the IOException...
Bhuvana Suresh
bsuresh@...
Send Email
Apr 3, 2001
9:15 am
12371
Is your class path set up right? Matthew L. Wright Java Internet Programmer Jupiter One Web World Studios West Coast www.jupiterone.com (818) 763-2927 -----...
Matthew L. Wright
one@...
Send Email
Apr 3, 2001
9:41 am
12372
I just changed the Java Executable path of default web server from D:\PROGRA~1\JavaSoft\JRE\1.2\bin\javaw.exe D:\jbuilder4\JRE\bin\javaw.exe Regarding class...
Bhuvana Suresh
bsuresh@...
Send Email
Apr 3, 2001
10:07 am
12373
Hi, When I tried to access my EJB after successful deployment, it gave the following error....
Bhuvana Suresh
bsuresh@...
Send Email
Apr 3, 2001
12:33 pm
12374
Hi, When I tried to access my EJB after successful deployment, it gave the following error....
Bhuvana Suresh
bsuresh@...
Send Email
Apr 3, 2001
12:39 pm
12375
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at...
Simeon Simeonov
simeons@...
Send Email
Apr 3, 2001
3:19 pm
12376
Hello, A coworker of mine working on a JRun project started seeing this exception on the browser, first on his application code, and now everywhere; the...
Robert Merrill
merrill@...
Send Email
Apr 3, 2001
3:42 pm
12377
Hi Myint, I am not sure why you are getting core dumps so perhaps someone else from the group may have an answer???? Perhaps it is time to get SUN...
Dave.Morris@...
Send Email
Apr 3, 2001
3:47 pm
12378
I would recommend upgrading the JVM. There's no reason in the world to use green threads anymore. And on a multi-CPU Solaris box it will kill performance...
Scott Stirling
sstirling@...
Send Email
Apr 3, 2001
4:20 pm
12379
Please check if you have the *old* servlet.jar in your classpath. JRun 3.1 ships the 'official' servlet 2.2 jar. The exception shows that the old one, pbb in...
Clement Wong
cwong@...
Send Email
Apr 3, 2001
5:29 pm
12380
Is there any way to make Jrun, not update a session. Reason, is I have an iframe that I would like to have reload every few minutes to do updating kind of...
travis@...
Send Email
Apr 3, 2001
5:39 pm
12381
Scott Stirling wrote: > > I would recommend upgrading the JVM. There's no reason in the world to use > green threads anymore. And on a multi-CPU Solaris box...
Christopher B. Hamlin
chamlin@...
Send Email
Apr 3, 2001
5:39 pm
12382
Hello, ... Thanks much, especially to you JRun engineers who read and post to this list! Robert Merrill Software Engineer Berbee 5520 Research Park Drive...
Robert Merrill
merrill@...
Send Email
Apr 3, 2001
5:55 pm
12383
I'm having trouble getting parameters out of a custom tag. Reading Allaire's Developing Apps with Jrun, there's an example using HelloTEI and Hellotag in...
Bert Dawson
bdawson@...
Send Email
Apr 3, 2001
6:15 pm
12384
great - first post to list and i find the anwser within minutes. It needed the <teiclass> subelement in the .tld file ... Cheers Bert > -----Original...
Bert Dawson
bdawson@...
Send Email
Apr 3, 2001
6:31 pm
12385
Hello, I have designed a web-based GUI (part of my web app) that can be used to add users/roles, delete users/roles, and reset passwords. I have a basic...
Victor Marinelli
vmarinel@...
Send Email
Apr 3, 2001
8:41 pm
12386
I am having trouble getting into my localhost when I try to open my data sources within jrun. It tells me that my connection failed and asks for my password I...
shawn harris
tenncom@...
Send Email
Apr 4, 2001
2:13 am
12387
Hi Good day to all of you. I have installed Jrun3.0 with Jdk1.2.2_007 on SolarisSparc 2.6. But after the admin server started, When i go to Jrun Management...
Sethu.Thiagarajan@...
Send Email
Apr 4, 2001
3:13 am
Messages 12358 - 12387 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help