~
 Thanks so much Chuck
~
 I am still having little problems (which I think don't exactly
related to java/tomcat)
~
 Everything seems to be working fine locally (I haven't still set up
logging), but I can't see the server from out there. And as I said I
am using my raw IP address for now. So I need to be able to access the
webserver by going http://<IP_address>/
~
 I think, I am not getting right the setting of
"/etc/network/interfaces" and "/etc/resolv.conf"
~
 is there any tutorial out there that explains it steo by step?
~
 Thanks
 lbrtchx
~
 Here si the configuration I have right now
~
sh-3.1# cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
        pre-up ifconfig eth0 up

sh-3.1# cat /etc/resolv.conf
nameserver 66.114.74.40
nameserver 66.114.74.195
sh-3.1#
~


On 11/27/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>> From: Albretch Mueller [mailto:[EMAIL PROTECTED]
>> Subject: Re: BUILD FAILED ...
>
>>  and by the way I noticed tc doesn't seem to be using the /common
>> directory anymore
>
> Correct; the default directory structure has been greatly simplified:
> http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to