Hi,
I have a lot of patches on my d$\SUS\content\cabs folder. Some of them are from year 2000!!!
Is it possible to erase them? What are the threats if I do that. Is it necessary to keep them somwhere?
Thank you
Hello,
Probably a stupid question, but I am trying!
I would like to use Excel to create a list of the staff in my company and I would like to add a picture of these people. We need to have :
Picture1 username1 lastname1 flor1
Picture2 username2 lastname2...
Hello,
We have, together with a supplier, set a VPN between both companies. He must now access our website that is still public (until now) but I want him to go through the VPN so that everything is crypted.
How can we solve this?
Hi,
I am using WAS v4.5 and I have a huge program to execute.
After about 45 min, I have a java.lang.OutOfMemoryError (no more indication)
I have tried to increase the -Xms -Xmx to -Xms1024m -Xmx1024m (it was -Xms256m -Xmx256m)
Doing this doesn't change anything, my process program crash...
Hi,
I have a .doc file on the server and when I would like to display it on my browser, I am not able to recover my document but only binary content!!
My application worked previously on Resin and it worked great.
Is there a possibility to set the MimeType somewhere on Websphere?
Thank you...
Hello,
Could anybody explain me, if possible clearly and fully, how I can use FTP (with command line).
- First, I would like to create new accounts for several users and grant them the access to one folder each.
- Second, I need to change the root privileges. I want the root user to be able...
Hi,
I have a file that is included into another file that is included itself in another...and it would not work with Tomcat (it was alright with JServ!).
More clearly :
file1:
.
.
<%@ include file = "../file2.jsp" %>
.
.
file2:
.
.
<%@ include file = "../file3.jsp" %>...
Hello,
I have several databases on a machine. I would like to configure mysql so that a user called "user1" can access only one database "user1_database". I know that we must play with the tables user and db of the mysql database, but it doesnt'work. Do I need to do...
Hello,
I would like to know if Mysql is considered as a relationnal database.
Is it possible to store a multi-dimensionnal array into mysql?
regards,
H.
Hi,
How can I allow a folder to be accessible from a ftp tool?
for exemple, as root I have two folder (test1, test2) and I want to allow the user "you" to access, via ftp, the folder test2 but not test1.
Tank you
H.
Hi,
how can I change the owner of a folder. For exemple, I write ls -l and I see :
drwxr-xr-x 3 root root 4096 Dec 20 2000 Conf
drwxr-xr-x 2 root root 4096 Dec 20 2000 Last
drwxr-xr-x 2 myslf myslf 4096 Dec 20 2000 myConf
how can I change root into myslf everywhere...
Hi,
I have a program that create multi-connection mith a DB. I need to create at least one connection for each user. It means that I have at least one process for every new session. How can I configure my Linux so that I will not be limited with the number of running processes?
Thank you very...
Hello,
I have a super class like this :
public ConnectTools()
{
try
{
this.connexion(Constant.hostName, Constant.userName, Constant.passWord, Constant.drvrName);
}
...
It allows me to connect to a MySql database.
I have several classes that inherit from ConnectTools. And a child class...
Hello,
I have a super class like this :
public ConnectTools()
{
try
{
this.connexion(Constant.hostName, Constant.userName, Constant.passWord, Constant.drvrName);
}
...
It allows me to connect to a MySql database.
I have several classes that inherit from ConnectTools. And a child class...
Hi,
I would like to know if it is possible to protect a server again a "flood" of connections...
I mean I know it is possible that someone run a kind of script on his machine, and the effect of this script is to open several connections on a website (as if you open thousands of...
Hi,
I have a website where clients can registered and have the possibility to have a personnal page. I would like to offer them the possibility to have a personnal URL on the form :
http://myClient.mySite.com
as I am not an expert at all with system configuration, I would like to know how I...
Hi,
I have a website where clients can registered and have the possibility to have a personnal page. I would like to offer them the possibility to have a personnal URL on the form :
http://myClient.mySite.com
as I am not an expert at all with system configuration, I would like to know how I...
Hi,
I wonder how it is possible to intercept errors like:
Exception: java.lang.NullPointerException
java.lang.NullPointerException
I mean, I am using JSP and sometimes, if a user modify manually the URL (for exemple he will modify id=5 into id=tutu) I would like to print an error page...
Hi,
I would like to integrate a java instruction in an <@ include> directive. I would like something like this :
<%@ include file = "./video.jsp?id<%out.print(anId);%>" %>
Of course, this instruction doesn't work. Is there something to do to have the same result????
A+
H.
Hi,
probably a dummy question...
I have an array like this :
String[][] anArray = MyMethodThatReturnAnArray...
and I would like to know what is the size of my array...is there something like
anArray[].size or something...?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.