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 156099 - can't use in port:8084 manager
Summary: can't use in port:8084 manager
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Linux
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-27 17:51 UTC by 2001430
Modified: 2009-08-10 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
this is tomcat-users.xml (183 bytes, text/plain)
2008-12-27 17:52 UTC, 2001430
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 2001430 2008-12-27 17:51:22 UTC
Using CATALINA_BASE:   /home/zq/.netbeans/6.5/apache-tomcat-6.0.18_base
Using CATALINA_HOME:   /home/zq/apache-tomcat-6.0.18
Using CATALINA_TMPDIR: /home/zq/.netbeans/6.5/apache-tomcat-6.0.18_base/temp
Using JRE_HOME:       /usr/lib/jvm/java-6-sun
2008-12-28 1:35:49 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not
found on the java.library.path:
/usr/lib/jvm/java-6-sun-1.6.0.06/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.06/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.06/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib
2008-12-28 1:35:49 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8084
2008-12-28 1:35:49 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1664 ms
2008-12-28 1:35:50 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2008-12-28 1:35:50 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2008-12-28 1:35:51 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8084
2008-12-28 1:35:51 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2008-12-28 1:35:51 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/306  config=null
2008-12-28 1:35:51 org.apache.catalina.startup.Catalina start
信息: Server startup in 1922 ms
Comment 1 2001430 2008-12-27 17:52:35 UTC
Created attachment 75325 [details]
this is tomcat-users.xml
Comment 2 2001430 2008-12-27 18:13:19 UTC
    when I open server Tomcat6.0.18 in NetBeans IDE 6.5, it's ok, then open a new Brower(firefox3) and input
"localhost:8084",
I see the "welcome page", but use "Tomcat Manager" that is wrong. I use "root"as username &"123" as password. 
    so I use the other method to solve this problem, close NetBeans IDE 6.5 and open server tomcat6 with "sh catalina.sh
run", 
it's OK,I can use Tomcat Manager.
    I don't know why can't use tomcat manager in NetBeans IDE 6.5? 
Comment 3 Petr Hejl 2009-08-10 15:53:23 UTC
As you can see there is a different base directory. So you compare two different tomcat instances.