Anybody Running Jboss On Window 2008

Dec 5, 2008

This is the first time I am using Windows 2008. I am used to Win xp but IIS in Windows 2008 looks like the default server and it always grabs the 80 port and if I remove it, Web Publishing and http services won't be available

Any body familar with Jboss on Windows 2008?

View 2 Replies


ADVERTISEMENT

How To Monitor A Script Running More Details On TOP Window

Dec 2, 2008

how to monitor a script running more details on TOP window?

I know command "top" will list all running tasks, a typical sample like this:

last pid: 28549; load averages: 0.06, 0.05, 0.06 10:40:53
45 processes: 44 sleeping, 1 on cpu
CPU states: 97.0% idle, 1.8% user, 1.2% kernel, 0.0% iowait, 0.0% swap
Memory: 32M real, 512K free, 15M swap in use, 186M swap free

PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
28516 wnl 1 3 0 10M 7080K sleep 0:52 4.28% netscape
28549 wnl 1 23 0 1820K 1388K cpu 0:00 1.11% top
22839 root 1 34 0 9772K 4064K sleep 3:29 0.78% Xsun
28502 wnl 1 34 0 5220K 3824K sleep 0:14 0.34% emacs
28498 wnl 1 23 0 2792K 1764K sleep 0:00 0.07% xterm
28484 wnl 1 34 0 2104K 1484K sleep 0:00 0.04% olwm
122 root 3 33 0 2688K 1360K sleep 0:08 0.03% automountd
1 root 1 33 0 1564K 460K sleep 0:11 0.00% init
142 root 6 -13 0 1816K 1180K sleep 0:04 0.00% nscd
93 root 1 33 0 1800K 1088K sleep 0:04 0.00% in.named
180 root 1 34 -12 1552K 772K sleep 0:03 0.00% xntpd
98 root 1 23 0 1756K 912K sleep 0:02 0.00% inetd
126 root 1 33 0 1544K 924K sleep 0:02 0.00% syslogd
357 root 1 13 0 2636K 872K sleep 0:01 0.00% rpc.ttdbserver
136 root 1 23 0 1360K 676K sleep 0:01 0.00% cron


But I want to know further, like I am having a vbulletin forum, usually it just shows task name php, can I use top command or any other command/tool to list which page is being processing? like,
Code:
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
28516 wnl 1 3 0 10M 7080K sleep 0:52 4.28% /root/home/forums/showthread.php?t=1234

View 1 Replies View Related

Plesk 11.x / Windows :: Unable To Get Active Sync Running On Server 2008 R2

Mar 23, 2014

I was trying to get Active Sync running on my Windows Server 2008 R2 to be able to sync calenders, adress-books etc. with my mobile without success. With a Linux Server ot seems to be "easy" changeable like posted here: [URL]...

Need getting Active Sync running on my Windows machine? According to the steps in the mentioned post, I failed very early

1. check

2. I changed the following files: =>
"C:inetpubvhostswebmailhordeconfigconf.php"
"C:ParallelsPleskWebmailhordehordeconfigconf.php"
"C:ParallelsPleskWebmailhordehordeconfigconf.php.plesk"

with the values: =>
$conf['auth']['admins'] = array(my mail account);
$conf['activesync']['enabled'] = true;
$conf['activesync']['version'] = '14.1';

3. Rewrite:
here the "problems" start, as of course I don't have the nginx option the question is, where to place the rewrite-rules best?

4. check

5. don't know what to do here, if it even is a problem with the max connections to the imap server?

6. I can restart the mailenable service ?

7. as I have admin rights in horde now, I could do step 7!

That's it? I can't use the active sync features ...

View 1 Replies View Related

JBOSS With Apache On CentOS

Oct 24, 2008

I want to install following S/W on CentOS --->

a. Apache 2.2.9 with SSL

b. JBoss 4.2.3

c. JDK 5.0 update 16

d. Postgres 8.2.10

Are they work properly on the CentOS server?

View 13 Replies View Related

