HI,
I have the following configuration:
Server : windows 2003 server (32 bit)
java version: 1.5_0_22
I get the following error when executing from command line ( my code is based off eclipse wihch gives the same error)
java -XX:MaxPermSize=256m -Xmx512m
Error occurred during initialization of VM
Could not reserve enough space for o...
is this OK to on the firewall on windows 2003 Domain & DHCP server?
if yes then which ports should be passed from firewall to use full feature of
Active directory domain controller
file & Printer Sharing
DHCP & Dns
thanks
...
Hi all,
I have three Windows Server 2003 with 2 GB RAM.
Server1 tomcat 5.5.25 jvm version SUN 1.6.0_11-b03
Server2 tomcat 5.5.25 jvm version SUN 1.6.0_14-b08
Server3 tomcat 6.0.18 jvm version SUN 1.6.0_14-b08
For the three servers JVM parameters are:
-XX:MaxPermSize=256m
-Dcatalina.base=C:\Apache Group\apache-tomcat-5.5.25
-Dcata...
I have a script, testforeground.php, that kicks off a background script, testbackground.php, then returns while the background script continues to run until it's finished.
Both the foreground and background scripts write to the output file correctly when I run the foreground script from the command line using php-cgi:
C:\>php-cgi testf...
I have some PHP scripts that reside on a network share. For argument's sake, let's call the share \\nas\dev. I have a Web Site on \\w2k3dev\ set up in IIS6 that uses \\nas\dev\ as its home directory by setting "A share located on another computer".
Some of my scripts use shell_exec to execute functions on the server and return results t...
Can anyone help how to implement my windows 2003 server's active directory on the sonicwall firewall (TZ 190), I want both the features to run same time.
...
I have build a webapplication using ASP.NET MVC and JQuery. On my local machine this works fine,but when moving it to a Windows server 2003 the JQuery method post stops working. I'm also using the load method and this works fine.
function methodOne(id) {
alert("debug1: <%= Url.Action( "MethodOne", "controller" ) + "/" %>" + id);
...
Hi,
I have a DB on oracle on Windows Server 2003. How do I export it with all the data and put it into other Windows server?
...
We have an ASP (not ASP.NET) application running on Windows 2003 server. One of the functions of the application is to generate reports using Crystal Report 9.
It has been working without any problem with .NET Framework 2.0 and now it is required to install .NET Framework 3.5 SP1 on the server but after we installed the 3.5 SP1, every t...
I updated a working Cygwin/Screen setup on Windows 2k3 Server to Cygwin v1.7.2 and Screen 4.00.03. After updating, backspace no longer works. I haven't made any changes to my system or configuration. The Cygwin update went fine, and I don't have any custom changes in /etc.
Any ideas?
...
I've setup a Windows SMTP server and a Windows POP3 service on Windows Server 2003. Can I have the SMTP server send directly to the POP3 service without setting up a public IP address and domain? The Windows Server is a VM in it's own Workgroup (no other computers) sitting on top of a corporate network.
...
Within our office, we have a local server running DNS, for internal related "domains", (e.g. .internal, .office, .lan, .vpn, etc.). Randomly, only the hosts configured with those extensions will stop resolving on the Windows-based workstations. Sometimes it'll work for a couple weeks without issue on one machine, then suddenly stop wor...
Hi,
I am writing a webapplication using .NET.
The webapp creates scheduled tasks using the System.Diagnostics.Process class, calling SCHTASKS.EXE with parameters.
I have changed the identity on the app pool, to a specific domain user.
The domain-user is local administrator on all the four webservers.
From webserver01 I am creating tas...
Hi All
I am currently working on an ASP.NET application in VB.NET and one of its functions is to use the Windows Task Scheduler. The application will need pretty much full control over this as it needs to Create, Modify, Delete and Run tasks.
I found this library to help with the whole thing and it works well but only locally on my Win...
Hi all,
Is it possible to create a certificate template that uses SHA-2 (sha256, sha224, sha384, sha512), from a Windows server 2003 CA?
I know how to do it in Windows server 2008 based CA, with the new version (version 3) - it is possible to specify the hash algorithm (Under the "Cryptography" tab of the template properties). But is i...
The .Focus() function will not work in Windows Server 2003. Is there any thing i can do to make it work?
WScript.Sleep 1000
.getElementByID("quickSearchMsisdn").value = "085729916"
WScript.Sleep 1000
.getElementByID("quickSearchMsisdn").value = "0857299167"
WScript.Sleep 1000
.getElementByID("quickSearchMsisdn").value = "0857299167...
The .focus function wont execute on server 2003 when I run my VBScript. It will fun to that point but wont execute
...
We have ASP.NET framework 3.5 hosted in Windows 2003 Server 32-bits.
Database: Oracle 10gR2 in Windows 2003 Server 64-bits
We should use ODP.NET 10.2.0.3.
Questions:
- Is ODP.NET 10.2.0.3 made to connect to a 32bit or 64bit Oracle database?
- Is the same for Oracle Client?
...
I am trying to call a C# web service from one data center to another. I am able to load the web service properly in Firefox 3.6.3 but it does not load at all in Internet Explorer 7.
When I try to install the application which relies on this web service, it can't find the web service at all, just like IE7.
Is there any setting or config...
Hi;
I'm trying to register a simple MSV1_0 subauthentication package for MS Windows Server 2003. I created a dll which implements required functions described in MSDN. I copied my dll to system32 folder. After that, I created a registry key Auth255 (I also tried Auth128) with a REG_SZ value ,which specifies my dll name, to this location;...