This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132130 - Problem in accessing Tomcat Manager Application in webapps folder
Summary: Problem in accessing Tomcat Manager Application in webapps folder
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: Other Windows XP
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-05 08:21 UTC by hs2687
Modified: 2008-05-19 13:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hs2687 2008-04-05 08:21:35 UTC
Hi

I have downloaded the Netbean 6.0.1 with Tomcat 6.0.14 server and install them on my machine.

I am able to start & stop the Tomcat Server from Netbean IDE, but unable to deploy any application into Tomcat Server
from Netbean IDE. I have already add user entry <user name="admin" password="secret" roles="manager" /> in
conf/tomcat-users.xml and restarted the server and made the changes in Netbean -> Tomcat Server -> Property screen
accordingly but it is still not working.

I am also not able to access any of default application deployed in webapps folder. like http://localhost:8084/manager,
http://localhost:8084/examples/servlets/ etc. Getting response error 404.

Please find the start-up log for Tomcat Server (Netbean Server Output View)

Using CATALINA_BASE:   C:\Documents and Settings\HEMANT\.netbeans\6.0\apache-tomcat-6.0.14_base
Using CATALINA_HOME:   C:\Program Files\Apache Software Foundation\Apache Tomcat 6.0.14
Using CATALINA_TMPDIR: C:\Documents and Settings\HEMANT\.netbeans\6.0\apache-tomcat-6.0.14_base\temp
Using JRE_HOME:        C:\Program Files\Java\jdk1.5.0_14
Apr 5, 2008 12:15:36 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the
java.library.path: C:\Program Files\Java\jdk1.5.0_14\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC
Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Intel\Wireless\Bin\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\
Apr 5, 2008 12:15:36 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8084
Apr 5, 2008 12:15:36 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 633 ms
Apr 5, 2008 12:15:36 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Apr 5, 2008 12:15:36 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
Apr 5, 2008 12:15:36 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8084
Apr 5, 2008 12:15:36 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Apr 5, 2008 12:15:36 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31  config=null
Apr 5, 2008 12:15:36 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 735 ms

Please help me to resolve this issue.

Thanks
Comment 1 Petr Hejl 2008-04-07 15:56:43 UTC
Can you provide IDE log (c:\\Document and Settings\user\.netbeans\var\log\messages.log)? Can you access the
http://localhost:8084/ url?

Are you sure you configured the user in the proper base directory used by netbeans (C:\Documents and
Settings\HEMANT\.netbeans\6.0\apache-tomcat-6.0.14_base)?
Comment 2 Petr Hejl 2008-05-19 13:32:06 UTC
No response from reporter. Closing as WORKSFORME.