Apache :: Forward Request To JBoss (SSL)

May 31, 2015

I have following components configured.

LoadBalancer, Apache and SSL enabled JBoss.

Lodbalancer URL ....

Apache URL ...

Jboss URL (SSL) ...

When the request comes to Loadbalancer, it is forwarding the request fine to apache.

But from apache I am not able to forward the request to Jboss(SSL)

I am using below settings on httpd.conf file of apache but url is getting changed to [URL] .... from [URL] ...

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://servername:8443/EPC [R,L]

I still want the generic name (emsprod.com) to be displayed on url instead of server name.

How I can successfully forward the request to Jboss when I access LB url.

View 3 Replies View Related

Apache :: How To Setup 2.4 Ssl Offloading With Jboss 7.1

Jun 10, 2015

I am using Apache 2.4 and Jboss 7.1 on Windows server 2012 server. requirement is to have SSL offload in place for communication between Apache to Jboss. Apache will be secured to handle client requests from Apache onwards all servers in trusted zone hence there is offload requirement.

View 6 Replies View Related

Apache :: Ubuntu Reverse Proxy To Jboss

Dec 4, 2013

Environment(home server/learning):

-1 Public IP
-Host Windows Server 2008 R2 AD/DNS/Hyper-V (server0)
+ VM Windows Server 2008 R2 Exchange 2010/IIS (server1)
+ VM Ubuntu server 13.11 Apache 2.4.6 with virtual hosts (server2)
+ VM Windows Server 2008 R2 Blackberry Enterprise Server running on a Jboss webserver (server3)
-All port 80,443 requests points Ubuntu server 13.11 (server2)

Within Apache 2.4.6 I have virtualhost where the setup are as followed

SomeWebsite:80
SomeOtherWebsite:80
Mail.server1.com:443 (internet <---> server2 reverse proxy:443 +CERT <---> 443+CERT server1)
Bes.dnsname.com:443 (internet <---> server2 reverse proxy:443 +CERT <---> 443+CERT server3)

The problem:

For learning purpose I am configuring a blackberry enterprise server(bes) on server3. It's a clean installation with only the needed applications to run a bes. Because I only have 1 public ip I am trying to reverse proxy this webservice two like server1. The bes webservice is configured to accept connections on port 443. So my first web.conf setup was similar to the setup I used for server1 but I noticed that the webpage was displayed but I couldn't interact with the page because it was a java application. So digging deeper into this i found that the webpage that bes provided me to use isn't the real application but more like a iframe setup.

Example:
BES Console address: https://server3.com/webconsole/login
Real address: https://server3.com/websconsole/app

Unfortunately after finding this and editing my web.conf to proxypass reverse to this real address I encountered a other problem. The bes webconsole works with session is and parameters

Example:
https://bes.server3.com/webconsole/app;jsessionid=2C10DDA521DB8408479AAD8F34255C7F? component=login.goToChangeLanguagePageLink&consoleSId=&page=Login&service=direct&session=T

Current httpd.conf for server3:

<VirtualHost *:80>
DocumentRoot /var/www/bes.server3.com
ServerName bes.server3.com
<Directory "/var/www/bes.server3.com">
allow from all
Options +Indexes
</Directory>

[code]....

View 1 Replies View Related

Apache :: Load Balancing / HA With HTTP Server And JBoss AS 7

Nov 22, 2013

I am tried to integrate Apache HTTP server and JBoss app server 7 with mod_jk module plugin in Apache.I have two instances of Jboss running and Apache server sends requests to them.I have added following code in "httpd.conf" of Apache:

Code:

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so

JkWorkersFile "D:/Program Files/Apache Group/Apache2/conf/workers.properties"
JkShmFile "D:/Program Files/Apache Group/Apache2/logs/mod_jk.shm"
JkLogFile "D:/Program Files/Apache Group/Apache2/logs/mod_jk.log"

[Code] ....

But, though I have configured this way, when my worker1 goes down,Apache is not sending requests to worker2 and I get "Service Temporarily Unavailable" message.

