<p>I am having problems creating an administration node. the following is the error message: ADMIN3742: Error occurred while creating the downloadable file. </p><p>Using the following command:</p><p># /opt/web/webserver7/bin/wadm register-node --user=admin --host=hostname.me.com --port=8989</p>
481 byte By
ainkina at 2007-11-27 11:46:16
I have root access to my server and I want to reset / rescue the password for administrator console. I've searched forums here and it looks like every new version of Sun Java System Web Server brings something new to this technique. iPlanet means don't work with WS 6.1 and WS 6.1 means don't ...
We're trying to install the PHP Pack on WS7, however we have a couple apps that require the LDAP extension. The PHP Pack does not include the LDAP Extension. We tried compiling from source and including the LDAP extension, however, eventually it became out of hand due to the number of dependent ...
516 byte By
smkinga at 2007-11-27 11:35:02
Hi, Can anyone please provide me with an example obj.conf file showing how to combine the reverse proxy plug-in and Load Balancer plug-in. I would like to use the reverse proxy plug in to detect when static content is requested and provide this from the web server. Requests for dynamic content ...
Dear all!When I just finished installation successfully Java Enterprise System 5, I log in Web Console with started server. However, the account administration privilege which has been created during in installation progress named as "my_owner" were not correct. Which document can I access to solve ...
Hi!I want to install the Java System Web Server 7 on a Windows Server 2003 AMD64 Machine. But the installation quits during the configuration process throwing following exception:WARNING: C:\Program Files (x86)\Sun\WebServer7\lib\dllutil.dll: Can't load IA 32-bit .dll on a AMD 64-bit ...
816 byte By
patgwsa at 2007-11-27 11:32:20
We are using Sun Active Server pages and must get access to a PostgreSQL database via the odbc driver.Regardless whether I create a DSN from Sun Admin console an press "Test" button or access it DSNless via ASP script,I do not get a connectionASP-Script returns unspecified Error 507 and Console DSN ...
Greetings all, I'm using WPS 4.0.5 and I'm trying to setup a reverse proxy. I'm not being successful in it.I may be doing something that is currently not possible. I have a reverse proxy sitting in from of a WS 6.1 instance that have a few virtual servers running, (separated using urlhosts). The ...
<p>hi... i have the following issue...</p><p>i install the proxy server without start up feature, but now i need to enable them...</p><p>how could i can make these...</p><p>thanks in advance...</p>
2163 byte By
finbarroa at 2007-11-27 11:24:07
HiIm having a problem with the latest build of Sun Web Server.Its running on - Solaris 10- Web Server 7.0 u1.- JDK 1.6.0_02Following the standard example of reverse proxy and 4 cluster nodes with session replicationI get the following message regardless of the configuration settings ...
1874 byte By
unix_beea at 2007-11-27 11:23:44
Hi all,I was trying to setup reverse proxy on Sun Java System WS 7 for my front-end server to talk to my back-end server application which is /xyz. And I want to access the back-end server app by accessing through my front-end server url. e.g https://aaa.com/xyzBut after configured and try to ...
145 byte By
Bubba_Ja at 2007-11-27 11:17:56
<p>Does anyone have any information when the Sun Java System Web Server might be supported on Red Hat Enterprise Linux 5 Server?</p><p>Thanks</p>
3005 byte By
dglhkea at 2007-11-27 11:15:52
Hello,I am attempting to communicate with FedEx's Direct XML Track. They use a Sun One Server v. 6.1 w/ SSL. When I do a POST with my XML document, I get back a 504, Method Not Allowed. Have communicated with FedEx technical support to no avail. Have downloaded server 6.1 and installed, trying to ...
746 byte By
bartmcpa at 2007-11-27 11:15:21
Hi, for some reason I cannot get a uri to match the following regular expression check.<If $uri !~ '^/dir/\?somename=(.*)'>NameTrans fn="restart" uri="/shownomatch?uriwas=$uri"</If><Else>NameTrans fn="restart" uri="/showamatch?value=$1"</Else>I can see in the page that is restarted to ...
1283 byte By
AndrewDBa at 2007-11-27 11:11:14
I hope this is the correct forum to ask this question...Here's the problem:I wanted to make a Dutch version of the Sun Java Communication Express, so I followed all the steps you have to do (create folders, translate all the necessary files, edit .properties files, ... etc). I've also restarted ...
We have an LDAP authentication database, and some ACL's specifying that you need to be member of an LDAP group.When I look at the query being done to the LDAP, it is : [19/Jul/2007:15:57:57 +0200] conn=203 op=4 msgId=5 - SRCH base="o=eurocontrol,o=ec" scope=2 ...
When I try to create a new ACL via the admin GUI, and I specify for an entry : "Only the following in the authentication database" where I select 2 groups, then the created entry gives this (user = "all" or group = "Internet Team","hdesk")So all users are accepted although in the GUI I only ...
694 byte By
jesspdxa at 2007-11-27 10:59:07
OS- Solaris 9 and 10 (sparc)WS- SJSWS 6.1 SP5-8JAVA- j2sdk 1.4.2_13Frequent server crashes with the following in the logs-errors:[18/Jul/2007:14:16:04] catastrophe ( 5938): CORE3260: Server crash detected (signal SIGBUS)errors:[18/Jul/2007:14:16:04] info ( 5938): CORE3261: Crash occurred in NSAPI ...
HiCan any body help me to give me the url from where I can Download th Netscape Suitespot 4.0 for Solaris OS.Also as I would like to upgrade from Netscape 3.6 to 4.0 in Solaris, in that case if I will get the steps to upgrade the same, it will be ...
453 byte By
garethka at 2007-11-27 10:57:55
Hi,Would like to have a url like www.foo.com/careerswhich will call a Servlet, passing in a parameter of "careers" so I know what content to display.But instead of the url changing to www.foo.com/Servlet?page=careers in the browser (due to obj.con redirect), is there a way I can do this without the ...
273 byte By
garethka at 2007-11-27 10:57:52
<p>Hi,</p><p>We currently deploy our war file to a "/" context, so we can just type in www.foo.com instead of www.foo.com/bar/</p><p>Is this bad?</p><p>Any other way to deploy to a context like /bar but still get this context when you type in www.foo.com ?</p><p>Thanks</p>
730 byte By
bartmcpa at 2007-11-27 10:57:18
Is there a way to setup a check to verify a user is accessing a directory after coming from a verification servlet on the server?I was planning on using a referer check in the obj.conf for the server.<If $uri = "/somedir/*"><Client match="none" referer="*CheckServlet*">NameTrans fn="restart" ...
<p>Does Sun Java System Web Server come bundled with Solaris 10? Our IT department just installed Solaris 10 on a T1000 but I can't find the web server installation.</p><p>Thanks in advance for help</p>
Hi All,I have posted it to another forum, but probably it fits more here, since I think (hope :) ) it is a Web Server configuration problem.Probably a newby question, but I am struggling with this for 2 days now.I have to serve some files with latin2 characters (őű) with Sun ONE Web ...
389 byte By
ujara at 2007-11-27 10:53:08
Hi All,I am facing a issue with 6.1 SP2, as the access logs and error logs grows infinitely is there any way in magnus.conf or in some other configuration files to roll back the logging?Also what is the procedure to put a constraint on the size of the log files, such that once that size is reached ...
281 byte By
Chip_Da at 2007-11-27 10:52:34
<p>After upgrading to 7.0 Update 1, I now have to restart my configuration to enable my applications. Before the update, just doing an add-app and then a deploy-config worked fine. Does anyone know why this extra step is now needed? Nothing has changed with my web application.</p>
hi... i install proxy web server but when i try to edit ACL (server instance -> preferences -> administer Access Control) and chose a resource and then button edit... they show me ...nothing :(these happend too if i select an existing ACL or typing a ACL name...why these happends? :(I use web proxy ...
Dear All,Following error occur when going to configure proxy server,# ./setupException in thread "main" java.lang.ClassFormatError: ProxyServer/proxy (Truncated class file)at java.lang.ClassLoader.defineClass0(Native Method)at java.lang.ClassLoader.defineClass(ClassLoader.java:539)at ...
Hello I am trying to configure the kssl using ksslcfg on solaris 10 using the command :# ksslcfg create -f pkcs11 -T "cid" -C "cid:Server-Cert" -p /opt/SUNWwbsvr/https-unfire02.miel.mot.com/config/password.conf -x 8080 443but i get the error "no certs" for cid:Server-Cert.Can anyone specify what ...
<p>Hi,</p><p>Could someone let me know where to seek n register for the sun support other than the forums if we have bought sun licensed software n hardware.</p><p>Regards</p><p>Manik Gupta.</p>
Hi,I recently migrated from SJWS6.1 to 7 and the deploy on 7 takes forever. It also consumes up to 10 GB of disk space as it zips and moves and all that jazz multiple times (total filze size of my app is 1.2GB).When I first tested SJWS7 I put the web-app in from scratch (no migration) and the ...
Hi , we have a requirement to redirect from http://server1.com?docid=1234 to http://server2.com?id=1234. I found a lot of posting on redirecting to a new URL . However, I couldnt figure out a way to manipulate request parameters in querystring. IS there a way to configure URL redirection with ...
HiI'm new to Sun machines and have a 2nd hand Raq4 on the way to play with.Could someone tell me which version of ChilliSoft works with the Raq4?My understanding is that this has an Intel cpu so I'm not sure which flavor is applicable.Appreciate any ...
1007 byte By
rama-ra at 2007-11-27 10:24:40
I've got WS7.0u1 running with PHPPack 5.2.0. Before cutting over our production servers running a PHP application, I thought I'd give it a spin on a personal server running Gallery2. One of the feature you want to enable with Gallery is URL rewriting, which can be done via Apache mod_rewrite, IIS ...
Hi, I am trying to configure the Sun Java System Server to work as an reverse proxy server. Can anyone help me with the steps to configure SSL. port. Is it supported? The application is deployed on Websphere 6.1 and IPlanet Server ver. 6.1 SP4. is like a proxy server. I added Listener port with ...
192.168.21.88 - xxx [12/Jul/2007:14:21:27 +0800] "CONNECT msnia.login.live.com:443 HTTP/1.0" 200 13504 - 13504 4261 4261 422 82 - - 4 DIRECT FIN - -192.168.21.88 - xxx [12/Jul/2007:14:21:40 +0800] "POST http://gateway.messenger.hotmail.com/gateway/gateway.dll?Action=open&Server ...
404 byte By
rreyesa at 2007-11-27 10:19:04
Hi. I am having a problem getting a simple jdbc resource from my glassfish server. I am doing something like this:@Resource(mappedName = "jdbc/sample")protected static DataSource pool;... in one of my classes but the pool is always null. I am sure the resource exists since it comes as a default ...
I admit little knowledge of certificates and just need to get one installed to test the Web Proxy Server functionality.I followed the procedures here first http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-secureser ver-selfsigned.htmlAnd then tried to reuse this certificate for ...
<p>my new web server needs ssl. My sysadmin gave me a private key and cert pair. How do I create a trust database and load the pk12 file that I created with openssl and how do I load the pk12 file with pk12util?</p>
365 byte By
sgtrocka at 2007-11-27 10:17:10
I am using WS 7.0 on a Solaris 10 Sparc server. I am trying to use a custom log format and record cookies.I have entered "%Req->headers.cookie.name%" in the format area for the access log file but in the log files show a "-" (dash) in where I am expecting cookie information.Has anyone had this ...
hi,I'm facing a problem in updating server classes on sun one web server 6.1. i did not deploy any application and we are using simple jdbc+jsp approach.i write a class for db connections and now whenever i made some changes in it i must have to restart web server for changes to take effect. I ...
<p>Hello</p><p>Can anyone please let me know what exactly is the difference between the reverse proxy plugin available with java system web server and the </p><p>java web proxy server.</p><p>Thanks</p><p>Manik Gupta.</p>
17245 byte By
xyzta at 2007-11-27 9:58:47
I created a Web Application with Java Server Faces support in Netbeans. I use Sun App Server as webserver. When I create Entity Classes from Database and add JSF pages for these entity classes and run the application I get error. Thats the log file when I get that error.May someone help ...
1173 byte By
joe-a at 2007-11-27 9:56:29
Hello..There are a number of threads on URL forwarding in this forum; and it seems all of them are about rewriting the URL where webinstance is different.We have a unique situation in URL rewriting.. the scenario isThere is a loadbalancer at myserver.org and it distributes load to two sun one ...
I am looking for helpI'm working with JES and I have begun asking at that forum: http://forum.java.sun.com/thread.jspa?threadID=5191057&tstart=0Perhaps you may help me, my issue:I use the versions:Sun ONE Web Server 6.1SP5 B06/23/2005 18:00Sun ONE Web Server 6.1SP3 Reverse Proxy Plugin ...
i used webserver7.0. this is my server.xml:<jdbc-resource><jndi-name>jdbc/sample</jndi-name><datasource-class>com.pointbase.jdbc.jdbcUniversalDriver</datasource-c ...
193 byte By
JPAOa at 2007-11-27 9:49:00
Hi,does anyone know if the 7.0 version is supported for AIX 5.2If so is it available for download? In the download are I didn't find anything for AIX systems.Thanks
656 byte By
Asrara at 2007-11-27 9:47:02
Any ideas on catastrophe errors ? - [02/Jul/2007:09:51:18] catastrophe (27562): UnixSignalHandlerThread: failed to wait on signals. (Interrupted system call)[02/Jul/2007:09:51:18] failure (27561): Child process admin thread is shutting down[02/Jul/2007:09:51:22] info ( 7838): Installing a new ...
2160 byte By
Jacinta at 2007-11-27 9:46:49
Hello,I have been trying to get Active Directory LDAP authentication to work with the web server, but no luck. (ADMIN3132: Error while communicating to the LDAP server)I have read Jyris blog and did what was described there, still nothing. I made a TCP dump of what was going on, and it has ...
When adding a new User or Group into a LDAP authentication database by Admin Console , I got the following message :ADMIN3132: Error while communicating to the LDAP server: ldap://hostname:389/dc=mydcBut I can add User / Group by ldapadd command with the same binded dn and password .Besides , ...