Ok, 

You will need the full JDK with Tomcat, now way around that I think.
My advice is to get a working installation and then cut the fat from 
Tomcat.

I was curious so I downloaded the NFC chat thingy.  I installed it here 
and it worked just fine. 
Briefly, just put tomcat back the way it was when you first installed it. 
Remove all contexts you have installed, tomcat will do that for you.
Copy the .war file to the TOMCAT_HOME\webapps directory.  Wait 60 seconds, 
don't do anything else.
Go http://localhost:8080 click on manager.  You should see a /nfc in the 
application paths now.  Click on it, select your initial room, submit 
query.  Then login and away you go.  Or you could go straight to it 
http://localhost:8080/nfc/index.jsp, assuming that you didn't mess with 
the stand-alone web server.

Can't help you with IIS (It Isn't Sane).  But with Apache you just have to 
create an alias for the directory since it's outside of DocumentRoot and 
then add all needed options to the virtual directory like so:

        Alias /nfc "C:/Tomcat/webapps/nfc"

        <Directory "C:/Tomcat/webapps/nfc">
                Options Indexes FollowSymLinks MultiViews IncludesNoExec
                AllowOverride None
                Order allow,deny
                Allow from all
        </Directory> 

Seems simple enough.

the embedded client is buggy though

rls





"Ola Tuvesson" <[EMAIL PROTECTED]>
10/01/2002 03:22 PM
Please respond to "Tomcat Users List"

 
        To:     <[EMAIL PROTECTED]>
        cc: 
        Subject:        IIS + Tomcat + NFC Chat Server


Hi Everyone!

I've written quite a long post regarding some problems I'm having with
getting a chat server servlet to work under Tomcat on an NT system. As I'm
aware many of you wouldn't be able to help me, rather than sending the 
whole
thing to the list I've put it up on the web for those who think they may 
be
able to help.

Is there anyone on this list who has experince of installing Tomcat under 
NT
and who has used the NFC chat servlet? If so, I would be most grateful if
you could have a look at http://213.210.1.2/nfc/post.txt

Regards,
                                 Ola Tuvesson



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to