JSF and SunOne Webserver 6.1
Hi guys, Does anybody know which JSF version is most suitable to use when deploying to SunOne 6.1 SP2 Webserver? More important where I can find that type of information? Thanks, Alejo ...
Hi guys, Does anybody know which JSF version is most suitable to use when deploying to SunOne 6.1 SP2 Webserver? More important where I can find that type of information? Thanks, Alejo ...
"no asnss in java.library.path" This is what I get when trying create-domain on Sun Java System Application Server Enterprise Edition 8.2 (build b30-p02) Solaris 10 Generic_137138-09 i86pc i386 i86pc. I have also tried SJSAS 8.2EE Patch 6 and got the same error. Nothing seem out of place in the install log. Please advise... ...
Hi guys, Do anyone know which version of tomahawk is suitable to use with Sun One Webserver 6.1? Thanks in advance, Alejo ...
Sometime i will encounter this error after multiple access of my web application I am using Sun Application Server Platform Edition 8.2 What is the reason for encountering this error and how to resolve it. ...
I encounter this exception when i do a page redirect from http to https. And the strange thing is that i can access https in the first 10 to 20 requests. But subsequent requests that i encounter this broken pipe issue Below is the full exception Error commiting responsejava.io.IOException: Broken pipe at sun.nio.ch.FileDispatcher.write...
Is anyone aware of an "web-based" application that allows developers to browse an LDAP server and view objectClasses and attributeClasses? Ideally I would love something open source that is written in either Java or .NET. ...
I would like to accomplish this goal using AD/ADAM The ability to make an email or other attributeClass as part of inetOrgPerson globally unique across entries The ability to attach a regular expression to an attribute for validation purposes The ability to provide a constraint of enumerated choices such as choosing from a list of vali...
Where to set the JDK to be used by the SunOne server on Solaris? Is it all configured via an environment variable like JDK_HOME or JAVA_HOME, or is there a config file for the SunOne server somewhere where the path to the JDK is being set? ...
I've been struggling with this for past couple of days. I am trying to test a DAO outside the container but while running the test case I am getting the error: Error creating bean with name 'SqlMapClient' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.l...
Hi! Below details are from a session in a sun machine. $ file devli devli: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped $ file a a: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped $ gdb GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the ...
Is there a way to add sun one application server 7 to eclipse IDE. Its for maintaining an enterprise application project. The jdk is also 1.4 used for the application. ...
To summarize the issue I'm encountering, I have an EJB which uses version A of a library (let's call it dep-vA.jar). dep-vA.jar is packaged in the root of the EJB's jar file. The domain lib folder in the application server contains version B of the same library (let's call it dep-vB.jar). When calling the EJB, I get an error due to dep-v...
I'm trying to create a self-signed certificate for a test web server running Sun Webserver 6.1 using certutil. I am open to using keytool or openssl if someone has better instructions which work with Sun Webserver. Here are the commands that I use: certutil -S -P "https-myWebapp-" -d . -n myCA -s "CN=myWebserver.com CA,OU=myCompany,C=U...
I need a step by step method because I have never used a server like this in Eclipse. Do you have some installation tips and tutorial links for this kind of configuration? ...
Our IT department controls the setup and configuration of our web server. Webserver: Sunone 61sp9 Java version number: 1.4.2 Web Module: 2.3 But developers are only given a folder such as /www/jsp/user/name I don't think it is properly setup for multiple developers to develop their own apps. There is no way that I know how to deploy...
Hi all, Any one here know how to set up redirection from https to https? On Sun One, we can go to the virtual server's Content Management tab, click on URL Forwarding and set up http to https forwarding, but I can't find any way to specify https to https. Please give this n00b a clue. Thank you. ...
I have a webapp running on Sun One WebServer and I would like to use jmap to dump the heap space memory. When I list the processes running on my server, no java processes are listed, but only webservd processes (controlled by Sun WebServer). How do I use jmap with Sun WebServer 6.1 servers? I don't have access to the jvm's pid.... The ...
Hi All, I am authenticating user in following way but it says "unknown username or password" even though I provide correct username and password. I am authenticating against SunoneAuth server. Unfortunately as per rquirement I could not bind any user with the direcory except service username and pasword. I could not figure out whether...