Reverse proxy using sun one webserver

can any body please tell me the steps to how to use
web server as a proxy server to Applicationserver

is this what you're looking for?
http://www.phptr.com/articles/article.asp?p=16953

Similar Messages

  • Can i setup a secure reverse proxy using sun one web proxy server and windows 2000?

    I've tried this on IPlanet Proxy 3.6 and, after reading the documentation, realized that SSL is not supported on the Windows platform. So I'm asking if it is supported using Sun One Web Proxy Server

    Hi,
    Yes, What you say is right.
    "The NT and Windows 2000 versions of iPlanet Web Proxy Server 3.6 do not support SSL".
    Sun One Web Proxy Server is as same as iPlanet webproxy server.
    May be in future relase of proxy server SSL will be supported in Win2000.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • WebServer 6.1 SP3 SSL reverse proxy to Sun One Application Server 7

    I have an application in the appserver7 that requires SSL authentication. I have already installed a self cert in the appserver7, and the authentication works fine when I browse directly to the appserver.
    The appserver7 has both listener for port 80 and 443 enabled.
    I'm currently setting up a webserver (WebServer 6.1 SP3) to act as a reverse proxy to the appserver7. The reverse proxy for the basic jsp pages found in the appserver worked fine.
    When I try to access the login page, in the appserver, in ssl mode, I am unable to do so. I then try changing the obj.conf to the following, from http to https:
    <Object name="passthrough">
    ObjectType fn="force-type" type="magnus-internal/passthrough"
    Service fn="service-passthrough" method="(GET|HEAD|POST)" servers="https://172.2
    8.48.53"
    However, it still doesn't work.
    Do I need to install a self cert in the webserver and enable the ssl listener as well?
    Do I need to install any reverse proxy addon for the appserver? Any
    setup for the obj.conf in the appserver?
    Any ideas how to get this done?
    Thanks.
    Mac.

    The Web Server 6.1 SP3 Reverse Proxy Plugin is supported, but it sounds like you're trying to do something that simply isn't possible.
    If you want the Reverse Proxy Plugin to perform SSL mutual authentication with the Application Server using the client's certificate, that's impossible due to the nature of SSL mutual authentication. If the plugin could impersonate the client, then SSL would be vulnerable to MITM (Man In The Middle Attacks). Fortunately, SSL isn't vulnerable to such attacks because the plugin doesn't know the client's private key.
    If you simply want the Reverse Proxy Plugin to pass information about the client's certificate along to the Application Server, that hapens automatically. There's nothing special to configure. Note that the plugin will not authenticate to the Application Server in this case. Rather, it will simply copy the X.509 certificate into the proprietary Proxy-auth-cert: HTTP request header.
    The application running on the Application Server can inspect the Proxy-auth-cert: header using standard Servlet APIs. Alternatively, you can use Application Server 7's auth-passthrough AuthTrans SAF to cause the contents of the Proxy-auth-cert: header to be copied to the javax.servlet.request.X509Certificate Servlet attribute.

  • What is the latest Sun One webserver with SP #, which we can use it  in pro

    What is the latest Sun One webserver with SP #, which we can use it in production environment.
    thanks
    siva

    6.1 Service pack 5 is our latest release.
    you can get this software from
    http://www.sun.com/webserver
    hope this helps

  • META-INF & SUN ONE WebServer security

    Hi All,
    I am facing problem with SUN ONE WebServer 6.0. The SUN ONE WebServer is being used a Web-Proxy Server to parse all request for a particular URL to WebSphere application server.
    Unfortunately one of JAR files loaded in the WebSphere contaisn files in META-INF directory which needs to be accessed by the users. These files are mostly javascripts and image files.
    These files can be accessed if we connect directly to the WebSphere http port. But cannot be accessed when connecting through the SUN ONE WebServer.
    I get the following error,
    [13/Jun/2006:16:19:14] security (14832): for host 10.81.205.204 trying to GET /esott/faces/static/META-INF/common/script.js, deny-existence reports: denying existence of /opt/iplanet/iWS/docs/esott/faces/static/META-INF/common/script.js
    I am not sure why Iplanet is denying the existence of the files in the META-INF . Is there a way to turn off this behaviour?
    regards,
    Suresh

    Servlet spec. prohibits direct access to META-INF:
    9.5 Web Application Archive File
    Web applications can be packaged and signed, using the standard Java Archive tools, into a Web ARchive format (war) file. For example, an application for issue tracking could be distributed in an archive with the filename issuetrack.war.
    When packaged into such a form, a META-INF directory will be present which contains information useful to the Java Archive tools. If this directory is present, the servlet container must not allow it be served as content to a web client�s request.
    **************************************************************************************

  • Reverse Proxy More than one webgui?

    To: Nick and all who use reverse proxy clients
    Thanks for the hints so far.
    I am stuck when trying reverse proxy more then one backend webgui. We have
    a portal that takes an iview and sends all the request for backend webgui to
    the reverse proxy address. This fulfills the requirement to only open up one domain address and support and manage on SSL key later on.
    The /sap Rewrite tag works great for this and we pointed successfully to the EB system.
    The sticky point:
    How do we distinguish from one webgui server EB from another i.e BW.
    We need to distinguish one incoming /sap from another.
    We started with leveraging the SICF and the external URL alias that would serve up the /sap URL as /sapebd. Unfortunately the /sapebd external alias did work some but the contents of the generated page continues to reference the /sap instead of /sapebd. (Manually change it to /sapebd from a browser and the gif,.css.js etc will be served up) .
    Looking for some good suggestions. (Below included sample statements)
    Thanks,
    Mich
    </VirtualHost>
    #This host is used for the meta refresh redirect page.
    <VirtualHost my.domain.com:80>
    ReWriteEngine On
    ServerName my.domain.com:80
    ProxyPreserveHost on
    DocumentRoot "/var/www/html/qaroot"
    DirectoryIndex index.php index.html index.htm index.shtml
    ErrorLog logs/qaroot-error_log
    TransferLog logs/qaroot-access_log
    Portal proxy statements - one proxy all works fine
    ProxyPass /irj http://portal.domain.com:50000/irj
    ProxyPassReverse /irj http://portal.domain.com:50000/irj
    ProxyPass /webdynpro http://portal.domain.com:50000/webdynpro
    ProxyPassReverse /webdynpro http://portal.domain.com:50000/webdynpro
    ProxyPass /useradmin http://portal.domain.com:50000/useradmin
    ProxyPassReverse /useradmin http://portal.domain.com:50000/useradmin
    ProxyPass /logon http://portal.domain.com:50000/logon
    ProxyPassReverse /logon http://portal.domain.com:50000/logon
    #EBD proxy statements
    Try number 1 leaving it at sap and it works well to one back end system
    #RewriteRule ^/sap(.*) http://ebd.domain.com:8000/sapebd/$1 [P,L,NE,QSA,R]
    #ProxyPassReverse /sap http://ebd.domain.com:8000/sap
    Try number 2 defined an external alias using SCIF - works a litlle
    but then the webgui responds with the a lot of "/sap" references
    RewriteRule ^/sapebd(.*) http://ebd.domain.com:8000/sapebd/$1 [P,L,NE,QSA,R]
    ProxyPassReverse /sapebd http://ebd.domain.com:8000/sapebd
    </VirtualHost>
    Message was edited by: Mich Wilhelmi

    hi,
    >I know that is not possible to connect two different XI system to the same R/3; so, how can I manage this situation without affect the other XI?
    this is not true...
    there is way to use SPROXSET table for that reason
    but it has to be done in a very carefull way
    Regards,
    Michal Krawczyk
    http://mypigenie.com XI/PI FAQ

  • Sun One Webserver and JSP 2.0

    I have a customer running Sun One Webserver v 6.1 (newest) and I have no experience using that server. We are writing some JSP pages, and I am hoping to use JSP 2.0. It appears from what I have read that only JSP 1.2 is supported. Is that correct, or is there any way to use JSP 2 with the Sun One server.
    Any help greatly appreciated, I'm a total newbie to this server.
    Cheers

    Well, I don't have any problem running jsp pages on this server, just wanted to know if the server supports jsp 2.0 or if there is a way to add that support.
    What problems are you having getting your jsp files to run. I just moved some over from a tomcat install and they work fine. Had to modify the classpath in server.xml, etc, to pick up some jars for jdbc, but basically no problem with jsp.
    I'm kind of surprised that if this is the newest version of the Sun Web Server that it does not support jsp 2.0 out of the box. It's not exactly a new spec.

  • Sun One Webserver

    We are currently working on Sun One Webserver 6.0 with Chilisoft 3.6.2
    Now with the new version 6.1 is there ...the question is can we simply upgrade to the new version or do we need to reinstall and reconfigure all the websites with the new version 6.1
    Also now that new version of webserver 6.1 has the ASP feature bundled with it ...do we still require Chilisoft?
    Please answer my queries ...by replying at the following email id : [email protected]
    thanks!

    You'll have to use S1ASP 4.0.1 (not 4.0) to work with S1WS 6.1.
    Downloads are available here at:
    ftp://ftp.chilisoft.com
    There's no licensing requirement with S1WS 6.1 for S1ASP.
    Make sure the previous version of S1ASP is uninstalled prior to installing the new version of S1ASP to S1WS 6.1

  • Sun One Webserver Connection Pooling - javax.naming.NamingException

    I'm trying to configure a container managed datasource in Sun One Webserver. I've followed the steps given in the Sun One Webserver Administrator's Guide, however when I try to lookup the datasource I get a "javax.naming.NamingException: Cannot create resource instance" exception (full stack trace below). I have verified the database connection info (URL/user/password) is correct using Squirrel and I've appended the location of classes12.jar to the server's classpath in server.xml. Relevant snippets from the configuration files, my lookup code, and the stack trace are below. I've been beating my head on this for almost two days and I would appreciate any tips on how to debug this.
    web.xml
        <resource-ref>
            <description>JNDI DataSource</description>
            <res-ref-name>jdbc/web920</res-ref-name>
            <res-type>javax.sql.DataSource</res-type>
            <res-auth>Container</res-auth>
            <res-sharing-scope>Sharable</res-sharing-scope>
        </resource-ref>
    sun-web.xml
        <resource-ref>
            <res-ref-name>jdbc/web920</res-ref-name>
            <jndi-name>jdbc/web920</jndi-name>
        </resource-ref> 
    server.xml
    <RESOURCES>
        <JDBCCONNECTIONPOOL name="web920" datasourceclassname="oracle.jdbc.pool.OracleDataSource" steadypoolsize="8" maxpoolsize="32" poolresizequantity="2" idletimeout="300" maxwaittime="60000" connectionvalidationrequired="off"
            connectionvalidationmethod="auto-commit" validationtablename="" failallconnections="off" transactionisolationlevel="read-uncommitted" isolationlevelguaranteed="off">
            <PROPERTY name="URL" value="jdbc:oracle:thin:@d1web920.mydomain.com:1521:d1web920" />
            <PROPERTY name="User" value="<username>" />
            <PROPERTY name="Password" value="<password>" />
        </JDBCCONNECTIONPOOL>
        <JDBCRESOURCE jndiname="jdbc/web920" poolname="web920" enabled="on" />
    </RESOURCES>
    Lookup code
        private static DataSource getDataSource(){
            DataSource ds = null;
            try {
                Object o = new InitialContext().lookup("java:comp/env/jdbc/web920");
                ds = (DataSource) o;
            } catch (NamingException e) {
                System.out.println("Error retrieving DataSource.");
                e.printStackTrace();
            return ds;       
    Stack Trace
    warning: CORE3283: stderr: javax.naming.NamingException: Cannot create resource instance
    warning: CORE3283: stderr:      at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:167)
    warning: CORE3283: stderr:      at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:834)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:181)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:822)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:181)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:822)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:181)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:822)
    warning: CORE3283: stderr:      at org.apache.naming.NamingContext.lookup(NamingContext.java:194)
    warning: CORE3283: stderr:      at org.apache.naming.SelectorContext.lookup(SelectorContext.java:183)
    warning: CORE3283: stderr:      at javax.naming.InitialContext.lookup(InitialContext.java:351)
    warning: CORE3283: stderr:      at mil.army.usaac.portal.util.DatabaseConnectionManager.getDataSource(DatabaseConnectionManager.java:99)
    warning: CORE3283: stderr:      at mil.army.usaac.portal.util.DatabaseConnectionManager.init(DatabaseConnectionManager.java:40)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
    warning: CORE3283: stderr:      at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    warning: CORE3283: stderr:      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    warning: CORE3283: stderr:      at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    warning: CORE3283: stderr:      at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    warning: CORE3283: stderr:      at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    warning: CORE3283: stderr:      at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    warning: CORE3283: stderr:      at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    warning: CORE3283: stderr:      at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)

    we are trying to connect MS Access thru tomcat and it is giving the above exception
    i have changed the server.xml
    <Resource name="jdbc/Mess" auth="Container" scope="Shareable" type="javax.sql.DataSource"/>
    <ResourceParams name="jdbc/Mess">
    <parameter>
    <name>maxWait</name>
    <value>5000</value>
    </parameter>
    <parameter>
    <name>maxActive</name>
    <value>4</value>
    </parameter>
    <parameter>
    <name>password</name>
    <value>admin</value>
    </parameter>
    <parameter>
    <name>url</name>
    <value>jdbc:odbc:Mess</value>
    </parameter>
    <parameter>
    <name>driverClassName</name>
    <value>sun.jdbc.odbc.JdbcOdbcDriver</value>
    </parameter>
    <parameter>
    <name>maxIdle</name>
    <value>2</value>
    </parameter>
    <parameter>
    <name>username</name>
    <value>admin</value>
    </parameter>
    </ResourceParams>
    web.xml
    <resource-ref>
    <description>Access Datasource example</description>
    <res-ref-name>jdbc/Mess</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    java class
    Context initContext = new InitialContext();
    DataSource ds = (DataSource)initContext.lookup("java:/comp/env/jdbc/Mess");
    con = ds.getConnection();
    Please help.......

  • Sun one webserver 7.0 secured website asking userid password

    We have upgraded sun one webserver to 7.0 from 6.0, and installed the latest Verisign SSL certificate. Now the webserver asks authentication of userid/pwd instead of bringing the we page that should give login capability.
    In the webserver logs we see following:
    ipaddress of machine - - [25/Oct/2010:11:13:59 -0500] "GET / HTTP/1.1" 401 223
    Based on earlier research I have verified the default.acl file into the config directory which looks OK. what could be wrong here?
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    version 3.0;
    acl "default";
    authenticate (user, group) {
    prompt = "Sun Java System Web Server";
    allow (read, execute, info) user = "anyone";
    allow (list, write, delete) user = "all";
    acl "es-internal";
    allow (read, execute, info) user = "anyone";
    deny (list, write, delete) user = "anyone";

    The Doc root is not set to the exact html file. Look into the Content handling and see if you have put the correct html file required for the login page. The issue will be resolved with the correct html page in place in the content handling. let me know if you face any issues.

  • Sun ONE WebServer 6.1 SP6 -- Server Startup Error.

    Hi,
    I had deployed my website on Iplanet webserver 6.0 and It was working fine. Now i've installed an instance of Sun One Webserver 6.1 (iplanet server 6.1) and deployed the same source code. The issue is that when the server is started and hit, it gives the following error ----
    Sun ONE Web Server 6.1SP6 (64-Bit) B05/08/2006 15:27
    info: CORE5076: Using [Java HotSpot(TM) 64-Bit Server VM, Version 1.4.2_10] from [Sun Microsystems I
    nc.]
    info: WEB0100: Loading web module in virtual server [https-ggndglda5] at [search]
    info: HTTP3072: [LS ls1] http://ggndglda5:9292 ready to accept requests
    startup: server started successfully
    [GOLDDEV ~/iplanet/servers/https-ggndglda5/https-ggndglda5]tail -f logs/errors
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:579)
    [26/Apr/2007:11:13:51] info (17698): CORE5073: Web server shutdown in progress
    [26/Apr/2007:11:14:04] info (18518): CORE1116: Sun ONE Web Server 6.1SP6 (64-Bit) B05/08/2006 15:27
    [26/Apr/2007:11:14:04] info (18519): CORE5076: Using [Java HotSpot(TM) 64-Bit Server VM, Version 1.4
    .2_10] from [Sun Microsystems Inc.]
    [26/Apr/2007:11:14:04] info (18519): WEB0100: Loading web module in virtual server [https-ggndglda5]
    at [search]
    [26/Apr/2007:11:14:07] info (18519): HTTP3072: [LS ls1] http://ggndglda5:9292 ready to accept reques
    ts
    [26/Apr/2007:11:14:07] info (18519): CORE3274: successful server startup
    [26/Apr/2007:11:30:23] failure (18519): for host 10.237.93.195 trying to GET /home/g
    old/jsp/Dispatch.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() fo
    r servlet jsp threw exception
    org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSPWEB4125:
    An error occurred between lines: 702 and 706 in the JSP file: /home/gold/jsp/InboxList.jsp
    WEB4126: Generated servlet error:
    /iplanet/servers/https-ggndglda5/https-ggndglda5/ClassCache/https-ggndglda5/defa
    ult-webapp/_jsps/_home/_gold/_jsp/_Dispatch_jsp.java:14927: cannot resolve symbol
    symbol : method getClassLoader ()
    location: class org.apache.jasper.runtime.HttpJspBase
    return super.getClassLoader();
    ^
    Note: /iplanet/servers/https-ggndglda5/https-ggndglda5/ClassCache/https-ggndglda
    5/default-webapp/_jsps/_home/_gold/_jsp/_Dispatch_jsp.java uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details.
    1 error
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:778)
    at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:636)
    at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:413)
    at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.j
    ava:771)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:579).
    Can anyone help me out.

    You don't have to call[i] FacesContext.responseComplete().
    There are several reasons for that error occurring.
    !) Low VM size memory
    2) The server went out of memory.
    3) etc...
    Put a trace of the error in here.

  • Problem in SNMP monitoring of Sun One Webserver  on AIX

    Hi,
    I am trying to configure SNMP subagent configuration on Sun One Webserver 6.1 (sp2) running on Aix 5.3 system.
    I am able to start the Agent & the Native agent. But I am not able to poll the values.
    Can any one guide me how to debug the issue.
    (The same works properly with snmp master agent provided as part of Webserver).
    Also confirm which mib file should be used.
    The document in Webserver still shows netscape oid to be added in smux of aix.
    Regds
    Ravi

    http://forum.java.sun.com/thread.jspa?threadID=5308944&tstart=0
    Sun Java System Web Server 7.0 Update 3 released
    Jun 27, 2008 7:26 AM
    Sun Java System Web Server 7.0 Update 3 has been released. In additional to stability, performance, and security enhancements this release adds:
    o Support for AIX 5.3 and 6.1
    o Support for auto-deployment of WAR files
    o Performance enhancements that contributed to the record setting benchmark performance http://www.sun.com/servers/coolthreads/t5220/benchmarks.jsp#4 of the T5220 systems from Sun
    All users of prior releases of Java System Web Server 7.0 are encouraged to upgrade.
    Release Notes http://docs.sun.com/app/docs/doc/820-4848
    Download http://tinyurl.com/4l7yed

  • Help!! How to install and use Sun ONE Directory Server Resource Kit 5.2

    Hi ! Friend:
    I have some problem on install and use Sun ONE Directory Server Resource Kit 5.2, when I execute "java DSRK", afterwards something like this : com.iplanet.install.until.wbResource::gerstring:resource bundle"locale.resources.S1DSRKResource" not found appeared in the window ,that's why?
    Meanwhile ,can you give some data about it on how to use it ?
    Thank you !

    You should be aware of the following characteristics of your directory when using this tool:
    Size and number of entries.
    Directory structure and access permissions.
    Virtual attributes, class of service, and indexing.
    Usage, types of access, and access patterns.
    Post your error messages completely.
    Thanks
    --Britto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Trouble with mapping CMR field using Sun One Studio

    I am having trouble adding a cmr between 2 entity beans. It is a simple one to one relationship, navigatable in only one direction. In the database I have a foreign key defined between the two tables that store the data for the beans.
    I add the relation by selecting the 2 beans and define it as one directional, one to one , with the name "bb". I then map the relationship field via the properties/As Sun One tab. I use the foreign key defined in the database. All seems to be well.
    Using Sun One AppServer 7 and Studio 4
    Upon deploying the application I receive:
    CMP Mapping Error in bean Sites:: Warning: The field bb is not mapped.
    Set the column mapping for the field.

    The CMR/CMP mappings is very instable.
    Sunone Studio 5 has a lot of bugs when mapping CMP/CMR but i never saw this one, try to upgrade.
    Please vote for this bug. It's killing me!!!!!!!!!!!!!!!
    http://developer.java.sun.com/developer/bugParade/bugs/4932495.html

  • Create a portlet by using Sun One Studio 5

    Hi,
    I am having Sun One Studio 5 and Portlet Builder 2.0, however I do not know how to create a portlet and deploy it into war. Please help me create a portlet using Sun One Studio 5.
    Thanks in advance.
    [email protected]

    Liferay has a forum and you should use it - http://forums.liferay.com/ :-)
    btw, I have used the liferay portal 3.2.0 with jboss/tomcat with inbuilt and custom portlets and never had such an issue. Note that you application user is not the login user to the portal. by default you have to use [email protected]/test and id/pwd.
    Check the installation, dev instructions at
    http://www.liferay.com/web/guest/documentation/installation/jboss_tomcat
    http://www.liferay.com/web/guest/documentation/development