View 1 Replies View Related

Ddos Tcp Window

Apr 13, 2009

Someone is ddosing us but i don't think is a huge ddos and i need your advise about that.
I own a dedicated server with direct admin.

dual core

2gb ram and 100mbit speed

View 14 Replies View Related

FTP- Password Window

Apr 6, 2007

Sometimes when you upload to ftp, the password window keeps appearing.

You type in the correct password, and then it keeps appearing and appearing as you upload files.
Why is that?

Is it my fault or hosting's fault.

What are the good web ftp clients with no time and size limits?(not net2ftp)

View 3 Replies View Related

KDE Vs. GNOME Vs. Any Other Window Managers

Jun 15, 2007

However, my family wants to use Linux, but they want it user friendly, which is why I need a window manager (before anyone asks).

I have installed Gentoo Linux on an G4 White "PowerPC" Macintosh iBook with 512M RAM and a 27G HD.

Which system do you recommend? I would like posts that describe why you would choose this system.

View 14 Replies View Related

Can We Uninstall X-Window On Centos

Jul 3, 2007

if possible, what's the right command?

View 4 Replies View Related

Ssh Window Doesn't Ask Confirmation Anymore

Aug 9, 2008

does anyone know what would cause a linux box (CentOS) to suddenly stop asking to overwrite or not?

Like before on this 1 particular box I would have to type:
cp file.txt file2.txt -f

in order to enforce overwrite
but recently if I do
cp file.txt file2.txt

it doesnt ask if I want to overwrite the file, it just does it

I think this happened with updating to the newest kernel and/or CENTOS 5

how to turn it back on so you have to answer YES/No (y/n)?

View 7 Replies View Related

Email Function Not Working (MS Window Server 2003)

May 23, 2008

We have a MS Window server 2003 with SP2, currently there is a website running, the webiste is desgined by using asp.net 2.0 c#.

We reinstalled the window server 2003 last week, and we found the email functions not working any more(users in the website can't receive email each other).

I have spent days and trying to figure out, but no luck, I have tried to reset the IIS settings, SMTP Virtual settings, and add/remove windows componets settings...

View 6 Replies View Related

Tools Repair Disk - Window Server 2003

Nov 13, 2008

My server show the error:

The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume DeviceHarddiskVolume1.

The file system structure on the disk is corrupt and unusable. Please run the chkdsk utility on the volume C:.

I have requested them to add another disk and copy the data

With which utility can try to repair the disk

View 3 Replies View Related

How Many Ram Do I Need For Run Windows 2008 32/64 Bit

Mar 4, 2009

How many ram do i need for run Windows 2008 32/64 bit?

I never used VPS before, so not sure about that. Is that like a real pc need at least 1GB ram or more?

View 9 Replies View Related

Windows 2008 Iso

Apr 24, 2008

I downloaded a windows 2008 iso file onto my centos 5 server, How can i mount the iso file and boot it in rescue mode over serial port? I am wanting to install windows instead of centos.

View 10 Replies View Related

Virtualization WIN 2008

Mar 5, 2008

I have a machine with 2*Xeon 2.66, 16GB Ram, 146GB Raid 1, 292GB Raid 10.

This machine will be used to run Mysql (32bits or 64bits) and MDaemon (32bits only).

I have 2 options to choose and I'm not pretty sure which is better.

a) Win 2008 32bits Enterprize using PAE for ram support and running Mdaemon 32 and Mysql 32.

b) Win 2008 64bits standard having virtualized a win 2008 64 bits for Mysql 64 and a win 2008 32 bits for MDaemon 32.

View 2 Replies View Related

Windows 2008

Apr 25, 2008

Does anyone here know of a place where i can get a server with 2GB ram and with windows 2008 for less than $100.00? or $100.00 per month?

View 5 Replies View Related

How To Set The Licensing In Windows 2008

Sep 11, 2009

I have problem locating the Licensing module which allow us to add/delete CALs/Processor licenses, where is it now in Windows 2008?

