re: Server listening on 8080 You can crack open a command prompt and run:
netstat -ano | findstr 8080 You should see output similar to: TCP 0.0.0.0:8080 0.0.0.0 LISTENING The 8080 part is the important info. It should have a status of "LISTENING". To show all listening ports: netstat -ano | findstr LISTENING Look for port 8080. If no 8080 -- there's your problem ( or, one of them ... ). This will tell you whether or not your server is allowing connections to port 8080 ...which is where your staff client lives. Chad On Wed, Nov 30, 2011 at 08:42:23AM +0600, Shahajada wrote: > i have tried through [1]http://localhost:8080 but dont come. In google > chrome its show message " > > Oops! Google Chrome could not connect to localhost:8080 > > in firefox its show problem loading page. one question to you how can i > understand that My sql is running > On Wed, Nov 30, 2011 at 8:28 AM, Automation <[2][email protected]> wrote: > > Have you tried?: > > [3]http://localhost:8080 > > The staff interface is usually on port 8080, I believe. > On Wed, Nov 30, 2011 at 08:24:15AM +0600, Shahajada wrote: > > I have installed koha 2.2.9 version on windows xp. but the problem > is OPAC > > interface comes when i write down on internet address localhost but > > LIBRARIAN interfae is not coming. Would u kindly help me regarding > this > > issue > > -- > > Md. Shahajada Masud > > Library Assistant > > Information and Communication Division > > CIRDAP, Chameli House, 17 Topkhana Road, > > GPO BOX 2883,Dhaka > > Phone #�[4]880-2-9558751, 9559686, 7169824-5 ext.227 > > Mobile [5]+88-01912704971 > > web address: [1][6]http://www.cirdap.org.sg > > > > References > > > > Visible links > > 1. [7]http://www.cirdap.org.sg/ > > > _______________________________________________ > > Koha mailing list [8]http://koha-community.org > > [9][email protected] > > [10]http://lists.katipo.co.nz/mailman/listinfo/koha > > -- > Chad Roseburg > Automation Dept. > North Central Regional Library > office: 509-663-1117 x.134 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iQEcBAEBAgAGBQJO1ZS+AAoJEBi1nVMf5Zz5V3cIAKX/5E6MK+4sPDJMleUf6xgF > 7kDep+YfhgfUQfasOZJa2kXB9jhGAkajq0mXLmxXCRMOBBglrVp3oHi+dX81oPDb > AI3qn1sRBGqs9V4uBSDxYwdIo42LQg/kudQREPnNlEOJBosTeQmtDfDnHhsYXyYp > sA37qdeoPImRPM67bWj+o6+cZcBF/sH7nz0XvuEmyWSHW3JHzcht4JMhXrlviyKl > ECO49g0GPVRGLPdtQItTiQmGVripzR8pfXnXJuhTeqqfS57yL83dNB9XnO/OETur > CfPpuTTDMTo5oAj6AgcX9q54B+Wwm9bJif2Cz4/2tNlwvZsGTwuq8841cIvxgLg= > =o/G7 > -----END PGP SIGNATURE----- > > -- > Md. Shahajada Masud > Library Assistant > Information and Communication Division > CIRDAP, Chameli House, 17 Topkhana Road, > GPO BOX 2883,Dhaka > Phone # 880-2-9558751, 9559686, 7169824-5 ext.227 > Mobile +88-01912704971 > web address: [11]http://www.cirdap.org.sg > > References > > Visible links > 1. http://localhost:8080/ > 2. mailto:[email protected] > 3. http://localhost:8080/ > 4. file:///tmp/tel:880-2-9558751 > 5. file:///tmp/tel:%2B88-01912704971 > 6. http://www.cirdap.org.sg/ > 7. http://www.cirdap.org.sg/ > 8. http://koha-community.org/ > 9. mailto:[email protected] > 10. http://lists.katipo.co.nz/mailman/listinfo/koha > 11. http://www.cirdap.org.sg/ -- Chad Roseburg Automation Dept. North Central Regional Library office: 509-663-1117 x.134
signature.asc
Description: Digital signature
_______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

