Hi all

I was able to run the InterestServlet, well at least I was able to get the
right URL:
    I tried http://wolverine:8080/interest/ and got the home.html page that
I was expecting.

Now I'm getting a JNDI lookup error, but this error i should be able to
solve.

Jorge

----- Original Message -----
From: "Craig Johannsen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 12, 2001 8:49 PM
Subject: [JBoss-user] RE: Naive question about InterestServlet


> Hola Jorge,
>
> I'm not familiar with any InterestServlet.  I think, you need to run the
> InterestClient application.  It is not a servlet.  There is an
interest.jsp
> file, but it requires com.web_tomorrow.interest.FormHandler, which I was
not
> able to locate.
>
> I build an interest-client.jar file using the following script:
> @set JD=e:/jboss-2.2.1_jetty3.1.rc4/jboss
> @set PKG=com/web_tomorrow/interest
> javac -classpath ".;%JD%/client/ejb.jar" InterestClient.java
> jar cvf interest-client.jar InterestClient.class %PKG%/Interest.class
> %PKG%/InterestHome.class
>
> Then, once the interest bean is deployed, I run the client with the
> following run.bat script:
> @set JB=e:/jboss-2.2.1_jetty3.1.rc4/jboss
> @java -classpath
>
"%JB%/client/ejb.jar;%JB%/client/jboss-client.jar;%JB%/client/jbosssx-client
> .jar;%JB%/jboss/client/jnp-client.jar;interest-client.jar" InterestClient
> MyHost:1099
>
> Regards,
> Craig
>
> -----Original Message-----
> Message: 6
> From: "Jorge Sousa" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: Sun, 12 Aug 2001 18:50:37 +0100
> Subject: [JBoss-user] Naive question about InterestServlet
> Reply-To: [EMAIL PROTECTED]
>
> Hi all,
>
> This is a very stupid question but here it goes:
>
> I was able to compile and deply the InterestServlet demo but right now, i
> don't know how to access it from a browser. tried
> http://wolverine/interest/
> http://wolverine/interest/InterestServlet/home.html
> http://wolverine/interest/InterestServlet/
>
> with no luck,
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to