Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Re: Configuring tomcat for chatapp


Message #1 by "Nikolas Sakic" <beelzabeb@c...> on Sat, 22 Jun 2002 12:44:42
you can also retrieve it using the line:

getClass().getClassLoader().getResourceAsStream("chatProps.txt") if you put
it here:


> >     tomcat
>  >         |
>  >    webapps
>  >         |
>  >      chat                     (chatProp.txt goes in here(at the
moment))
>  >         |
>  >      Web-inf               (web.xml goes in here)
>  >         |  ----- lib
>  >         |
>  >         |  ----- classes
>  >                         |
>  >                      chatApp (All classes go in here)
                            chatProps.txt



  Return to Index