Richard, Currently INCLUDEIF and EXCLUDEIF tags cannot be nested. We will look into this. -ronel ... To unsubscribe, send email to...
Ronel Sumibcay
ronel@...
Apr 1, 1999 7:34 pm
4643
I just installed the latest build of JRun Pro 2.2.1. When I did, I get a 500 error when trying to access any of my JSP files. In addition to the error, I ...
Lewis, Grant
Lewis@...
Apr 1, 1999 8:35 pm
4644
You may have an old jsp.jar in JRun's classpath that maybe conflicting with the jsp classes. Please make sure this is not the case. ... To unsubscribe, send...
Ronel Sumibcay
ronel@...
Apr 2, 1999 12:45 am
4645
I have been trying to start JRun via AT command of Windows NT, but I do not succeed so far. I understand that "startjsm.bat" at "jsm-default" directory works...
Atsuhito Momma
atsuhito.momma@...
Apr 2, 1999 3:49 am
4646
I checked my classpath and it points to the jsp.jar in the JRun lib directory (<my_install_directory>/jrunpro/2.2/lib). I restored JRun Pro back to the 131...
Lewis, Grant
Lewis@...
Apr 2, 1999 2:26 pm
4647
Grant, You need to remove the jsp.jar from JRUN's classpath, the newer jsp classes are included in jrun.jar. ... To unsubscribe, send email to...
Ronel Sumibcay
ronel@...
Apr 2, 1999 7:53 pm
4648
I removed the jsp.jar reference from the classpath in startjsm and stopjsm, executed the connector wizard again and restarted everything. I still get the 500...
Lewis, Grant
Lewis@...
Apr 2, 1999 9:29 pm
4649
I should have spotted this earlier, but JRunPro2.2.1/JST1.0.1 bundle is not compatible with the build 135 update. You are entitled to a free upgrade to ...
Ronel Sumibcay
ronel@...
Apr 2, 1999 11:21 pm
4650
I am using Jrun2.3 on Solaris2.6 with JDK1.1.7B. I try to seup up the java argument -Djava.compiler=NONE via the Admin tool, but is doesn't work. It give me...
seed
ping5510@...
Apr 6, 1999 2:39 pm
4651
I have the exact same problem with JRun 2.3 on Solaris 2.6. When I add the argument to the admin tool for my JSM, I get a ClassDefNotFound when I try to run...
Lewis, Grant
Lewis@...
Apr 6, 1999 2:54 pm
4652
This is a bug in the launcher.sh script that didn't make it in the last update. It will be in the next one but here it is for those who don't want to wait....
Thomas Reilly
treilly@...
Apr 6, 1999 5:40 pm
4653
Howdy, Where can I check for the JRun build # on a JRun v2.3 implementation on NT? The JRun docs say that it prints out the build # when JRun is starting up, ...
Kuldip Oberoi
koberoi@...
Apr 7, 1999 6:54 pm
4654
Anyone have success/difficulties installing JRun on Apache for WinNT? When I upgraded I installed everything fresh, but when the Apache service starts, it...
punkboy
punkboy@...
Apr 7, 1999 8:16 pm
4655
punkboy, Did you check that your LoadModule line looks in httpd.conf looks like: LoadModule jrun_module d:\__PATH_TO_YOUR_CONNECTOR_DIR__\mod_jrun136.dll The...
dan
dan@...
Apr 7, 1999 9:21 pm
4656
... To unsubscribe, send email to jrun-interest-request@... and include in the body of the message "unsubscribe jrun-interest"....
Joseph, Sajeev
Sajeev.Joseph@...
Apr 7, 1999 9:54 pm
4657
When I use: req.setStatus(req.SC_UNAUTHORIZED); the browser pops up an authentication window, whixh I presume you enter in your Windows NT password. This...
Amy Tennyenhuis
Amy.Tennyenhuis@...
Apr 7, 1999 11:55 pm
4658
Thanks Thomas, But it doesn't work either. I didn't copy down the message. It is about to say can find the java.exe in jsm.properties.... If you need the...
seed
ping5510@...
Apr 8, 1999 12:37 am
4659
Hello, You should see something like this: "JRun 2.3 build 136 Ready" in <jrun23>/jsm-default/logs/event.log. If you don't, then it is probably build 2, which...
Edwin Smith
esmith@...
Apr 8, 1999 3:59 am
4660
Hi there fellow servleteers... I've got a servlet running under a (slightly old - 2.2.1 I think) version of JRun. I have two instances of the servlet in my...
Geoff Soutter
geoff@...
Apr 8, 1999 8:44 am
4661
Whoops, I found the problem! thanks anyway... ... To unsubscribe, send email to jrun-interest-request@... and include in the body of the message...
Geoff Soutter
geoff@...
Apr 8, 1999 9:27 am
4662
Hi, I have created a little test program which was meant to read the ID of the user accessing the servlet. Something like: doPost (.. req, .....res) { bl.a. ...
Henning Bjerre Nielsen
hbjen@...
Apr 8, 1999 10:08 am
4663
I need to use client certificates for authentication, and need to be able to look at the certificate's attributes from a servlet. Can I do this with JRun 2.3...
Tom Davies
tom@...
Apr 8, 1999 10:36 am
4664
Hi all, I installed JRUN 2.3 on IIS4 / NT4 Server and I have a big problem. JRUN doesn't work. When I want to access http:// [server ...
CEDRIC_CAILLET@...
CEDRIC_CAILLET@...
Apr 8, 1999 12:12 pm
4665
The correct url to use is http://[server]/servlet/Snoopservlet Where did you get the other command, is that documented somewhere???? Jim G ... To unsubscribe,...
Jim Garrett
jag@...
Apr 8, 1999 12:23 pm
4666
When you install JRUN on IIS40, you have one screen about this. Ig you choose the filter to IIS , you call your servlet by /servlet also you can use...
CEDRIC_CAILLET@...
CEDRIC_CAILLET@...
Apr 8, 1999 4:15 pm
4667
Sounds like JRun probably crashed IIS. I bet you that Dr. Watson is running when the CPU hits 100%. Try using a JVM that displays a command window and see if...
Tso, Stanley
stso@...
Apr 8, 1999 4:30 pm
4668
Thanks for your message. I think it's the IIS connector which is the problem because JRUN works fine on another NT SERVER. Must the 'bi-processor'...
CEDRIC_CAILLET@...
CEDRIC_CAILLET@...
Apr 8, 1999 5:05 pm
4669
I just setup a new JSM by following JRUN recommendations (documentation chapter 6). The JSM is now correctly set up and works very well. But I can't install it...
Jean-Michel Augusto
jmaugusto@...
Apr 8, 1999 5:15 pm
4670
The http://yourhost/scripts/jrun.dll/servlet/SnoopServlet is a good way to run the jrun.dll explicitly to make sure that the jrun.dll itself is functional and...
Ronel Sumibcay
ronel@...
Apr 8, 1999 6:19 pm
4671
We will need to do the same thing in the near future so if anyone has some experience with this, I would appreciate it greatly if you shared it with the list. ...