Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-24 Thread Geert Bevin
Hi Allen, This is the problem? Ok, I'll download one. I'm pretty sure that's the reason, since the JRE hasn't got the compiler included. Thanks! BTW, what does RIFE mean? Is it just the english word or standards for something. Naaa, just the English word. Though when you mangle the let

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
This is the problem? Ok, I'll download one. Thanks! BTW, what does RIFE mean? Is it just the english word or standards for something. On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > jre1.5.06.Oooh, not the JDK? If you run the examples with the JRE and not theJDK, RIFE can't compile itself and

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
jre1.5.06. Oooh, not the JDK? If you run the examples with the JRE and not the JDK, RIFE can't compile itself and you need to do it manually, of course. -- Geert Bevin Uwyn bvba GTalk: [EMAIL PROTECTED] "Use what you need" Avenue de Scailmont 34 Skype: gbevin

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Ok, give me a minute. I'll try it out on windows with your exact same setup. Did you use the .exe installer for tomcat or are you running it from a .zip archive? On 24 Apr 2006, at 08:41, Allen Young wrote: Yes, I did it again just now to make sure that. On 4/24/06, Geert Bevin <[EMAIL PRO

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
Yes, I did it again just now to make sure that. On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Ok, let's take a few steps back.* you downloaded the examples* copied the RIFE jar to each individual example (or maybe just 01_helloworld):  http://rifers.org/examples#B* you moved the 01_helloworld

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
According to the user guide, all I need to do is to create lib directory at Web-INF, copy rife.jar into lib, then copy 01_helloworld into my server's deployment directory which in my condition is tomcat-root/webapps. Am I write?   On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Alan,how did

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Ok, let's take a few steps back. * you downloaded the examples * copied the RIFE jar to each individual example (or maybe just 01_helloworld): http://rifers.org/examples#B * you moved the 01_helloworld directory to the tomcat webapps directory * you started tomcat * it didn't work Is this r

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Hi Alan, how did you run it if you didn't use Ant, nor Eclipse? Best regards, Geert On 24 Apr 2006, at 08:22, Allen Young wrote: I even didn't use a ant building file. I was just trying to run the "Hello World" example, I didn't do any coding myself yet. I've send my file structure as att

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
To run helloworld, I put it under tomcat's webapps directory, start tomcat, go to http://localhost:8080/01_helloworld/home   To run jumpstart, I just import it into my eclipse, run webui as the instruction said, and then go to http://localhost:8080/   On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wro

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
I even didn't use a ant building file. I was just trying to run the "Hello World" example, I didn't do any coding myself yet. I've send my file structure as attachment already, you could check that.   On 4/24/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: I won't be able to say without knowing the

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
How are you executing the helloworld application, and how did you try to execute the jumpstart? On 24 Apr 2006, at 08:19, Allen Young wrote: Yeah, I'm runing windows xp sp2, using tomcat 5.5.12, rife1.4- jdk15, jre1.5.06. I'm using eclipse 3.1 now but I don't think this is the point because

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
Yeah, I'm runing windows xp sp2, using tomcat 5.5.12, rife1.4-jdk15, jre1.5.06. I'm using eclipse 3.1 now but I don't think this is the point because I didn't make the link between my server and eclipse.   On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Allen,can you tell us more about your e

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
I won't be able to say without knowing the physical structure you have there now... can you  paste a file/tree list of your physical structure, and attach your ant build?cheers,emmanuel On 4/24/06, Allen Young <[EMAIL PROTECTED]> wrote: I've tried Jumpstart, I can get it run very well. I'm just try

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Hi Allen, can you tell us more about your environment? Which JDK are you using? Which OS? Which IDE? Best regards, Geert On 24 Apr 2006, at 08:12, Allen Young wrote: I've tried Jumpstart, I can get it run very well. I'm just trying to follow the user guide when this problem happened. Cou

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Allen, you left the RIFE jar in there, please remove it. On 24 Apr 2006, at 08:09, Allen Young wrote: The zip file is so big that the mail-list blocked it. I just used the same file structure as the standard "01_helloworld" example except for putting "lib/rife.jar" under /WEB-INF. On 4/2

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
I've tried Jumpstart, I can get it run very well. I'm just trying to follow the user guide when this problem happened. Could tell me what the classpath problem exactly is? Now if I put the .class file in classes directory, "Hello World" works! But if I only use the .java file in "implementations" d

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
The zip file is so big that the mail-list blocked it. I just used the same file structure as the standard "01_helloworld" example except for putting "lib/rife.jar" under /WEB-INF.   On 4/24/06, Geert Bevin <[EMAIL PROTECTED]> wrote: Hi Allen,you don't have to compile the Java files in the examples,

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
That is also a TODO for me now to change the "Getting Started" page to just point to Jumpstart :)Cheers,EmmanuelOn 4/24/06, Emmanuel Okyere <[EMAIL PROTECTED]> wrote: Allen, You are having classpath issues and nothing to do with the hello world or rife implementation. I don't think you need to mov

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Emmanuel Okyere
Allen, You are having classpath issues and nothing to do with the hello world or rife implementation. I don't think you need to move anything around for the hello world experience with rife... and since you are just starting with the framework, it's probably much better to play around with the defa

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Hi Allen, you don't have to compile the Java files in the examples, RIFE takes care of that. If you do compile them, you should put them in WEB-INF/ classes. How are you running them? Can you maybe create a zip archive of your hello world app (without the jars) and send it to the list. I c

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
Thanks.   First, I've found out the problem is that in the rife-examples-1.4-jdk15.zip I had downloaded, there are no .class files in the "/WEB-INF/classes/implementations" folder but .java files. I was thinking there should be .class files so I hadn't check that. Just now, I complied the .java fil

Re: [Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Geert Bevin
Hi Allen, can you give us more information about what doesn't work? It's difficult to help you without additional information. Best regards, Geert On 24 Apr 2006, at 05:53, Allen Young wrote: Hi, all. I'm using tomcat 5.5.12, I've done all the operations in "Get Started" section, but c

[Rife-users] Problem with online user guide's "Get Started" part

2006-04-23 Thread Allen Young
Hi, all.   I'm using tomcat 5.5.12, I've done all the operations in "Get Started" section, but cannot get the "Hello World" page. I have jre1.5.06 installed and tried both rife1.4 for jdk1.4 and jdk1.5, but neither worked. Anybody have any idea on this? Thanks!   Allen. ___