Re: Learning path

2001-07-25 Thread Bert
As a Asp developer making the transition to Java ,Java beans and Jsp where would anyone suggest his or her learning path be any sites out there not just to get up to speed or tutorials but to design a site or case study using Jsp,Java and Xml etc? ~~~

RE: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Bob Buford
Thank you - beginning to read the pdf now. I called the store and they said that 3.1 upgrade from 3.0 professional was free. Doing it tonight. Thanks everyone for your help! Bob -Original Message- From: Keen Haynes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 5:05 PM To:

RE: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Keen Haynes
Version 3.00.3694 is the original gold release of JRun 3.0FYI...5435 = SP1 and 11614 = SP2a As for the upgrade be advised it is really a migration from 3.0 to 3.1 I strongly recommend that you read the JRun Version 3.1 Features and Migration Guide http://www.allaire.com/documents/jr31/migrat

Re: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Lloyd H. Meinholz
Sounds like you need to install a service pack, Service Pack 2a seems to be the current one. Go to JRun and updates on the Allaire site. There are installation instructions with the download, with Solaris I'm pretty sure I just had to restart the server, not the machine. Don't forget to back up yo

sendmail tag

2001-07-25 Thread Jackie Comeau
Has anyone worked with the sendmail jsp custom tag? If so, any feedback, good or bad? I need an app to send a confirmation email..may do it in ASP, or JavaMail API. Want to know if this is another option worth looking at. Jackie Comeau Programmer Analyst Framingham State College Ext. 4023 "Id

RE: JSP custom tags

2001-07-25 Thread Jackie Comeau
Great, big help! thanks! On Wednesday, July 25, 2001 3:31 PM, Haseltine, Celeste [SMTP:[EMAIL PROTECTED]] wrote: > If you look under the Documentation folder, where you JRUN is located, you > will find a pdf file entitled JRUNTagLib.pdf. In addition, if you have JRUN > Studio, the help files fo

RE: Newbie question/Debate

2001-07-25 Thread Park, Doug N
Excellent. Well written! -Original Message- From: Mark Phelps [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 12:59 PM To: JRun-Talk Subject: RE: Newbie question/Debate I have 6 years of experience developing Microsoft Windows applications followed by 3 1/2 years of Java e

RE: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Bob Buford
Mine says Version 3.00.3694 with no mention of a service pack. Is 3.1 a free upgrade from 3.0? Do I need to reboot the machine if I install an upgrade? Thanks -Original Message- From: Lloyd H. Meinholz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 11:50 AM To: JRun-Talk

RE: JSP custom tags

2001-07-25 Thread Haseltine, Celeste
If you look under the Documentation folder, where you JRUN is located, you will find a pdf file entitled JRUNTagLib.pdf. In addition, if you have JRUN Studio, the help files for Studio contain some additional examples for using the tags. Since the documentation is pretty poor for the 3.0 tag lib

RE: Newbie question/Debate

2001-07-25 Thread Mark Phelps
I have 6 years of experience developing Microsoft Windows applications followed by 3 1/2 years of Java experience. I currently work for a consulting firm that develops applications in both Java / EJB / JSP and Microsoft C++ / VB / ASP. My experience has been as follows: 1. Java applications ar

JSP custom tags

2001-07-25 Thread Jackie Comeau
JRun 3.0 has 20 custom tags. I'm finding documentation on how to write custom tags (I assume these would be to write my own tags), but is there documentation on what JRun's custom tags do, what functions, etc. I can access the library, but what to do from there, how to call them, etc.? Any he

RE: JSP tag library

2001-07-25 Thread Jackie Comeau
Just making a little conversation, you typical geekhead! On Wednesday, July 25, 2001 11:23 AM, [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] wrote: > Great Chat Guys!!! > > -Original Message- > From: Jackie Comeau [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 8:20 PM > To: JR

Re: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Lloyd H. Meinholz
When you log in to the JRun Management Console, look under the bold "Welcome to JRun". It should say what edition you are running and for how many processors and then the version. Mine says: JRun 3.0 Service Pack 1 Version 3.01.5870 I think they're up to 2a now, I'm in the process of moving ever

RE: JSP tag library

2001-07-25 Thread pb . sijumenon
Great Chat Guys!!! -Original Message- From: Jackie Comeau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 8:20 PM To: JRun-Talk Subject: RE: JSP tag library What is she studying? Is she a day or night student? On Tuesday, July 24, 2001 6:32 PM, Scott Stirling [SMTP:[EMAIL PRO

RE: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Bob Buford
Hi Scott, Thank you for your help. The serial number is in the file in format you described, except my last group is 4 characters. The event log entry is as you say, except it is for Professional rather than Enterprise. How can I tell what Service Pack I have installed (looking at Lloyd Meinho

RE: JSP tag library

2001-07-25 Thread Jackie Comeau
What is she studying? Is she a day or night student? On Tuesday, July 24, 2001 6:32 PM, Scott Stirling [SMTP:[EMAIL PROTECTED]] wrote: > Yes, 3.0. They are in $JRUN_HOME/servers/lib/jruntags.jar. > > Hey, I just noticed your sig. My wife is going to Framingham State this > Fall! > > Scott St

Re: Intermittent "Max Concurrent Threads exceeded"

2001-07-25 Thread Lloyd H. Meinholz
Check that you have the newest service pack. I had this problem with 3.0 even though I had a valid license and SP1 fixed this. Lloyd Bob Buford wrote: > > I have a JRun 3.0 server installed with a web application that is being > placed into production for the first time. > > We have received

RE: Newbie question/Debate

2001-07-25 Thread James Alexander
Scott, Here's are great article about language interoperatbility: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotne t/html/interopdotnet.asp Also, great resources to check out are the msdn library @ http://msdn.microsoft.com , along w/ articles from MSDN magazine. Jeffer