Maybe you are looking for

  • After upgrading to iOS 8.2 on iPhone 6, Exchange Push email does not automatically update over wifi. Ideas?

    After upgrading my iPhone 6 to iOS 8.2 this weekend, my Microsoft Exchange email accounts (I have two) is no longer being pushed automatically when connected to Wifi.  This was working correctly before the update and continues to work correctly when

  • Install GRID Error

    Hi, I am installing Oracle 10g Grid control on my WinXP server. It passed - Install successful It passed - Setup successfulCurrently on - Configuration pending... When I hit error OUI-10152: A runtime exception occurred during the execution of this q

  • Ts-l663b cd/dvd "device cannot start,code 10" after uppgrade from vista to windows 7 home

    Compaq CQ60-216DX Hi,I've upgraded from Vista to Windows 7 Home and now the CD drive is missing and displays an error code"10" DEVICE CANNOT START, under Device Manager. Looked for updated drivers on HP Support,there are none for CD drive. Cannot rol

  • Word 2013 - Links issue

    I have a client who has a Word document which utilizes links.  The links actually reference the document itself.  Here is an example: PARTY1 and PARTY2 Effectivedate NAME LIVING TRUST PARTY1 and PARTY2, Parties, or their successors in trust, under th

  • Insert into two tables with trigger on PK in second table

    Hi evereone, ineed help. I have two tables (organizations, addresses). On addresses table i have trigger on PK. When i do insert i must get this param and insert into OrganizationTable for reference. Without ADF i can do insert with returning on addr