似乎没有什么错误11:18:17,015 INFO  [ChannelSocket] Port busy 80 java.net.BindException: Address already in use: JVM_Bind11:18:17,046 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8111:18:17,046 INFO  [JkMain] Jk running ID=1 time=0/46  config=null11:18:17,046 INFO  [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 37s:641ms11:18:29,578 INFO  [STDOUT] servlet reached11:18:29,578 INFO  [STDOUT] the act parameter is add11:18:29,859 INFO  [CollectionFactory] JDK 1.4+ collections available11:18:29,890 INFO  [CollectionFactory] Commons Collections 3.x available11:18:29,984 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext.xml]
代码如下,前面两个log打印出来了,最后一个没有。System.out.println("servlet reached");
            act=request.getParameter("act");
                        System.out.println("the act parameter is "+act);            faqVO=(FaqVO)this.getBean("FaqVO");
                                    System.out.println("the act parameter1 is "+act);
            tm=(FaqManager)this.getBean("FaqManager");

解决方案 »

  1.   

    11:18:29,984 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [applicationContext.xml]后面没有日志了吗还有你的jboss启动时时候报80端口被占用的错误好好整整
      

  2.   

    恩,后面什么log也没有了,80口被占可能因为oracle的原因。能不能猜测一下是什么原因造成这句话老是执行不下去。我是新手。
      

  3.   

    下载个软件 fport 查查 就知道了
      

  4.   

    端口没有问题,可是FaqVO还是读不到。郁闷