4,248 Topics
![]() | |
My computer is driving me nuts, very very slow. Please Help!! Hijackthis log below thank you. Logfile of HijackThis v1.99.1 Scan saved at 1:20:09 PM, on 13/08/2006 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running processes: C:\WINDOWSA\System32\smss.exe C:\WINDOWSA\system32\winlogon.exe C:\WINDOWSA\system32\services.exe C:\WINDOWSA\system32\lsass.exe C:\WINDOWSA\system32\svchost.exe C:\WINDOWSA\System32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program … | |
This is my first time ever scanning my computer with hijackthis, so can somebody tell me what i need to delete? Here's the log... Logfile of HijackThis v1.99.1 Scan saved at 9:12:51 PM, on 8/10/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe … | |
Hi experts, Here there is a requirement like autoloading a jsp file, once a day without any human intervention. A JSP file should be executed daily at a particular time automatically. I'm using Web Server:Tomcat 5 If there is any logic or idea regarding the same is appriciated. Regards, | |
I am new to javascript. How do I load a text file into my web page? I want to be able to change the file when wanted and then load it into the web page. I thank you all in advance! Thanks | |
Hi friends I am designing a questionnaire where at one particular page i need to ask the user "Number of projects" Based on the number provided and when he clicks next, he should get the table with rows equal to the number provided. The columns will be fixed . Can … | |
I've installed Apache Tomcat/5.5.16 with the windows installer. I've installed it to port 80. when i write to my browser localhost:80 there is no problem it goes to main tomcat page, but when i click on the jsp-examples link it gives this error [B]HTTP Status 404 -/jsp-examples/ type Status report … | |
i m trying to connect jsp page to mysql. i have insatlled jsp-mysql connector. but still not able to connect to mysql. pla anybody help me. thanks | |
my system is really acting up. It is sluggish and contrary. Can someone read my logs and tell me if I have issues? Logfile of HijackThis v1.99.1 Scan saved at 12:46:01 AM, on 7/20/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.5346.0005) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe … | |
Hi, How to Deploy web applications (JSP) on weblogic server . Any one help me?? Thanx in advance.. | |
Hi everyone, I am trying to use classes with JSP but I have a problem. I created a class and a method that will be used to return a specific querystring value . But I get an error while compiling the class and I can't solve the problem. I use … | |
I have a situation. I am running a Windows XP with iE 6.0 sp2; under admin i am able to view the site no problem. Once I logon as the user I am no longer able to view the site. I checked the following Using Java and not Microsot vm. … | |
To whom it may concern. My internet keeps on disconnecting. It isn't just a problem with Internet Explorer, Mozilla can't connect either, so I believe my internet all together is having problems. My broadband linksys router stays on and activated, but every hour or so, I just keep on losing … | |
[code]import java.awt.*; import javax.swing.*; /* <applet code="JScrollPaneDemo" width=500 height=450> </applet> */ public class JScrollPaneDemo extends JApplet { /*public JScrollPaneDemo() { //repaint(); }*/ public void init() { // Get content pane Container contentPane = getContentPane(); contentPane.setLayout(new BorderLayout()); // Add 400 buttons to a panel JPanel jp = new JPanel(); jp.setSize(50,50); jp.setLayout(new … | |
To whom it may concern. My internet keeps on disconnecting. It isn't just a problem with Internet Explorer, Mozilla can't connect either, so I believe my internet all together is having problems. My broadband linksys router stays on and activated, but every hour or so, I just keep on losing … | |
Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & … | |
hi i i am new to java and i have the thearotical knowledge of j2ee. i have experience in asp and php. but now i want to learn j2ee and persue my caree in j2ee platform. thats y i want to do som mini project based on swings and applet,jsp,xml … | |
Hi all, I am using oc4j 9i as my web server. My operating system is windows 2003. I get this error 'Too many files open' . This error is not frequent. After browsing through the web, i have found something about file descriptors. Now i cannot figure out where to … | |
Please help me with this strange behaviour, Unexpectedly I get this intermediate error as Data has been flushed to the client. What is this behavior and what are the reasons? | |
Hello all. I am only learning JSP two days.I want to change the Lookback Address of Tomcat.For example,We can change "localhost" to 192.168.0.22 in IIS Server.So,How can i do it in Tomcat Server? Thanks very much. | |
hi, can i run a shell script as a daemon ? the shell script looks like this : [INLINECODE] #!/bin/sh BATDIR='/' export JAVA_HOME='/usr/java/jdk1.5.0_06/bin/java' export MESSAGE_SENDER_HOME='/home/mas50o21/MessageReader/' export LIB='/lib/' export COMMONS='/commons/' export JBOSS_HOME='/home/jboss/jboss-4.0.3SP1/' export CLASSPATH=$CLASSPATH:${JBOSS_HOME}client/jboss-common-client.jar: \ ${JBOSS_HOME}client/namespace.jar:${JBOSS_HOME}client/jboss-system-client.jar: \ ${JBOSS_HOME}client/getopt.jar:${JBOSS_HOME}client/log4j.jar: \ ${JBOSS_HOME}client/activation.jar:${JBOSS_HOME}client/jboss-jaxrpc.jar: \ ${JBOSS_HOME}client/mail.jar:${JBOSS_HOME}client/jboss-saaj.jar: \ ${JBOSS_HOME}client/jboss-j2ee.jar:${JBOSS_HOME}client/jboss-transaction-client.jar: \ ${JBOSS_HOME}client/jmx-invoker-adapator-client.jar:${JBOSS_HOME}client/concurrent.jar: \ ${JBOSS_HOME}client/jboss-deployment.jar:${JBOSS_HOME}client/jbossx-client.jar: \ ${JBOSS_HOME}client/jbossmq-client.jar: \ … | |
Hello, Is it possible to override _top target? I need to keep all the pages in a frame and I don't have access to some pages that use _top target in their links and they get out of the frame. Thank you, Ramin | |
Ok, my computer is now really f*cked. I'fe red so much threats about this, but none of them helped me. Oki, the problem is; The explorer.exe wont run, my pictogrammes wont appear, i cant start up in safe mode, and i only can enter my computer by the Cntrl+alt+delete -.-'. … | |
can anyone suggest some websites which has code snippets for creating shopping carts using jsp, servlets and javabeans. I am seriously looking for a career in J2EE. pls help Thanks | |
My internet has been running very slow recently i wanted to ask if someone can please look at my hijackthis log to see if it is infected plz? and thank you. unning processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\SOUNDMAN.EXE C:\Program Files\KMaestro\KMaestro.exe … | |
my application is to reserve a resource for particular period of time (min 1hr) so i store time into database as numerice value i need to edit the reserved time my problem is (for eg) a user reserve as 6.00 to 9.00 the same user reserve as 15.00 to 18.00 … | |
I got this Virus Alert Icon that flashes in my system tray and it is driving me crazy. When I click it, it takes me to a page trying to get me to buy SpyFalcon. PLEASE HELP!!! My HijackThis log is: Logfile of HijackThis v1.99.1 Scan saved at 11:00:49 PM, … | |
I have written a java application that writes to a file. I want to call it using a button in my jsp web page. This worked but it didn't write to the file. I think I have the jar file in the wrong place?? Please Please Help, this is really … | |
my antivirus is detecting a "download. trojan" virus, but it cannot be deleted, cleared, or quarantined. its pretty much making it so that i can't get on internet explorer- i'm amazed i was able to get on now... anyways, i ran htj---- here's the log.... hopefully somebody can help me? … | |
Hi, I have an error, during accessing a datbase using jsp:useBean from jsp.Urgent i need this one my source code ispackage SQLBean; DbBean.java import java.sql.*; import java.io.*; public class DbBean implements java.io.Serializable{ private String dbDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; private Connection dbCon; public DbBean(){ super(); } public boolean connect() throws ClassNotFoundException,SQLException{ Class.forName(dbDriver); … | |
Hi All! I've been working on a simple MVC style / struts web application which will allow a user to view a product database and have the option to update a record. The initial index.jsp page works and forwards to the right locations, the update page displays but is producing … | |
how to connect jsp with oracle database | |
what I use is SQL SERVER 2000,the system is WINXP SP-2 I set the classpath:C:\Borland\JBuilder2005\jdk1.4\lib;.;C:\Program Files\Tomcat 5.0\common\lib;.; I use the JDBC-ODBC to connect the database,the original code is package hospital.db; import java.sql.*; import hospital.db.*; public abstract class DBConnection { private static Connection conn = null; public static Connection getConnection() { … | |
could you provide a list of jsp debuggers for tomcat 5.5.7 on windows? | |
I get confused about these things,it will be better if you can illustrate these things with some code. thank you | |
Hi all, i am new to java field, can anyone help me out to create a data base for security or Guard to enter the details of the employee and his phone number and also to replace incase his idcard is broken?? help me out using Java/JSP thanks in advance … | |
Hi everyone, i am building a voting system and i am trying to count the number of votes for each candidate to be stored in a candidates table in the field voteresult, i have stored the results in a bean, and written the sql query statement in a jsp page. … | |
hai i need to address these things theoritically.... MAIN TOPIC: Migration of Weblogic Server 6.X to 8.1 SUB POINTS: JDK 1.4.1 JRockit JVM J2EE specification EJB 2.0 specification EJB QL JSP specification Java Bean specification Security (JAAS, LDAP v2 security realm) Weblogic Specification WebLogic Server Installation for Multi-Zone Operation on … | |
i am trying to learn java bean . i wanted to know how i have to compile and where. i m little bit confused.weather i need BDK?.PLEASE ANY BODY HELP ME | |
hi all, here I'm having a problem, When u type a letter on the textbox it shoud display the remaining or matched name from the database, on or below the text box.It is named as [B](autocomplete)[/B].I searched on popular search engines but coul'd find the solution. If any of you … | |
Can somebody suggest some good and cheap JSP provider with MySQL (UK if possible). ( :lol: know cheap but i'm student and need something to practice on as uni service has limitations) Thank you | |
Whenever I click on links within Google or other search engines, I get redirected to a number of other search engines. Can someone please tell me what to fix in HJT to end this insanity? Much appreciated. Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running … | |
Hello I am currently creating an order form jsp page which contains a form. This form has several drop down menus - with one of them intending to read the contents of a database table which contains information. The database is set up and is ready to populate the drop … | |
Hi, I am new to this forum. I keep getting a Server Busy message while online, especially if I am not using IE. I use a yahoo browser, I think it might be netscape? I really don't know about all of that stuff. The Server busy popup says The other … | |
// My JSP coding. This is stored in the following path http://localhost:8080/vennila/test.jsp <HTML> <HEAD><TITLE>DataBase Search</TITLE></HEAD> <BODY> <%@ page language="Java" import="java.sql.*" %> <jsp:useBean id="db" scope="application" class="SQLBean.DbBean"/> <jsp:setProperty name="db" property="*" /> <%! ResultSet rs = null ; ResultSetMetaData rsmd = null ; int numColumns ; int i; %> <center> <h2> Results from … | |
i am trying to learn j2ee .can anbody help from where i have to downlaod and waht i have to download thanks | |
my application is to reserv a resourse by entering start time and end time before reserving i need to check the availability in the database My problem is (for eg)i 'm requesting reserving by entering startime as 10.00 and end time as 14.00 on a particular day if they had … | |
Hi, I haven't any idea about servlet chaining. anyone send small sample for servlet chaining. Thank you | |
Hello to all! I want to learn JSP. I have basic level of knowledge about java and also about javascript. Dont know any thing about javabeans. I need to know of a good site where i can start from. Thanx in advance. | |
hi friends... i am new jsp's..i have done a web application.. i want to excecute the web application on the click of the mouse on a .exe file.. i mean.. that .exe should have the sever configuration also.. so that it can run on any comp which doesn't have a … | |
Hi friends. i'm having problem to get values of a class member variable which itself is a class and resides inside another class as an array. Parent class is CA. its one of the member is CB[] class. my problem was to get values of CB class. following is the … |
The End.