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 14959 - 14988 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14959
???????? I don't understand this attitude. We're talking about a very serious bug that Macromedia has known about for close to a year now. It got through...
Jeff Ramin
ramin@...
Send Email
Apr 1, 2002
2:24 pm
14960
I will be out of the office from 04/01/2002 until 04/08/2002. Please contact Michele Bourassa, 763.732.6008, if you have any questions/problems regarding...
Joan M Barrett
joan_m_barrett@...
Send Email
Apr 1, 2002
2:57 pm
14961
Thanks savant for writing. We are using Oracle 8.1.5 version. And I get the problem when I use my connectio pooling, but if I use JRun's connection pooling...
Verma_Dilip@...
Send Email
Apr 1, 2002
3:12 pm
14962
Jeff, We will work with 2 customers from this thread. We have started contacting them already. You did not mention if you are experiencing this issue are if ...
Mike Collins
mcollins@...
Send Email
Apr 1, 2002
3:26 pm
14963
... We believe we have experienced this issue, on a high-traffic ecommerce site. To the best of our ability, we ruled out other possible causes, such as...
Jeff Ramin
ramin@...
Send Email
Apr 1, 2002
3:49 pm
14964
Charles, My response wasn't directed at just "what to do when the bosses don't listen", but also how to "not push your ideas to the point that you alienate the...
Haseltine, Celeste
CHaseltine@...
Send Email
Apr 1, 2002
4:08 pm
14965
I have not, quite frankly, worked in a corporate environment. But as a consultant I often face the same issues - not just with load testing, but also with...
Drew Falkman
drew@...
Send Email
Apr 1, 2002
4:41 pm
14966
Drew, Playing the "uncertainty" card is defintely a very good move. As you mentioned, "higher ups" and "owners" don't like to deal with the "unknown", and...
Haseltine, Celeste
CHaseltine@...
Send Email
Apr 1, 2002
5:19 pm
14967
Speaking only for myself (whose attitude I assume you didn't understand), I'm talking about letting by-gones be by-gones, considering it water under the...
charles arehart
carehart@...
Send Email
Apr 1, 2002
5:47 pm
14968
+1 for charlie, well said :) BenG. "even if you are standing still you are moving backwards" ... ...
Ben Groeneveld
bgroeneveld@...
Send Email
Apr 1, 2002
5:59 pm
14969
I have a young man who will be comming to work part time with us and who has no programming background, but who would like to learn HTML, Flash and DHTML....
Haseltine, Celeste
CHaseltine@...
Send Email
Apr 1, 2002
8:30 pm
14970
Hi, First off, Dreamweaver/Ultardev/JRun can all exist on the same machine - they all have individual run-time components. As for what tool to 'learn' DHTML,...
Neil Clark - Team Mac...
teammacromedia@...
Send Email
Apr 1, 2002
8:41 pm
14971
Hi Dileep, Now I understood your problem clearly. This is quite normal. When the database goes down all the connection object in your pool become Invalid. ...
Savantraj, Chennamaka...
Savant.Rcs@...
Send Email
Apr 2, 2002
12:47 am
14972
as far as I know, the Oracle drivers come with Oracle's implementation of a pooled data source/pooled connection. How about using that? -- Sebastian ... Ya, I...
Sebastian Millies
S.Millies@...
Send Email
Apr 2, 2002
7:06 am
14973
Celeste, replace 'setHeader' with 'addHeader' in the last statement only? BenG. ... ______________________________________________________________________ ...
Ben Groeneveld
bgroeneveld@...
Send Email
Apr 2, 2002
5:02 pm
14974
I wish there was an archives to search because i'm new to the list and I hope this hasn't been discussed before. I'm trying to compile my .java files. At the...
Chris Jenkins
chris@...
Send Email
Apr 2, 2002
6:10 pm
14975
I get a strange problem using Oracle pooled connection. And the same problem I saw in JRun 4.0. The problem is when I connect using oracle pool I get...
Verma_Dilip@...
Send Email
Apr 2, 2002
6:13 pm
14976
There is an archive at: http://groups.yahoo.com/group/jrun-development/ Drew Falkman Author, JRun Web Application Construction Kit ...
Drew Falkman
drew@...
Send Email
Apr 2, 2002
6:26 pm
14977
It sounds like you may need to add classpath info. Soething like this: javac *.java -classpath c:\jrun\nozomi\lib\ejb2_0.jar;c:\jrun\nozomi\lib\jta.jar; Your...
Barry Charles
bcharles@...
Send Email
Apr 2, 2002
7:06 pm
14978
You need to run "javac ClassName.java" to compile and "java ClassName" to run it. Of course, you can add extra classpath as needed. Shengtong Zhang ... From:...
Zhang, Shengtong, ALCAS
sz2n@...
Send Email
Apr 2, 2002
9:28 pm
14979
Hi Chris For comiplation you must type javac file.java thats it!! /amit ... http://www.mail-archive.com/jrun-talk@.../ ... ...
Amit r
cool_jockey@...
Send Email
Apr 3, 2002
4:20 am
14980
I appreciate all those points, Celeste. And as someone who's also been around the IT world a long time (20 years), I realize that politics are part of the...
charles arehart
carehart@...
Send Email
Apr 3, 2002
6:02 am
14981
I like OpenSTA http://www.opensta.org/ it's a free web site load testing tool. Like all testing tools you can't just sit down and use it, but if you spend a...
Pete Freitag
pete@...
Send Email
Apr 3, 2002
6:28 am
14982
To be honest, I was excited about OpenSTA (being open source and all), and the docs were really well-done, so I was psyched. But then I found I couldn't quite...
charles arehart
carehart@...
Send Email
Apr 3, 2002
7:34 am
14983
I figured it may be something with my classpath which is set in the environment variables. I already have this existing path (C:\Program ...
Chris Jenkins
chris@...
Send Email
Apr 3, 2002
1:19 pm
14984
... I agree. I think that a 5-user test can create a lot of traffic. We use Webload now (bought it), but did use an eval for a while. Five users may not sound...
Christopher B. Hamlin
chamlin@...
Send Email
Apr 3, 2002
3:05 pm
14985
Chris, Javac is in the jdk1.2.2\bin directory. Try putting c:\jdk1.2.2\bin in your system path. HTH. Ted Zimmerman ... From: Chris Jenkins...
Theodore Zimmerman
tzimmerman@...
Send Email
Apr 3, 2002
6:49 pm
14986
You raise good points, Scott. Certainly, to test a site inside a firewall, you'll need to install some software. But if that's not a concern, and if you want...
charles arehart
carehart@...
Send Email
Apr 4, 2002
6:19 am
14987
I would (did) take WAST over any of those tools (except OpenSTA because I've never used it). I don't know about OpenSTA, but LoadRunner, SilkPerformer and...
Scott Stirling
sstirling@...
Send Email
Apr 4, 2002
2:07 pm
14988
Hi all.. When our JRun server (3.1 or 3.0.2) is down and users try to connect to it the following error occurs: Could not connect to JRun Server Is there a way...
Jim Snyder
jsnyder@...
Send Email
Apr 5, 2002
2:02 am
Messages 14959 - 14988 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