Ubuntu Servers :: Tomcat Manager Doesn't Work?
I'm really new with Ubuntu and have the following problem:I installed successfully sun-java6-jdk using apt-get install sun-java6-jdk Then set up the JAVA_HOME environment variable to "/usr/lib/jvm/java-6-sun-1.6.0.20"
And then installed successfully tomcat6 using apt-get install tomcat6 apt-get install tomcat6-admin tomcat6-examples tomcat6-docs Everything seem to be right, when I try the browser with http://localhost:8080 return a webpage with "It works !" and other text
But, if I try http://localhost:8080/manager/html then returns 404 error, the error is something like "The required resource (manager/html) is not available" (that is my translation from the spanish text "El recurso requerido (/manager/html) no est disponible")
[Code]..
View 1 Replies (Posted: July 31st, 2010)
Sponsored Links:
Related Forum Messages For Linux category:
Ubuntu Servers :: Tomcat Manager Username And Password Failed
I have tomcat 5.x installed and is running on port 80(with mod_jk setup). The directories 'manager', 'examples' and 'ROOT' were removed under /usr/share/tomcat/webapps/ and rebuilt them copying from a working tomcat server. When I acces [URL] (or) [URL], it keeps on prompting for the password even after enter correct username and password.
Posted: September 27th, 2010
View 1 Replies!
View Related
Ubuntu Servers :: Tomcat Manager And Webmin Not Accessable On EC2 Instance
I've got my first EC2/cloud instance of Ubuntu up and running. This is my first time really dealing with the server edition. I've loaded Apache, Tomcat, PostgreSQL, and Webmin. I've got a public IP on the instance and it is working. I've opened, for now, ports 80, 8080, 443, and 10000 to 0.0.0.0/0. I cannot get into Tomcat Manager or Webmin at all through a browser. For Tomcat, I've restarted, stop/started, and verified that Tomcat is running. I installed Webmin all through apt-get commands so any dependencies should have been installed (first time doing it this way), but cannot get to the login screen. But if I just go to the IP, Apache goes to the "It Works." splash page. Did I miss some set up? Is there an internal firewall in Ubuntu Server edition that needs to be set?
Posted: June 23rd, 2010
View 1 Replies!
View Related
Ubuntu :: Awn Manager Doesn't Work?
My awn manager for the awn dock does not seem to want to open. I have tried to open it so I can configure my awn dock to work properly but it does not seem to want to co-operate. Should I uninstall and reinstall it or what?
Posted: February 10th, 2010
View 4 Replies!
View Related
Ubuntu :: 9.10 Synaptic And Update Manager Doesn't Work?
I got this error message today when i ran sudo update E: Type 'See' is not known on line 2 in source list /etc/apt/sources.list E: Type 'n' is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-karmic.list and i cant burn dvd with brasero also my sis760 doesnt work on this im trying to switch back to windows but i need to copy the image to a dvd but brasero doesnt work and when ever i use the software center i see nothing under the categories
Posted: January 13th, 2010
View 9 Replies!
View Related
Ubuntu Installation :: Synaptic Packet Manager Doesn't Work \ Fix It?
I run Ubuntu 10.04 and everything worked fine until I downloaded bunch of games and programs using synaptic and it stopped working. When I try to install anything it tells me to check my internet connetction which i know works just fine, it says that cannot connect to [my_ip]:8080 and I manually opened the port and nothing, i disabled the firewall and have no proxy running, it also gives me the info that connection(111:refused) What do I do?
Posted: July 2nd, 2010
View 2 Replies!
View Related
Ubuntu Servers :: Packet Manager Doesn't Recognize The Password
just setup ubuntu server 10.10 on my new home server, installing usual stuff ect and came to install TCL, however had a couple of errors and done a bit of digging, come across a thread here that told me i needed to enable the 'repositories' packets in my packet manager, then went to open the packet manager and its doesn't recognize my password, although i can use sudo just fine.
Posted: December 10th, 2010
View 9 Replies!
View Related
Debian :: Gnome Update Manager Doesn't Work?
I've installed the GNOME Update Manager (0.68-debian.7) from the official Debian package archive. However, after checking for new packages and clicking "Install the updates", the update manager asks for rights and then just checks for new updates again. Selecting different packages didn't help either, it just checks for updates again and doesn't update anything. Has anyone experienced the same problem
Posted: 2010-05-25 12:26
View 6 Replies!
View Related
Fedora Networking :: Network Manager - Adsl Connection - Ifup Ppp0 Doesn't Work
I have a pppoe adsl connection. When I disconnect and try to reconnect, network-manager keeps asking for my password. I type it again and again with no success. When I reboot, it works again. On ubuntu, I use pppoeconf and it works well. So on Fedora I made a connection with pppoe-setup but neither ifup nor Code: pppoe-connect commands work. When I type Code: pppoe-connect , it says Code: /usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT "$@" > /dev/null 2>&1 . When I type Ifup ppp0 doesn't work either. However, with exactly the same settings, ubuntu connects to the internet.
Posted: 22nd November 2009, 01:44 AM
View 2 Replies!
View Related
Ubuntu :: Synaptic And Update Manager Doesn't Work - The Package Lists Or Status File Could Not Be Parsed Or Opened
This happened completely randomly. One day, my synaptic and update manager is working fine and the next day, I open one of them and get a error window that doesn't say anything (no details on the error). So, i tried the terminal, sudo apt-get update, and this message shows: Reading package lists... Error! E: Problem parsing dependency Depends E: Error occurred while processing lib�tartup-notificamion0-dev (NewVersion1) E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_karmic_main_binary-i386_Packages E: The package lists or status file could not be parsed or opened.
Posted: January 18th, 2010
View 3 Replies!
View Related
Ubuntu Servers :: Ssh Doesn't Work From Internet
I can't connect to my ssh-server (on ubuntu 10.04) from any external address. The error in putty is "connection timed out". From my internal network, everything works fine, even if I select my external IP address and port in putty as the destination. This is what I have done so far: installed open ssh with the ubuntu server 10.04 cd set up port forwarding (11041) in my router (seems to work ok, port is open according to "shields up") configured ssh to use port 11041 in /etc/ssh/sshd_config changed tcp and udp ssh port in /etc/services to 11041 enabled UFW and did sudo ufw allow ssh [Code].....
Posted: May 2nd, 2010
View 4 Replies!
View Related
Ubuntu Servers :: PHP Error Reporting Doesn't Work?
I am developing/testing a PHP app on my netbook. For some reason apache/php are returning nothing but a "500 internal server error" response when there is a problem with my php script. For example, if there is a semicolon or closing brace missing, it should cause the script to die with a hint about which line caused the script to stop working. Instead it displays nothing but a "500 internal server error" message.
Posted: April 5th, 2011
View 5 Replies!
View Related
Ubuntu Servers :: VSFTPD With NIS Environment Doesn't Work?
I installed Ubuntu 10.04 64bit server on DELL R710 server recently. The basic: [System Model] --- PowerEdge R710 [Ubuntu] --- root@pek-mcbuild2:~# cat /proc/version Linux version 2.6.32-21-generic (buildd@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 root@pek-mcbuild2:~# uname -ar [Code]...
Posted: April 11th, 2011
View 1 Replies!
View Related
Ubuntu Servers :: Software RAID Doesn't Work?
I'm trying to put two identical disks in Raid 1 for a homeserver. I got Ubuntu 11.04 server 32 bits on a USB stick. Installated till partition menu. Now I get the question how I want to partition my disks. I choose manual, and two times entire disk, one for both. It looks like this: (iPhone quality) I go to configure software Raid, and select Raid 1, 2 active disks, 0 spare disks, and get this: I can't choose the other 2TB partition. I think I have to configure Raid three times, one for each partition. Not? I click the missing 2TB partition, and get this: But I think there's no RAID device at all, I see this again when I go to Configure Software Raid, en try to delete a RAID device: How do I get Disk 1 and Disk 2 together in Raid 1? [URL]
Posted: July 2nd, 2011
View 3 Replies!
View Related
|