View 0 Replies View Related

Windows 2008 Firewall

Nov 5, 2009

I notice that the Windows 2008 Firewall has some default setting opened, wonder what are the ports opened for? Anyone can give any idea? Can I close them?

View 0 Replies View Related

Windows 2008 User

May 25, 2009

I am trying to create a new windows 2008 administrator user.

Which is simple and i have done it but it seems it doesnt have the same permission as the standard administrator user.

how I can setup a new user with the same permission as the normal administrator user?

View 8 Replies View Related

Windows Server 2008

Nov 5, 2009

i have really really tough question in windows server 2008

when i disable an account it gives the client message something like " your account is disabled"

the question here
does any one know here how to change this message at all ?

View 2 Replies View Related

Scheduled Task In Win 2008

May 8, 2009

Scheduled task is not running day to day.

Its replicating in dot net control panal by the option use advance we stastics

View 1 Replies View Related

Windows 2003 And 2008 Web

Jan 9, 2009

i wanted to buy a dedicated server and when i had questions about 2003 web, i talked to hivelocity live support and i think it was dave who told me that Windows 2003 web has a restriction for mysql which was 512 KB. I myself is planning to own a gameserver that uses java and mysql and i know for sure uses much much more space than 512 KB. Is this true that 2003 restricts the size of your DB and when your DB reaches 512 kb, it can no longer be used? Also, is the windows 2008 web licensing fee the same as windows 2003 web?

View 7 Replies View Related

Server 2008 And Exchange

Apr 28, 2009

i have Server 2008 X64 but its blocking my from installing exchange server 2003 and 2008. either one i try i get the error saying it's not compatible.

i find this extremely weird? is their anyway around this?

View 7 Replies View Related

PHP And MYSQL On Windows 2008

May 31, 2009

I am about to move my site to a dedicated server. My current site is running on PHP and MYSQL on a Linux box (shared host), but I am familiar with Windows/IIS so I decide to run the site on Windows 2008 instead of Linux on a deciated server.

Before I begin to move, I would like to ask for your experience. Have anyone here ever tried PHP/MySQL on Windows server in production environment? What are the limitations (and/or performance issues) when running PHP/MySQL on Windows?

View 14 Replies View Related

Moving To Server 2008

May 14, 2009

I do have a system running on win server 2000, and it takes me about 8 months to do the setup and install applications...etc

Is there any way I can save my configurations, systems, sofwares, and install them in new version of win server 2008

View 2 Replies View Related

Windows 2003 / 2008

Jul 21, 2008

I would like to get a windows 2003 or 2008 dedicated server to run some software and give some friends hosting locally.

Can someone please explain what must be done and HOW (win server newbie here) *after* the intial o/s install?

- dns setup (how, ns1/ns2, etc)

- apply IP range assigned to server

- serious security (the big one)

View 6 Replies View Related

Who Not Any Windows Server 2008 VPS

Jul 4, 2008

I've started to use Plesk 8.4 on Windows Server 2008 at work, and totally love it. The IIS7-native MS rewrite engine works pretty good. It's a dedicated box.

For my own hosting, I use either shared/reseller or VPS. Looking around, it seems every VPS is still on Windows Server 2003 and IIS6.

I took a look at the Parallels site, but came up empty. Is Server 2008 not supported by Virtuozzo yet? Is that what everybody's waiting for? If that's the case, any news/rumors on when it may be supported? IIS7 is a huge leap over IIS6, in terms of PHP and the Rewrite (plus a few other things, though not as important to me).

Too bad IIS7 won't be on Server 2003.

View 9 Replies View Related

Windows 2008 Web - Nameservers

Jun 1, 2008

I have a Windows 2008 Web Edition server running, but i noticed that the DNS Role is not included in this edition.

Dous anyone know if there is an other way to create 2 nameserver for my domain/server, If so: Could you please make a small tutorial how to create these nameservers.

I'm running DotNetPanel on my server to manage my website.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved