flock-devel Mailing List for Flock - RSS aggregator
Status: Alpha
Brought to you by:
phraktle
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
(8) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(8) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(15) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thufir <haw...@gm...> - 2008-03-22 07:35:37
|
I tried to add: http://groups.google.com/group/comp.lang.java.help/feed/rss_v2_0_topics.xml?num=50 giving it the category of: java which resulted in an error of: * Invalid Category The .flock directory seems to be working fine: thufir@arrakis:~$ thufir@arrakis:~$ cat .flock/flock.opml <?xml version="1.0" encoding="UTF-8"?> <opml version="1.0"> <head> <title>Flock subscriptions</title> </head> <body /> </opml> thufir@arrakis:~$ thanks, Thufir |
From: Viktor S. <phr...@us...> - 2007-10-26 13:28:59
|
Hi, Wow, I'm amazed that someone is actually still using Flock - I haven't touched it in years :) I guess it still works :) Unfortunately, there's no way to customize it without rebuilding. The good news is that for customizing the look-and-feel, you will not need to touch any java classes, just HTML templates, CSS. These are fairly clean (they don't have any code), so it should be easy to modify. For example: http://flock.cvs.sourceforge.net/flock/flock/src/tapestry/net/sf/flock/webapp/Home.html?revision=1.1&view=markup http://flock.cvs.sourceforge.net/flock/flock/src/tapestry/net/sf/flock/webapp/components/SubscriptionsTable.html?revision=1.1&view=markup Hope this helps! Regards, Viktor On 10/26/07, Jay M Dougherty <jmd...@ra...> wrote: > > Hi, > First, let me say that I think Flock is a great tool. I have a question > about customizing it, however, like changing the name of the service from > flock to something else or adding an image to the front page. Is there a > easy way to do this that doesn't involve recompiling the java classes? > > Please let met know. > > Thanks, > > Jay |
From: Manjunath H.T <man...@ya...> - 2007-06-28 07:43:28
|
Hi, I tried deploying Flock 0.6 on windows. When i try to subscribe any URLs i am getting message saying "Error in building: Connection refused: connect" Can anyone suggest whats the problem.... bye, Manju --------------------------------- Shape Yahoo! in your own image. Join our Network Research Panel today! |
From: Zsombor <zo...@us...> - 2006-02-23 18:40:11
|
2006. 02. 22, szerda keltezéssel 23.06-kor rajat ezt írta: > Sir > > I have been trying to install FLOCK for testing purpose but till now > havent been able to do so. > > I am an engineering student trying to build a web based RSS aggregator. > By running FLOCK i can get a better idea about the project. > > Kindly help me around > > Regards > Seige > Can you be a little more specific, about your problem ? It's a simple war file, you dont have to setup anything special to run. BR, Zsombor |
From: rajat <raj...@da...> - 2006-02-22 17:43:02
|
Sir I have been trying to install FLOCK for testing purpose but till now havent been able to do so. I am an engineering student trying to build a web based RSS aggregator. By running FLOCK i can get a better idea about the project. Kindly help me around Regards Seige |
From: Ian F. <hom...@ad...> - 2005-04-06 23:03:57
|
Sorry I meant to reply much quicker. I'm the one using Flock still :) I wanted to say, Flock makes for a great webservices cache as well as RSS aggregator. I also keep meaning to submit a new XSL which has better RSS 2.0 support, I attempted to support ATOM 0.3 too, but can never quite find the time. Cheers, Ian Forrester - cubicgarden.com Zsombor wrote: >It's good to hear, that someone still use the program, however the >original authors have lost their enthusiasm long time ago.If I can >believe in the CVS change logs, more than 2 year passed since our last >release :-) Anyway, i've commited the necessary changes to the CVS, so >if you can do a full check out, and do a 'maven war' then you will have >a fresh flock-0.7. The generated war will contain a >WEB-INF/flock.properties file, in which you can customize the flock >storage directory, with the store.directory property. > I hope phraktle will update the website, because I cant remember how to >do that :-) > >BR, > Zsombor > > > >2005-03-29, k keltezéssel 12:25-kor ad...@in... ezt írta: > > >>I'm with a hosting company that offers Java hosting (on Tomcat). In our >>normal configuration, we run a shared Tomcat instance per server (shared >>JVM). This is perfectly acceptable to many customers nowadays, and lets us >>offer a more affordable Java hosting service. >> >>A common problem with open-source Java products is the tendency to assume >>everybody's on a private JVM, and so to rely on system properties for >>application configuration. I think that goes against the purpose of "system" >>(not webapp) properties anyway, and it causes a lot of problems in a >>shared-JVM environment. This is a show-stopper with Flock, because the >>default location of Flock's home directory is /username/.flock. This is >>problematic because Tomcat runs under the same username for all users. It >>seems the only way to set this parameter is through the flock.home system >>property, which is also a problem, because this will again be shared by all >>users. So I'm essentially limited to one installation of flock per server. >> >>I can see reasons why you might want several Flock installations (in >>different Webapps, for example), even on a dedicated JVM setup, so I think >>it's too limiting to set this only by system property. I think you really >>need to allow a flock.properties file that can be placed in WEB-INF/classes >>for example, so that flock.home can be specified separately for each webapp. >> >>Please let me know if this is a possibility, as I have a user who is eager >>to run Flock in his account. >> >>Gratefully, >> >>Pete Cassetta >>interAdvantage Administrator >>ad...@in... >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Flock-devel mailing list >>Flo...@li... >>https://lists.sourceforge.net/lists/listinfo/flock-devel >> >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Flock-devel mailing list >Flo...@li... >https://lists.sourceforge.net/lists/listinfo/flock-devel > > > > |
From: <ad...@in...> - 2005-03-29 23:43:55
|
Thank you very much; I have passed this on to my client. Gratefully, Pete Cassetta interAdvantage Administrator |
From: Zsombor <zo...@us...> - 2005-03-29 23:23:43
|
It's good to hear, that someone still use the program, however the original authors have lost their enthusiasm long time ago.If I can believe in the CVS change logs, more than 2 year passed since our last release :-) Anyway, i've commited the necessary changes to the CVS, so if you can do a full check out, and do a 'maven war' then you will have a fresh flock-0.7. The generated war will contain a WEB-INF/flock.properties file, in which you can customize the flock storage directory, with the store.directory property. I hope phraktle will update the website, because I cant remember how to do that :-) BR, Zsombor 2005-03-29, k keltezéssel 12:25-kor ad...@in... ezt írta: > I'm with a hosting company that offers Java hosting (on Tomcat). In our > normal configuration, we run a shared Tomcat instance per server (shared > JVM). This is perfectly acceptable to many customers nowadays, and lets us > offer a more affordable Java hosting service. > > A common problem with open-source Java products is the tendency to assume > everybody's on a private JVM, and so to rely on system properties for > application configuration. I think that goes against the purpose of "system" > (not webapp) properties anyway, and it causes a lot of problems in a > shared-JVM environment. This is a show-stopper with Flock, because the > default location of Flock's home directory is /username/.flock. This is > problematic because Tomcat runs under the same username for all users. It > seems the only way to set this parameter is through the flock.home system > property, which is also a problem, because this will again be shared by all > users. So I'm essentially limited to one installation of flock per server. > > I can see reasons why you might want several Flock installations (in > different Webapps, for example), even on a dedicated JVM setup, so I think > it's too limiting to set this only by system property. I think you really > need to allow a flock.properties file that can be placed in WEB-INF/classes > for example, so that flock.home can be specified separately for each webapp. > > Please let me know if this is a possibility, as I have a user who is eager > to run Flock in his account. > > Gratefully, > > Pete Cassetta > interAdvantage Administrator > ad...@in... > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Flock-devel mailing list > Flo...@li... > https://lists.sourceforge.net/lists/listinfo/flock-devel > |
From: <ad...@in...> - 2005-03-29 18:26:26
|
I'm with a hosting company that offers Java hosting (on Tomcat). In our normal configuration, we run a shared Tomcat instance per server (shared JVM). This is perfectly acceptable to many customers nowadays, and lets us offer a more affordable Java hosting service. A common problem with open-source Java products is the tendency to assume everybody's on a private JVM, and so to rely on system properties for application configuration. I think that goes against the purpose of "system" (not webapp) properties anyway, and it causes a lot of problems in a shared-JVM environment. This is a show-stopper with Flock, because the default location of Flock's home directory is /username/.flock. This is problematic because Tomcat runs under the same username for all users. It seems the only way to set this parameter is through the flock.home system property, which is also a problem, because this will again be shared by all users. So I'm essentially limited to one installation of flock per server. I can see reasons why you might want several Flock installations (in different Webapps, for example), even on a dedicated JVM setup, so I think it's too limiting to set this only by system property. I think you really need to allow a flock.properties file that can be placed in WEB-INF/classes for example, so that flock.home can be specified separately for each webapp. Please let me know if this is a possibility, as I have a user who is eager to run Flock in his account. Gratefully, Pete Cassetta interAdvantage Administrator ad...@in... |
From: Denis H. <de...@ha...> - 2004-05-14 02:54:39
|
Forget it, I just commented it out and it built fine... dwh Denis Haskin wrote: > (I know this list is sort of moribund, but...) > > I followed the instructions at > http://flock.sourceforge.net/devguide.html to set up flock as an > eclipse project, but when I run the "maven eclipse:add-maven-repo" > step I get this from maven: > > Attempting to download ejb.jar. > |
From: Denis H. <de...@ha...> - 2004-05-14 02:48:05
|
(I know this list is sort of moribund, but...) I followed the instructions at http://flock.sourceforge.net/devguide.html to set up flock as an eclipse project, but when I run the "maven eclipse:add-maven-repo" step I get this from maven: Attempting to download ejb.jar. WARNING: Failed to download ejb.jar. The build cannot continue because of the following unsatisfied dependency: ejb.jar (no download url specified) There's a comment in project.xml at the entry for this dependency which says: <!-- no EJBs here, just a fake dep for tapestry in tomcat --> What do I need to do to get around this? Thanks, dwh |
From: Ian F. <hom...@ad...> - 2003-12-13 23:43:21
|
Thanks for the feeback, Yeah still the same problem as I get even in Resin3.04 Will play with the parser later on Thanks -----Original Message----- From: flo...@li... [mailto:flo...@li...] On Behalf Of Peter Backx Sent: 11 December 2003 23:22 To: flo...@li... Subject: [Flock-devel] Unable to parse document in Resin Hi all, I subscribed to the mailing list to inquire if a problem mentioned in a discussion some time ago has already been solved. I'm running Flock in Resin 2.1.9 on IBM JDK 1.4.1 and I get the following exception: Unable to parse document at http://www.zeldman.com/feed/zeldman.xml: Error in building: http://www.zeldman.com/feed/zeldman.xml:1: XML file has no top-element. All well-formed XML files have a single top-level element. This happens on any rss feed I try to subscribe to (I'm subscribed to all these feeds in another reader, which works perfectly). I started analyzing the logs and it seems the error is in the com.caucho xml parser, however, when I parse the feeds in a standalone jsp or servlet things seem to work ok (just a quick test). Is there any way I can overrule the parser settings? I think adjusting the org.xml.sax.driver system property might help, but I haven't yet figured out what parser to use (I can't seem to locate it in the supplied lib jars). I will look into this more later on, but I hope some of you can give some extra pointers of possible solutions/things to check/... . regards, Peter ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Flock-devel mailing list Flo...@li... https://lists.sourceforge.net/lists/listinfo/flock-devel |
From: Peter B. <pet...@in...> - 2003-12-12 21:02:11
|
Viktor, That did the trick, thanks alot! Peter Viktor Szathmary wrote: >hi, > >hope this helps: > >http://www.caucho.com/resin/ref/xml/parsing.xtp > >check the "Configuration" section - try either Crimson or Xerces/Xalan. > >regards, > viktor > > >On Fri, 12 Dec 2003, Peter Backx wrote: > > > >>Hi all, >> >>I subscribed to the mailing list to inquire if a problem mentioned in a >>discussion some time ago has already been solved. I'm running Flock in >>Resin 2.1.9 on IBM JDK 1.4.1 and I get the following exception: >> >>Unable to parse document at http://www.zeldman.com/feed/zeldman.xml: >>Error in building: http://www.zeldman.com/feed/zeldman.xml:1: XML file >>has no top-element. All well-formed XML files have a single top-level >>element. >> >>This happens on any rss feed I try to subscribe to (I'm subscribed to >>all these feeds in another reader, which works perfectly). >> >>I started analyzing the logs and it seems the error is in the com.caucho >>xml parser, however, when I parse the feeds in a standalone jsp or >>servlet things seem to work ok (just a quick test). Is there any way I >>can overrule the parser settings? I think adjusting the >>org.xml.sax.driver system property might help, but I haven't yet figured >>out what parser to use (I can't seem to locate it in the supplied lib jars). >> >>I will look into this more later on, but I hope some of you can give >>some extra pointers of possible solutions/things to check/... . >> >> >>regards, >>Peter >> >> >> >>------------------------------------------------------- >>This SF.net email is sponsored by: SF.net Giveback Program. >>Does SourceForge.net help you be more productive? Does it >>help you create better code? SHARE THE LOVE, and help us help >>YOU! Click Here: http://sourceforge.net/donate/ >>_______________________________________________ >>Flock-devel mailing list >>Flo...@li... >>https://lists.sourceforge.net/lists/listinfo/flock-devel >> >> >> > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Flock-devel mailing list >Flo...@li... >https://lists.sourceforge.net/lists/listinfo/flock-devel > >. > > > |
From: Viktor S. <vi...@pr...> - 2003-12-11 23:35:24
|
hi, hope this helps: http://www.caucho.com/resin/ref/xml/parsing.xtp check the "Configuration" section - try either Crimson or Xerces/Xalan. regards, viktor On Fri, 12 Dec 2003, Peter Backx wrote: > > Hi all, > > I subscribed to the mailing list to inquire if a problem mentioned in a > discussion some time ago has already been solved. I'm running Flock in > Resin 2.1.9 on IBM JDK 1.4.1 and I get the following exception: > > Unable to parse document at http://www.zeldman.com/feed/zeldman.xml: > Error in building: http://www.zeldman.com/feed/zeldman.xml:1: XML file > has no top-element. All well-formed XML files have a single top-level > element. > > This happens on any rss feed I try to subscribe to (I'm subscribed to > all these feeds in another reader, which works perfectly). > > I started analyzing the logs and it seems the error is in the com.caucho > xml parser, however, when I parse the feeds in a standalone jsp or > servlet things seem to work ok (just a quick test). Is there any way I > can overrule the parser settings? I think adjusting the > org.xml.sax.driver system property might help, but I haven't yet figured > out what parser to use (I can't seem to locate it in the supplied lib jars). > > I will look into this more later on, but I hope some of you can give > some extra pointers of possible solutions/things to check/... . > > > regards, > Peter > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Flock-devel mailing list > Flo...@li... > https://lists.sourceforge.net/lists/listinfo/flock-devel > |
From: Peter B. <pe...@ba...> - 2003-12-11 23:22:20
|
Hi all, I subscribed to the mailing list to inquire if a problem mentioned in a discussion some time ago has already been solved. I'm running Flock in Resin 2.1.9 on IBM JDK 1.4.1 and I get the following exception: Unable to parse document at http://www.zeldman.com/feed/zeldman.xml: Error in building: http://www.zeldman.com/feed/zeldman.xml:1: XML file has no top-element. All well-formed XML files have a single top-level element. This happens on any rss feed I try to subscribe to (I'm subscribed to all these feeds in another reader, which works perfectly). I started analyzing the logs and it seems the error is in the com.caucho xml parser, however, when I parse the feeds in a standalone jsp or servlet things seem to work ok (just a quick test). Is there any way I can overrule the parser settings? I think adjusting the org.xml.sax.driver system property might help, but I haven't yet figured out what parser to use (I can't seem to locate it in the supplied lib jars). I will look into this more later on, but I hope some of you can give some extra pointers of possible solutions/things to check/... . regards, Peter |
From: Ian F. <hom...@ad...> - 2003-06-27 08:58:11
|
I would just like to say thank you to everyone which tried to help me, get flock working in resin. I unfortually still have not worked out how to get it working but am experimenting. And will let everyone know as soon I work it out. Till then I've got jetty running side by side with resin on a different port. Http://80.177.26.60:82 Thanks again, Ian Forrester - Cubicgarden.com/blog |
From: John R. <ins...@ea...> - 2003-06-25 20:35:07
|
You can probably specify somewhere whether or not a war is decompressed or not. But if Resin is decompressing to a temp directory and you make changes to the temp directory, I don't think that would work. My intention is that you can pre-expand the war file in the webapps directory. i.e. instead of an file called flock.war, you have a directory called flock.war (which you would create by unzipping the war file to the webapp directory. I can't tell you offhand if Resin will deploy a war in this fashion. Some app servers might require you to add something to a configuration file that tells it what to use to deploy an war *directory*. If you don't know, then you can just extract the war file, delete/arrange/whatever the jar files, and then re-zip the war and deploy. To run it as an NT service you can try: http://www.alexandriasc.com/software/JavaService/index.html No guarantees on how well it works. There are other similar programs out there. Take care, John |
From: Ian F. <hom...@ad...> - 2003-06-25 19:49:15
|
Sorry you're having such problems getting flock to run :( --- Seems so weird I'm having these problems because I have run many things under resin and never had a problem. Interesting thing, you mentioned removing jdom from flock. Which seems to suggest that the war file should stay compacted? When I put it in Resin, it automaticly decompresses it into directorys, = am I right in saying this is correct for flock? Anyhow, I played with moving the jdom around and nothing worked, so I'm going to run the jetty version side by side with resin for now. How = would I setup jetty as a nt service? Thanks to all who tried to helped Ian Forrester - Cubicgarden.com/blog=20 |
From: John R. <ins...@ea...> - 2003-06-24 21:10:12
|
Ian, Sorry you're having such problems getting flock to run :( The only thing I can think of is that you might try playing with the locations of the libraries. I haven't used Resin, but on others I've used, sometimes there is a conflict with other libs or for some reason the lib isn't being found. Since you're getting an XML related error, you might try running the WAR expanded and play around with the location of jdom-1.0b8.jar. Perhaps jdom is already present or an integral part of Resin and is a different version than what flock came with. Some thing to try: remove jdom from flock and try it. put jdom into the Resin "common" directory (if it has such a thing) and try it. ....etc...you get the idea. Take care, John |
From: Ian F. <hom...@ad...> - 2003-06-24 08:19:48
|
The environment variable is the same as the -D option...it controls the location of the .flock folder. --- Still no joy. I still everytime get this xml file is not valid error previously = mentioned. I'm now thinking of ways of adapting the jetty version to run on resin, because that is the only one that seems to work. I cant understand whats different? And it cant be resin because I have cocoon (xml framework), blojsom (blogger), exist (xmldb), etc running already fine. All I did was drop the war file in webapps and went to http://80.177.26.60:81/flock. =20 Is there something else I need to configure? Sorry to be a pain on email Kind Regards to all Ian Forrester - Cubicgarden.com/blog=20 |
From: John R. <ins...@ea...> - 2003-06-24 03:43:46
|
Ian, The environment variable is the same as the -D option...it controls the location of the .flock folder. John |
From: Ian F. <hom...@ad...> - 2003-06-24 00:32:09
|
As Zombie said, if you're using the WAR under tomcat/jetty/whatever then = the "java -jar -Dflock.home start.jar" command doesn't apply. I found the easiest thing to do when I ran it under jboss for a while = was to just add an environment variable e.g. FLOCK_HOME=3D/home/jboss/flock . For permissions, you need to make sure that whatever user tomcat/jetty/whatever is running as has permissions to the FLOCK_HOME directory you specify (in my example, jboss was running as a user = "jboss") not necessarily *your* permissions.=20 --- Ah I see it all now. Yes I tried out the Jetty version to see if I could get that working. = And it does on my workstation. So now I'm turning my focus back to the server. Yes I have a resin user too, and that has permissions to the .flock = folder and full control over the whole webapps/flock folder. I'm a little lost still, If I do this: set FLOCK_HOME=3Dd:/website/flock - will that set the = folder the opml file will go into, or should I point it to the /webapps/flock = folder? And if it's the last one, can I change the .flock folder any other way? Thanks in advance Ian Forrester - Cubicgarden.com/blog=20 |
From: John R. <ins...@ea...> - 2003-06-24 00:17:55
|
As Zombie said, if you're using the WAR under tomcat/jetty/whatever then the "java -jar -Dflock.home start.jar" command doesn't apply. I found the easiest thing to do when I ran it under jboss for a while was to just add an environment variable e.g. FLOCK_HOME=/home/jboss/flock . For permissions, you need to make sure that whatever user tomcat/jetty/whatever is running as has permissions to the FLOCK_HOME directory you specify (in my example, jboss was running as a user "jboss") not necessarily *your* permissions. Take care, John |
From: John R. <jo...@ge...> - 2003-06-24 00:09:29
|
-----Original Message----- From: flo...@li... [mailto:flo...@li...]On Behalf Of Zombi Sent: Monday, June 23, 2003 8:03 PM To: flo...@li...; Ian Forrester Subject: Re: [Flock-devel] XML file has no top-element? 2003. j=FAnius 24. 01.41 d=E1tummal Ian Forrester ezt =EDrta: > command should be: > java -jar -Dflock.home=3De:\flock start.jar > note the the "-D" options go between the -jar and the start.jar. > --- > I also tried the above to no joy. > I was wondering what directory are you guys running this from? Because I > cant find and jar file called start anywhere on my computer. > There are 2 form of flock ... one just a plain war file - suitable to run in=20 any servlet container - one with bundled with jetty (this contains start.jar)=20 suitable for run as a standalone application. bye Zsombor ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Flock-devel mailing list Flo...@li... https://lists.sourceforge.net/lists/listinfo/flock-devel |
From: Zombi <zo...@us...> - 2003-06-24 00:02:32
|
2003. j=FAnius 24. 01.41 d=E1tummal Ian Forrester ezt =EDrta: > command should be: > java -jar -Dflock.home=3De:\flock start.jar > note the the "-D" options go between the -jar and the start.jar. > --- > I also tried the above to no joy. > I was wondering what directory are you guys running this from? Because I > cant find and jar file called start anywhere on my computer. > There are 2 form of flock ... one just a plain war file - suitable to run i= n=20 any servlet container - one with bundled with jetty (this contains start.ja= r)=20 suitable for run as a standalone application. bye Zsombor |