Tomcat 5.0 and Netbeans 6.0

Hi all,
i am having a "tougher" time then expected in order to setup a dev environment for my SCWCD exam preparation. The challenge lies in configuring the older version 5.0 of Apache Tomcat with the new Netbeans 6.0 and the 1.4 Java Base!
The IDE can launch my simple jsp test file on that server due to the following:
FAIL - Invalid context path null was specified
Deployment error:
The module has not been deployed.
See the server log for details.
Anyone with any insght on how to configure NB6.0 for this?
thx

Have you tried to check what Google says about "FAIL - Invalid context path null was specified"?

Similar Messages

  • Basic doubts regarding ssl with tomcat 5.5  and netbeans 5.5 for WSDL?

    I've just started my preparation of web services. I'm using JAX-WS to create my web services and client. I'm using Tomcat 5.5(not apache axis) to deploy my web services over https and i'm able to do that. I've configured my keystore and keystorepassword in tomcat's server.xml. After i've configured my web.xml to choose security type(choosen CLIENT-CERT). I'm able to run my web services over https. I'm using IDE as netbeans 5.5.
    But to access this web service from core java client, i'm unable to do it. I've configure my jvmargs in the project-properties-run tab of netbeans and have given keystore,keystorepassword,keytrust,keytrustpassword. After all this i've also export it to the trustcacerts of tomcat. I want to run this using jax-ws. I've searched for many tutorials of this jax-ws , but all were in vain. Eventhough i've checked in java.dev.net site for tutorial but didn't find for my need. Everywhere they metioned on glassfish,wsit or some other technologies.
    Right now i'm totally confused. I've read some little bit things of all these things and finally land it in the middle of the sea. Could anyone provide me the basic concepts or any url for this.
    After all this i'm getting exception as : https hostname should be <localhost>. I'm totally confused what to do.
    One more thing i just wanted to know that i'm diving into the jax-ws technology, is that right to buil an application on this or should i use JAX-RPC. Which one is better for accessing the url and should be secured from security propects. Also tell me is that possible to build web services on https with using tomcat5.5,jax-ws and netbeans 5.5 or should i need some technology for start up.

    Any kind of help are welcome.

  • Errors when using tomcat and netbeans combo.[Solved]

    Hi I'm trying to set up a netbeans/tomcat7 development environment for servlet development.
    I have tried this on 2 machines without any success.
    The steps I have followed are as follows.
    First I installed tomcat7 and netbeans from using pacman, then to be able to configure tomcat from netbeans I made the config files write permission 777, as it's just a development server security is not an issue.
    From there I started up netbeans started a new project and set the server to tomcat and pointed the Catalina home dir to /usr/share/tomcat7.
    When I try to run the example jsp project I get the following error:
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: java.lang.IllegalStateException: No Java compiler available
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:584)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:392)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    root cause
    java.lang.IllegalStateException: No Java compiler available
    org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:226)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:636)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    I've spent the last couple of days trying to find any information on this but I cant find anything, so any advice would be much appreciated.
    Last edited by darkclown (2011-12-01 05:15:23)

    From the error, it appears that there is no JDK installed - only a JRE, could that be the case? If you do have a JDK installed, then Tomcat is not finding it.
    I would also not run this on the openJDK, in case you are doing that. I would use the proprietary Oracle/Sun JDK. It's in the AUR, or simply download it from Oracle.
    I was not even aware that netbeans and tomcat are available from pacman. I always "install" those myself manually (i.e. unpack them into a folder). They are simply Java apps that can be installed anywhere, as long as you point them to a valid JDK.

  • Tomcat 4.0 and Oracle 10g takes 100% CPU and grinds to a halt

    Hi, I have a system to support that is currently running on Tomcat 4.0 on a Windows Server 2003 R2 SP2 machine with 3.06Ghz, 4Gb Memory, 2Gb Page file connecting to an Oracle 8.1.6 database on a Windows NT 4 virtual server with 3.2Ghz, 1152Mb Memory, 1536Mb Page file.
    I have another Windows virtual server 2003 R2 SP2 machine with 2Gb of memory and a 4Gb page. This server has Tomcat 4.0 and an Oracle 10.2.0.3.0 database. I have made sure that the Oracle 10g classes12.jar file is used.
    I am trying to run the application on the new server. In some tests I had users logging on one by one for the first 5 users - performance was great and the application ran faster than the current live system. When I then got another 10 - 15 people logging on the CPU stuck at 100% on the server, even exploring the server was almost impossible, and the application slowed down to unworkable.
    We dont know if the problem lies with the very fact that we are trying to connect to a 10g database which is cost based and the application was written using rule based Oracle 8. Or is it the virtual server? Or is it the fact that we have both the application and the database on the same server.
    I dont know if it is possible to have another Tomcat4.0 server running on our live server but connecting to the 10g database - what would happen with classes12.zip and classes12.jar? would there be a conflict?
    I would really appreciate some help here. You should know though that I am not a hardened java programmer - I can dabble, but am an Oracle Forms, Reports, Discoverer, SQL person by trade. I am also a trainee DBA, so again am not an expert by any means.
    Thanks in advance for your help
    Lizzie

    lizzie8 wrote:
    Hi, I have a system to support that is currently running on Tomcat 4.0 on a Windows Server 2003 R2 SP2 machine with 3.06Ghz, 4Gb Memory, 2Gb Page file connecting to an Oracle 8.1.6 database on a Windows NT 4 virtual server with 3.2Ghz, 1152Mb Memory, 1536Mb Page file.Tomcat 4? We're up to Tomcat 6. The important difference is the JDK supported. What JDK are you using for Tomcat?
    >
    I have another Windows virtual server 2003 R2 SP2 machine with 2Gb of memory and a 4Gb page. This server has Tomcat 4.0 and an Oracle 10.2.0.3.0 database. I have made sure that the Oracle 10g classes12.jar file is used.classes12.jar is pretty old technology. The JAR should match your JDK and version of Oracle.
    I am trying to run the application on the new server. In some tests I had users logging on one by one for the first 5 users - performance was great and the application ran faster than the current live system. When I then got another 10 - 15 people logging on the CPU stuck at 100% on the server, even exploring the server was almost impossible, and the application slowed down to unworkable.You don't say anything about the whether or not you're using a connection pool or what's happening to the open connections and cursors. If you find that those are drifting up over time, it's likely that the code isn't closing resources properly.
    We dont know if the problem lies with the very fact that we are trying to connect to a 10g database which is cost based and the application was written using rule based Oracle 8. Or is it the virtual server? Or is it the fact that we have both the application and the database on the same server.Database and app server should be separated, IMO.
    I dont know if it is possible to have another Tomcat4.0 server running on our live server but connecting to the 10g database - what would happen with classes12.zip and classes12.jar? would there be a conflict?
    I would really appreciate some help here. You should know though that I am not a hardened java programmer - I can dabble, but am an Oracle Forms, Reports, Discoverer, SQL person by trade. I am also a trainee DBA, so again am not an expert by any means.You need more data. Get some tools to see where the time is being spent. Start monitoring your Oracle connections and cursors to see what's going on. Install some filters to get raw timings on your Java calls. Without data, you're guessing in the dark.
    %

  • Installation of J2SE V1.4.2 and NetBeans Java 2 Platform, Standard Edition

    I downloaded J2SE V1.4.2 and NetBeans IDE 3.5.8. After this very long download, my ISP disconnected. I re-connected, but am unable to install the download. Please help.
    alinda78

    I downloaded J2SE V1.4.2 and NetBeans IDE 3.5.8.
    After this very long download, my ISP disconnected.
    I re-connected, but am unable to install the
    e download. Please help.
    alinda78

  • Tomcat 4.0 and Apache 2.0.35

    Hello,
    I am trying to install mod_jk or mod_webapp.so with Tomcat 4.0 and Apache 2.0.35, running on Windows XP Professional. When I try to start Apache, it fails to see it the new module in the modules/ directory, even though it's most definitely there. Anybody have any thoughts?

    The Tomcat 4 has different settings compared to the previous releases (Tomcat 3.3.x and Tomcat 3.2.x). If the previous releases use mod_jk.dll and/or mod_jk.so, the version 4 uses different modules. I have obtained the following from the server.xml file from Tomcat 4.0.3.
    The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0
    as its servlet container. Please read the README.txt file coming with
    the WebApp Module distribution on how to build it.
    (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
    To configure the Apache side, you must ensure that you have the
    "ServerName" and "Port" directives defined in "httpd.conf". Then,
    lines like these to the bottom of your "httpd.conf" file:
    LoadModule webapp_module libexec/mod_webapp.so
    WebAppConnection warpConnection warp localhost:8008
    WebAppDeploy examples warpConnection /examples/
    The next time you restart Apache (after restarting Tomcat, if needed)
    the connection will be established, and all applications you make
    visible via "WebAppDeploy" directives can be accessed through Apache.

  • How could force tomcat to stop and start on every build on Ide?

    How could force tomcat to stop and start on every build on Ide?

    Hello,
    See this help article:
    *[https://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page How to set the home page]
    Or try go to about:config page, search for "browser.startup.homepage" change its value to "about:home"(default) or "about:blank"(blank page)
    *[http://kb.mozillazine.org/About:config about:config]

  • Tomcat load balancing and frames

    Hello !
    I am having an web applications built on Servlets and JSP, but in my application I am using frames so after I am connecting to the application I am having one JSP wtih 3 frames (JSP).For the web site I am using sessions.My application is working ok on one Tomcat, but when I tried to put the application on server where the configuration is a loadbalancing for 2 Tomcats I am having problems because frames:after I am connecting to the application I am seeing the first frame a thousand of times (like a cycle).I am using Tomcat 4.x
    Can anybody help me with some ideeas?
    Thank you!

    First off, consider switching to Tomcat 5. The JSP performance alone is worth the switch. It is a much more robust servlet engine than Tomcat 4.
    Second, your frame problem is likely due to loadbalancing directing each frame to a different server. If you like that approach, examine your method for HTTP session replication. How are sessions being replicated between Tomcat instances? (Or even are they?) If you want true perfect load balancing you'll need good session replication.
    If that doesn't work you may consider a loadbalancing scheme involving server affinity, also known as "sticky sessions." That way all requests for a given session will go to the same server. With this scheme your frames will all render properly because they will be served up by the same machine.
    For Tomcat clustering and loadbalancing I recommend Apache with the MOD_JK plugin for tomcat clustering, loadbalancing, and failover. MOD_JK supports both round-robin and sticky session loadbalancing.

  • Apache Tomcat 4.0 and MySQL 3.2.3, how to connect?

    Hi, could anybody help me please? I have a problem in connecting between Apache Tomcat 4.0 and MySQL 3.2.3. How can I connect them? Do I need mm.mysql.Driver? I have download that one, but I don't know where I should put that .jar file?
    And before that, I have made a JSP file that using MySQL Database, and I have error like this:
    Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: org.gjt.mm.mysql.Driver
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:457)
         at org.apache.jsp.ex1$jsp._jspService(Compiled Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.StandardContext.invoke(Compiled Code)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.AccessLogValve.invoke(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(Compiled Code)
         at org.apache.catalina.connector.http.HttpProcessor.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    root cause
    java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver
         at org.apache.catalina.loader.WebappClassLoader.loadClass(Compiled Code)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:198)
         at org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:132)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Compiled Code)
         at org.apache.jsp.ex1$jsp._jspService(Compiled Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(Compiled Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.StandardContext.invoke(Compiled Code)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.valves.AccessLogValve.invoke(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
         at org.apache.catalina.core.StandardPipeline.invokeNext(Compiled Code)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(Compiled Code)
         at org.apache.catalina.connector.http.HttpProcessor.run(Compiled Code)
         at java.lang.Thread.run(Thread.java:479)
    Can anybody help me, please? I need this in a short time for my thesis.

    From the stack trace, it says that the mm.mysql Driver was not found. This means that you have not included the mySQL JDBC driver in your classpath. You have to download the mySQL driver jar file and place that in the "lib" folder under the Tomcat installation. Then, make sure that the said jar file is included in your classpath. Hope this helps

  • Tomcat 3.1 and WL 4.5

    My application runs fine on weblogic 4.5 with both JSP and EJB handled by
    the same app server (WL).
    I have been trying to put all the JSPs (all class libraries ....) on another
    machine running tomcat 3.1. I would like to use WL as EJB server only.
    My investigation turns to the jdni area which I suspect is the problem. This
    is the function I have on the JSP:
    <%!
    String pagetitle = "JSP StepSearch using EJBean Stateless Session";
    String url = "t3://172.21.22.77:7001";
    String accountId = "10020";
    // Declaring a Java class
    public Context getInitialContext() throws Exception {
    Properties p = new Properties();
    p.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFactory");
    p.put(Context.PROVIDER_URL, url);
    return new InitialContext(p);
    the url is the remote machine running WL4.5.
    Can anyone please tell me that if using tomcat for JSP and WL for EJB would
    work or not at all ?
    If so, what am I missing on the tomat configuration ?
    thanks
    kelvin
    After hours of package hunting. I think it finally compiled alright but it
    gives the following error message:
    Internal Servlet Error:
    javax.servlet.ServletException
         at
    org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
    l.java:386)
         at
    jsp.catalog._0002fjsp_0002fcatalog_0002fbrowse_0002ejspbrowse_jsp_0._jspServ
    ice(_0002fjsp_0002fcatalog_0002fbrowse_0002ejspbrowse_jsp_0.java, Compiled
    Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
    va:174)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, Compiled
    Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
    Compiled Code)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at
    org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
    onnectionHandler.java:160)
         at
    org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
         at java.lang.Thread.run(Thread.java:479)
    Root cause:
    java.lang.NullPointerException
         at
    jsp.catalog._0002fjsp_0002fcatalog_0002fbrowse_0002ejspbrowse_jsp_0._jspServ
    ice(_0002fjsp_0002fcatalog_0002fbrowse_0002ejspbrowse_jsp_0.java, Compiled
    Code)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.jasper.runtim.JspServlet$JspServletWrapper.service(JspServlet.jav
    a:174)
         at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
         at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, Compiled
    Code)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
    Compiled Code)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
         at
    org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
    onnectionHandler.java:160)
         at
    org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
         at java.lang.Thread.run(Thread.java:479)

    I actually got it to work yesterday. However, there is just one problem I
    cannot figure out.
    What weblogic package do I have to have on the client machine ?
    The weblogic server serves the bean alright. On the client machine on which
    I have my tomcat running on,
    I have to put some weblogic classes there, otherwise, it won't run properly.
    I said put because I did not start the weblogic
    server on my client machine. The bean classes on the client machine looks
    for those weblogic classes though.
    Now, my client has only one weblogic lisence with them, if each client
    machine must install some WL components, would that be a problem for them ?
    Do you have some package that I can download and install on the client
    machine to make this work ?
    thanks
    kelvin
    "Bryan O'Sullivan" <[email protected]> wrote in message
    news:[email protected]..
    k> If you can please give me some pointers, it would mean a sale for
    k> your company and my company as well.
    I don't know what might be wrong, since I don't know what your
    servlets are doing. If you can post some more detailed information
    (including the WLS service pack you're using), that might help.
    <b
    Let us pray:
    What a Great System.
    Please Do Not Crash.
    ^G^IP@P6

  • [svn:bz-trunk] 15533: Back out some local changes to tomcat-users. xml and tomcat-users.xml. install I inadvertently checked in when upgrading ActiveMQ on BlazeDS/trunk .

    Revision: 15533
    Revision: 15533
    Author:   [email protected]
    Date:     2010-04-17 04:20:11 -0700 (Sat, 17 Apr 2010)
    Log Message:
    Back out some local changes to tomcat-users.xml and tomcat-users.xml.install I inadvertently checked in when upgrading ActiveMQ on BlazeDS/trunk.
    Modified Paths:
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml
        blazeds/trunk/servers/apache-tomcat-6.0.14/conf/tomcat-users.xml.install

    i will not read all that!!!! Format it! Lots of useless information commented.
    java.net.SocketException: java.net.ConnectException: Connection timed out: connect
    at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
    Tells me you have a connection error on Mysql. Quick search show me this:
    <Resource name="jdbc/passport" auth="Container"
    type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver"
    url="jdbc:mysql://258.1.54.134:3306/xmnext_passport"
    username="dda" password="zhoussda" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    Can you connect to the server using thos setting with a mysql client in the server?

  • How to install JDK6 and Netbeans 6 in a non-global zone?

    Hi,
    I have a Solaris system where I want to deploy separate containers for several developers.
    I'm having difficulty in installing JDK 6 and Netbeans 6, I get lots of missing package errors in non-global zone.
    What would be the best approach for installing jdk 6 + netbeans 6 seperately for each developer?
    Thanks in advance.

    Hi
    It depends how you have created your zone, what has been inherited from the global:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    But if you only want a jdk and netbeans, there is no really dependencies the simplest approach si to download the not packaged version and put it in /opt which is not inherited
    You just have to put a jdk in /opt/jdk1.6.0... and netbeans in /opt/netbeans-6.0..
    Don't really understand why you want a separate zone, one zone, several accounts which share the same jdk and netbeans, that's the way unix work ;)

  • JavaFX and NetBeans Integration Request

    How about it team? Please integrate SB into the next release of NetBeans (7.4.1).
    Yes, I have seen the pages at: Using JavaFX Scene Builder with Java IDEs: Using Scene Builder with NetBeans IDE | JavaFX 2 Tutorials and Documentation
    OK so I am able to call SB from inside the NetBeans 7.4 IDE.  This is not integration. Its a shortcut. I mean, why do we have two separate tools? NetBeans IDE and SceneBuilder. We don't pop open SQLDeveloper when we work on queries, so why pop open SB?
    Integration would be that the capabilities of the SceneBuilder would be available IN the IDE such as they are for Swing or for databases.    Integration means you would have the palette available with the JavaFx components.  It would be the current version of SB. ( When SB2 comes out, it would have all the functionality of SB2 )
      From reading the scant information out there, SB2 is in development, why not integrate it into the IDE and make it one spot to do your development?  Take JavaFx mainstream and integrate it into the IDE for real.

    The Scene Builder team is working to create a product that integrates well with many IDEs, and NetBeans is one of them. As you might have heard from the last JavaOne, we are working on an API, called Scene Builder Kit, which will allow the integration of Scene Builder panels and functionality directly into the GUI of an IDE.
    Based on this, we hope to collaborate with the NetBeans team -- and with teams from other IDEs -- to provide as tight an integration as we can, but ultimately this is a partnership which requires work from both the IDEs and SB teams.
    As crucial as we see a tight IDE integration for our users' productivity, we feel that a SB standalone tool is also needed for those of our users who do not wish to use an IDE because, e.g., they focus solely on the layout and styling of a GUI.
    Thanks for your feedback, please keep it coming, this helps us.

  • JDeveloper and Netbeans ebooks

    Can anyone help me out by sending me ebooks on JDeveloper (Beginners, Intermediate and Advance) and Netbeans (Beginners, Intermediate and Advance) to my email [email protected] I so much more need them to start using JDeveloper and Netbeans as a professional. Also with all necessary Java books that will turn a dummy to Guru programmer.

    No Java Books will turn a dummy into a Guru, only experience can do that.

  • Eclipse and Netbeans claim ....

    Both Eclipse and Netbeans claim to be the best / most powerful IDE for Java. Which is telling the truth ?

    However, call me paranoid, but it is as if there is a
    conspiracy being propagated in the Java developer
    community because I can't for the life of me find a
    semi-decent tutorial on how to use - and more
    importantly, setup - the developer tools
    available such as Ant, Netbeans etc.Didn't you find the manual of Ant for example, which explains exactly how to install and use it, or did you find it but don't understand it? If you have a specific question about something you don't understand, please ask it here.
    If only Sun would write a so-called meta-tutorial
    explaining in idiots terms how to get the bloomin'
    tools to work and how one should approach software
    development then my productivity would be
    significantly improved!! It is the most frustrating
    thing: knowing the language but not being able to use
    it.Start with the First Steps Tutorial. That explains in detail how to setup the JDK and compile Java programs from the command line.
    After you have learned that, download and install Ant and read the manual, and look at example build files to learn how to write a build file yourself. Learn how to use Ant from the command line.
    Then download and install Netbeans. Read the Quick Start guides for Netbeans to start learning how to use it.
    All the information you need is readily available, you just have to read it and experiment with the stuff to learn how it works. It's not as difficult as it seems - just play with it for a few hours and you'll start to see how it all works.

Maybe you are looking for

  • I can't order a book

    I have the the latest version of Aperature. I go through the process of creating an account. Confirm my payment details. Add a dispatch address. Push save... then a little box appears briefly saying authorising card. Then nothing! It doesn't upload t

  • Load Balance HTTPS servers with redirection

    Hello, I have been tasked with ACE configuration at work as the prior go-to guy for load balancing is no longer available. Trouble is, I have little idea what I’m doing when it comes to the ACE. So, forgive me if the question I have is super basic. A

  • Smart card-account user

    Hi, I have a question here. What is the features that can make smart card stored users' account ID? When the user access Sunray, they will get a Windows environment and this session will carry-on as long as the users access their own system.

  • My iTunes Store won't be anything but French

    I bought my Mac Mini in France. Back in the UK , I bought a Touch today. Sync'ed up with my Mini and now, when it comes to the iTunes store, it only comes up with the French account creation page (not accessed it before today) I can't seem to change

  • W7  Have itunes on PC.  Tried to import a music CD.  Error:

    The error message:  Registry setting used by itunes drivers for importing and burning CDs and DVD are missing.  Could be the result of using other CD burning software.  I also have an HP program Cyberlink DVD suite that I use.  It seems I can only us