它的问题是没有绑定到需要的端口
wsl的端口默认是7001
你重新配置一下端口看看

解决方案 »

  1.   

    应该是端口问题:你到mydomain下的config.xml中改一下,给你一个例子:    <Server ListenPort="7001" Name="bibi" NativeIOEnabled="true" ServerVersion="7.0.2.0">
            <COM Name="bibi"/>
            <ExecuteQueue Name="default" ThreadCount="15"/>
            <IIOP Name="bibi"/>
            <JTAMigratableTarget Cluster="" Name="bibi" UserPreferredServer="bibi"/>
            <JTARecoveryService Name="bibi"/>
            <KernelDebug Name="bibi"/>
            <Log FileName="bibi\bibi.log" Name="bibi"/>
            <SSL Enabled="true" HostnameVerificationIgnored="true"
                ListenPort="7002" Name="bibi"
                ServerCertificateChainFileName="ca.pem"
                ServerCertificateFileName="democert.pem" ServerKeyFileName="demokey.pem"/>
      

  2.   

    偶的config.xml是:
    <Domain Name="hamihamiha1">
     <Server
      Name="hamihamiha1"
      NativeIOEnabled="true"
      ListenAddress=""
      ListenPort="7001" >  <SSL
       Name="hamihamiha1"
       ListenPort="7001"
       HostnameVerificationIgnored="true"
       Enabled="true"
       ServerCertificateFileName="democert.pem"
       ServerKeyFileName="demokey.pem"
       ServerCertificateChainFileName="ca.pem"
     />
        <WebServer
          DefaultWebApp="DefaultWebApp"
          LogFileName="access.log"
          LoggingEnabled="true"
          Name="hamihamiha1"
        />
      <Log
       FileName="weblogic.log"
      />
      </Server>
    可是问题依然存在
      

  3.   

    新问题,现在启动好了,但是访问http://localhost:7001时出现以下情况:
    Error 404--Not Found 
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
     
    谁给看看是怎么回事?
      

  4.   

    楼主是想访问什么呀?是想访问控制台吗?
    http://localhost:7001/console