Forum: *nix Software Aug 12th, 2009 |
| Replies: 3 Views: 1,098 I don't have internet connection that is why I am installing from source instead of repository.As I get internet connection I will try as you said.
I think what ever you have given those are... |
Forum: *nix Software Aug 11th, 2009 |
| Replies: 3 Views: 1,098 Hi,
I am working on project Signature Based IDS.
For that reason I need to install libpcap on my machine.
I have problem in installing.I have libpcap source directory.
as I give command
#... |
Forum: Network Security Jul 4th, 2009 |
| Replies: 2 Views: 540 Thank you.I will see on resource as U said. |
Forum: Network Security Jul 3rd, 2009 |
| Replies: 2 Views: 540 Hi All,
I am a student learning Advance networking.
I am doing project on signature based intrusion detection system.
For that I am searching for signatures.But I didnt get signatures.
I want... |
Forum: ColdFusion Nov 17th, 2008 |
| Replies: 4 Views: 2,123 Hello Sir
I searched "HTDOCS".But I didint found
Please Explain me in brief.
Thank you. |
Forum: ColdFusion Nov 11th, 2008 |
| Replies: 4 Views: 2,123 Hello
I am new user of coldfusion.I just started to learn coldfusion.
I made one file with the name "1_2.cfm"
Code :
<!--- Processing --->
<cfset myQuestion = "What is a variable?">
<cfset... |
Forum: JSP Nov 5th, 2008 |
| Replies: 2 Views: 1,256 Hi,
I m nt getting Ur problem.
But U can retrieve a data from database.
just write your database coonectivity code in
<%
connection code
make a query
get a result set |
Forum: JSP Oct 26th, 2008 |
| Replies: 3 Views: 2,363 instead of this
<% String up = (String)session.getAttribute("myText"); %>
try this
<% String up = session.getAttribute("myText").toString(); %>
The session attribute is of object... |
Forum: JSP Oct 26th, 2008 |
| Replies: 1 Views: 527 I have developed web application
I m using java beans file to set the values when user login to the system.
It set the values of the user. I uses that value in application
Whenever the login code... |