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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15149 - 15178 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15149
Can't seem to find the answer to this! I've written a class that uses the allaire.taglib.* package. but my compiler (through Jrun studio) is not finding the...
Zafif@...
Send Email
Jul 3, 2002
6:10 pm
15150
Ended up copying the jar file to my pc and adding it to the classpath. But here's another question, how can I cast the ResultSet to a QueryTable object? ...
Zafif@...
Send Email
Jul 3, 2002
7:49 pm
15151
hi there this is a very urgent request: i have a website with lot of domainnames. therefore i make these entries in the IIS 5.0. if now i want Jrun ( 3.1...
André_Schneider
schneider@...
Send Email
Jul 8, 2002
2:04 pm
15152
I have installed JRun 4 and trying to use JRun Launcher, but it is not running. I just get a blank screen with a title JRun Launcher (script viewer window)....
Rosa, Issac
issac.rosa@...
Send Email
Jul 9, 2002
2:04 pm
15153
Hi I have java application running on jrun application server 3.1 . java program is a Singleton(instance)class on the server. it always running on the server....
Kannaiyan P
kan76@...
Send Email
Jul 9, 2002
4:26 pm
15154
hi there, try it with jdring you can get the package under http://webtools.dyade.fr/jdring/ sample_code : import fr.dyade.jdring.*; public class CLASS extends...
André_Schneider
schneider@...
Send Email
Jul 9, 2002
4:48 pm
15155
Could anyone there give me some suggestion on How To Configure JBuilder 6.0 for JRun Server 4.0 James ... From: "André_Schneider" <schneider@...> To:...
jamesguan
penguin1999@...
Send Email
Jul 9, 2002
6:40 pm
15156
"Getting Started with JRun 4.0" provides the instruction as to how to integrate your IDE with JRun 4.0. Please refer to the link below. ...
John Zhao
jzhao@...
Send Email
Jul 9, 2002
6:55 pm
15157
What I did was to uninstall it then reinstall it. It worked fine after that. MTB From: "Rosa, Issac" <issac.rosa@...> Reply-To:...
Boogie Brown
boogie_brown@...
Send Email
Jul 9, 2002
9:18 pm
15158
Dear John, Thanks for the link! I still have some problems to start the JRun server within JBuilder6. I got the message like "JRun server...
jamesguan
penguin1999@...
Send Email
Jul 9, 2002
9:36 pm
15159
Are you able to start the default server from the command line? Such as from jrun4_home jrun -start default If you can't do that, it means there is something...
John Zhao
jzhao@...
Send Email
Jul 9, 2002
9:42 pm
15160
Hi John, I have checked the servers.xml file, the default server section seems all correct. and I can start the default server from the command line,...
jamesguan
penguin1999@...
Send Email
Jul 9, 2002
10:34 pm
15161
Looks like the problem is your server parameter (c:/JRun4/servers/default). Try the following instead. ' -start default jrun.rootDir=c:/JRun4 ' Tom Ruggles ...
Thomas Ruggles
truggles@...
Send Email
Jul 9, 2002
11:28 pm
15162
hi, for scheduled job operations (method invocation), jdk 1.3 has two APIs. The Timer and TimerTask under java.util package. Together, they work perfectly for...
G Jeyaraj
jeyraj@...
Send Email
Jul 10, 2002
3:59 am
15163
Hi I have iplanet web server and jrun application server both on unix server. where i need to put the html files , jsp files , gif files ,java classes files. I...
Kannaiyan P
kan76@...
Send Email
Jul 10, 2002
5:44 am
15164
have you been able to successfully set up Jbuilder to debug servlets on a JRun server over an IP? I'm currently running XP Pro; Jbuilder 7 Enterprise and JRun...
Scotty Michael
scott@...
Send Email
Jul 10, 2002
5:53 am
15165
I am trying to deploy a .war file by placing the file in the server directory. I restart the server and the application is deployed, but I don't see the web...
Rosa, Issac
issac.rosa@...
Send Email
Jul 10, 2002
12:57 pm
15166
Hi, The war file is automatically unpacked into /servers/(your server)/SERVER-INF/temp. It is not recommended that you touch these files though. Tom Ruggles ...
Thomas Ruggles
truggles@...
Send Email
Jul 10, 2002
1:23 pm
15167
But that's the problem, it's not being unpacked and I don't see the folders for the app. Thanks, Issac Rosa ... From: Thomas Ruggles...
Rosa, Issac
issac.rosa@...
Send Email
Jul 10, 2002
1:31 pm
15168
One of my colleague here reminds me that you should only need "start default" instead of "-start c:/JRun4/servers/default jrun.rootDir=c:/JRun4" as the...
John Zhao
jzhao@...
Send Email
Jul 10, 2002
1:33 pm
15169
Actually, I do see them in the /temp directory, but aren't they suppose to create their own directory structure under the server? Issac Rosa General Systems...
Rosa, Issac
issac.rosa@...
Send Email
Jul 10, 2002
1:40 pm
15170
We have successfully debugged JRun 3 in the distributed environment with JBuilder 6. You have to use VM attach approach. Since JBuilder 7 Enterprise is quite...
John Zhao
jzhao@...
Send Email
Jul 10, 2002
1:53 pm
15171
Issac, the answer is, unfortunately, no. JRun 3.x used to take a WAR file and unJAR it in the server tree during deployment. JRun 4 does not do this. It either...
Matthew Horn
mhorn@...
Send Email
Jul 10, 2002
3:22 pm
15172
Thanks for the info. Just thought I was doing something wrong. Seems like a feature they would not want to remove. Oh well. Issac Rosa ... From: Matthew...
Rosa, Issac
issac.rosa@...
Send Email
Jul 10, 2002
4:01 pm
15173
Thanks John, you are right there, all I need as the application parameter is "-start defaulf". it works now. thanks a lot. james ... From: "John Zhao"...
jamesguan
penguin1999@...
Send Email
Jul 10, 2002
4:59 pm
15174
John, I believe I have everything set up right now for debuggin. I clicked on "Debug Project" and it displayed "Build succeeded with 0 files built. Build ...
Scotty Michael
scott@...
Send Email
Jul 10, 2002
5:38 pm
15175
Hi How to configure jrun application server with iplanet web server . if i get detail information on it. that would be very helpful for me. Refering any...
Kannaiyan P
kan76@...
Send Email
Jul 10, 2002
10:03 pm
15176
Hi Kans, If you are using JRun 3.x with iPlanet 6 you could refer to this Server TechNote: http://www.macromedia.com/v1/Handlers/index.cfm?ID=21555&Method=Full...
Alexander Black
Alexander.Black@...
Send Email
Jul 10, 2002
11:13 pm
15177
I have some data that I would like to have available to all users, the data is updated each four times a year at the most. Would storing them as application ...
Zafif@...
Send Email
Jul 10, 2002
11:48 pm
15178
Four times a YEAR? If that is the case, I would store the data in property files. That way if a new version of JRun comes out, you don't have to remember to...
Matthew Horn
mhorn@...
Send Email
Jul 11, 2002
2:10 pm
Messages 15149 - 15178 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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