I guess that would work as well (to use a global filter instead of putting the connector on each web site). However, I have been advised that I should put the...
Tom Duffy
tomd@...
May 1, 2001 1:40 pm
12698
********************** Macromedia Representative ********************** (First off, I'm new here - is it ok to ask generic Java questions or is this list only...
Raymond Camden
jedimaster@...
May 1, 2001 1:45 pm
12699
********************** Macromedia Representative ********************** Ick. My first post to JRUN-Talk and I get 4 "Out of Office" replies. Of course, I know...
Raymond Camden
jedimaster@...
May 1, 2001 2:10 pm
12700
Did you have the class in the directory as well? Java will compile source code of the .java file if it cannot find the class. If you had both the class and...
Matthew Lucas Wright
one@...
May 1, 2001 5:27 pm
12701
********************** Macromedia Representative ********************** Nope, the currentdir only had the .java file. -shrug- Who knows. I'm just happy I got...
Raymond Camden
jedimaster@...
May 1, 2001 5:29 pm
12702
Hi everybody... I'm trying to do some JSP training and decided that I would use JRun. This is my first experience with JRun, so please excuse me if I ask some ...
Won Lee
LeeW@...
May 1, 2001 5:48 pm
12703
********************** Macromedia Representative ********************** I get to answer my own question. In my current active folder, I had the source file for...
Raymond Camden
jedimaster@...
May 1, 2001 5:48 pm
12704
Your SpellCheck.class should be in WEB-INF\classes\com\wrox\projsp\ch02\SpellCheck.class or you can create a .jar file of that package and put in ...
sahaya ranialex
sahayarani@...
May 1, 2001 5:48 pm
12705
You can try joining jrun-interest@yahoogroups.com ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the...
Jackie Comeau
JComeau@...
May 1, 2001 5:48 pm
12706
I have a SpellCheck.class in D:\Program Files\Allaire\JRun\servers\foo\WEB-INF\classes\com\wrox\projsp\ch02. Still doesn't work. ... From: sahaya ranialex...
Won Lee
LeeW@...
May 1, 2001 7:06 pm
12707
You may be right. I'm in the middle of moving stuff around (purchasing new servers, etc.). I just realized today that I can't get to my servlet page anymore....
Jackie Comeau
JComeau@...
May 1, 2001 8:39 pm
12708
I'm trying to implement a CustomAuthentication class for a web-app. I've implemented allaire.jrun.security.AuthenticationInterface and set: ...
Moore, Jim
jim@...
May 1, 2001 8:39 pm
12709
so i found the problem. It appears that is IIS 5, you can't post directly to a folder with a default document and since the action of the form post is ...
Moore, Jim
jim@...
May 1, 2001 10:46 pm
12710
What error are you getting? sahaya ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at...
sahaya ranialex
sahayarani@...
May 1, 2001 11:01 pm
12711
Just a suggestion to alleviate future headaches (and it may solve this one). Don't install JRun in in its default of "x:\program files\Allaire\......". I've...
georgeriley@...
May 1, 2001 11:29 pm
12712
Hello Savant, I hope it is not too much trouble to ask you for more advice on this matter. I have been desperately trying to get this to work for many days ...
Tom Duffy
tomd@...
May 1, 2001 11:32 pm
12713
Oopps. Yeah something like that might help. ******************************************** 500 Internal Server Error /training/ch02/wordpro.jsp: ...
Won Lee
LeeW@...
May 2, 2001 12:39 am
12714
Try calling Allaire/Macromedia support, they're pretty good. They might charge you $100 or something, but it's cheaper than lost time. ... From: Tom Duffy...
Hamish.Hubbard@...
May 2, 2001 1:53 am
12715
Hi Group, I am trying to deploy a simple EJB to JRUN . During deployment I am getting the following error . Even when I try to re deploy the existing sample...
Savant.Rcs@...
May 2, 2001 2:10 am
12716
Hi Tom, I am using JRun 3.0,IIS 5.0 and Crystal Report 8.0. My Directory structure is C:\AppName\ \JSP \Reports \web-inf \classes I have created an...
Savant.Rcs@...
May 2, 2001 3:52 am
12717
... I'm with you so far. I have the exact same setup as you have described above. ... with same ... for this ... Do you mean you created another web site (not...
Tom Duffy
tomd@...
May 2, 2001 1:41 pm
12718
I moved the JRun connector to the website and now I am getting this error below from IIS. What else do I need to do? HTTP Error 405 405 Method Not Allowed The...
Jackie Comeau
JComeau@...
May 2, 2001 3:17 pm
12719
Have you checked your classpath in java settings in JMC under default server.It seems like the path is not set properly. sahaya ... ...
sahaya ranialex
sahayarani@...
May 2, 2001 3:37 pm
12720
I fixed this now, never mind. It works. (Rebooting the servers got rid of this message). ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your...
Jackie Comeau
JComeau@...
May 2, 2001 5:11 pm
12721
Hello, I am trying to configure JRun3.0 with IIS4.0 on NT4.0. I have used the JMC Connector Wizard to do this. JRun is configured to listen for we server on...
KCarpenter
kmc@...
May 2, 2001 5:41 pm
12722
I haven't come across any problems with that classpath, but I'll keep that in mind if I do. Thanks! Jackie ... ...
Jackie Comeau
JComeau@...
May 2, 2001 5:41 pm
12723
I can let NetBean to attached the jrun 2.3.3 VM. but I cannot do it in the jrun 3.02 even the setup is same: java exec: c:\java\jdk1.3\bin\java.exe java ...
Zak Chang
zchang@...
May 2, 2001 5:45 pm
12724
I am using JRun 3.0 (no service packs) on Solaris 8 with Oracle 8i. I'm also using the connection pooling feature as implemented by JRun. Connections are set...
Cristian Satnic
cristian.satnic@...
May 2, 2001 5:57 pm
12725
Savant, thanks for the tip about using different ports! It works! I have done the following: Created a new virtual web site on a different port, call it ...
Tom Duffy
tomd@...
May 3, 2001 12:26 am
12726
Remove the global filter and all should work fine. You will still have the filter in the mime type filters so when it pulls up a jsp page, it will still go...