Search 5,000,000+ questions and answers.

Frequently Asked Questions

Question: How do I set the proxy settings when using the K2 Spider Com/Java Object API?

Verity K2 Troubleshooting FAQ
The NetSetting class controls all aspects of network settings related to web crawling/indexing, including the proxy settings. The options related to proxy setting are: hostName, portNum, userName, password, and noProxyArray. The retry, password, and delay options are also used in conjunction with the Proxy server. See the NetSetting class in the VIndex Javadoc.
Related Questions

Question: How do I detach a collection from K2 using the Java Api's?

Verity K2 Troubleshooting FAQ
index to null in the collection list and save it, as in the following example: .setCollectionList(serverIndexLocation, null); .setCollectionListChange(true);
Related Questions

How can I set personal proxy settings?

ID Security Suite - Frequently Asked Questions
If you want to customize your internet connection using proxy settings, you can add details in the boxes provided under the "Settings" section of the main menu. You can find this option on the top-toolbar.
Related Questions

What are the correct proxy settings/how do I set them?

EagleNET - ITS Help Desk
In previous years, a proxy server had been used on campus to access the internet. This is no longer the case and if you have proxy settings left over from last year or from another network, your internet will not function properly. You must clear all of these settings before you will connect properly, to do so follow the instructions below for your specific setup. Open internet explorer, go to tools, internet options, click the connections tab, click the LAN settings button.
Related Questions

How do I set up my proxy settings?

REBOL Language FAQ
If you use a firewall with a proxy server, you can specify its settings: set-net [ user@domain.dom mail.server.dom pop.server.dom proxy.server.dom 1080 socks-type ] where socks-type is one of the following: socks -- most recent version of SOCKS supported (currently SOCKS5) socks4 -- SOCKS4 compatibility socks5 -- SOCKS5 compatibility generic -- generic proxy support (i.e. Squid, CERN) A common way to determine the proxy type is to check your web browser settings.
Related Questions

REBOL Internet Messaging Language FAQ
socks -- most recent version of SOCKS supported (currently SOCKS5) socks4 -- SOCKS4 compatibility socks5 -- SOCKS5 compatibility generic -- generic proxy support (i.e. Squid) A common way to determine the proxy type is to check your web browser settings. SOCKS has its own field while generic proxies have settings specifically for HTTP, FTP, etc. in the browser preferences box.
Related Questions

Virtual RC Racing FAQ
By default, VRC automatically uses your Internet and proxy settings defined in the Internet Options of Windows Control Panel (same settings as Internet Explorer). So if your Internet Explorer is not having any problems connecting to our server then so shouldn't the game. If for some reason you would like to manually enter your proxy settings and/or proxy password then please open the game, go to 'Game options' and select the 'Online Options & Physics' tabs.
Related Questions

Question: How can I customize K2 java exception errors?

Verity K2 Troubleshooting FAQ
You will need to have several catch statements to capture the errors and display a more user friendlier error message or redo the search. throw new RuntimeException("<CENTER><H1>Invalid Query</H1></CENTER>\n"); throw new RuntimeException("In results.jsp, a call to getResult() returned:\n" + t.getMessage()); This example captures a -40 error (Invalid Query) and displays a more detailed error message.
Related Questions

How can I set default proxy settings for Mozilla?

Chapter 19. Frequently Asked Questions (FAQ) — Cendi...
Edit /usr/lib/mozilla-<version>/defaults/pref/all.js, and set: pref("network.proxy.type", 1); pref("network.proxy.http", "192.168.102.5"); pref("network.proxy.http_port", 8080);
Related Questions

How do I set browser settings for Java?

HHS | HHS University
Some SkillSoft courses require a Java Virtual Machine or Java Runtime Environment. Be sure to check that they are available for SkillSoft courses. When you start a SkillSoft course, a new browser window opens and the SkillSoft Java applet downloads. This will take approximately one or two minutes, depending on your Internet connection and computer. Once this initial load is complete, the course pages forward quickly. The SkillSoft course will be displayed within this new window.
Related Questions

QUESTION: Where do I go to have a bug/spider identified?

Frequently Asked Questions - Agricultural Commissioner - Cou...
ANSWER: First check out the University of California’s Integrated Pest Management website. Bring in a sample of the insect for possible identification by the UC Cooperative Extension’s Master Gardeners. Our staff will also attempt to identify, if we cannot, it can be sent to the CDFA lab for identification.
Related Questions

Question: Where do spider veins come from?

Frequently asked questions about varicose and spider vein tr...
Answer: Spider veins may be triggered by pregnancy or hormonal variations and sometimes result in itching, restless leg and minor aches and pains. Although surface veins are mainly a cosmetic problem, they can also be an indication of more serious vein disease deep below the surface.
Related Questions

What is the EJB 3.0 Java Persistence API (JPA)?

Frequently Asked Questions
The Enterprise JavaBeans (EJB) 3.0 specification includes an additional persistence specification called the Java Persistence API (JPA). It is an API for creating, removing and querying across lightweight Java objects and can be used both within a compliant EJB 3.0 Container and a standard Java SE 5 environment.
Related Questions

The Java API Q: When is hashCode() used?

Code Style: Java API frequently asked questions (FAQ)
The hashCode() method is used in hash-based data stores to get a "nearly unique" identifier for each object. The hash code is used to speed up the search process, so should have a high probability of being different from any other instance. It is possible for two hash codes to be the same, so the equals method is used to make an exact match.
Related Questions

Java SQL API Q: What is the driver manager?

Code Style: JDBC frequently asked questions (FAQ)
The DriverManager class is a core part of the java.sql package for Java database connectivity, it provides a registry of JDBC drivers that are loaded and available for use, and methods to get database connections using those drivers. The JDBC specification requires implementations of the java.sql.Driver interface to register themselves with the DriverManager method registerDriver(Driver) when their class is loaded through the Class.forName(String) method.
Related Questions

edit] Is there a way to set a proxy?

World Wind FAQ - World Wind Wiki
Press Alt+Q to edit the proxy settings. The default setting is to use the Windows default proxy settings. If using the proxy settings in World Wind doesn't work you may want to try using a portmapper such as AnalogX PortMapper.
Related Questions

Memory allocation Q: How do I find the size of an object in Java?

Code Style: Java language frequently asked questions (FAQ)
There is no direct management of the storage size of code that is held in memory by the Java Virtual Machine (JVM). The virtual machine manages the allocation and de-allocation of storage through an integral garbage collection system. The JVM keeps track of all object references and periodically disposes of de-referenced objects to free memory.
Related Questions

Question 2: Where can I find information on the Java development API?

SELECTservices | 6174 - MicroStation Geographics v7 FAQ
Answer: HTML document files are available in \Bentley\Program\GeoGraphics\jmdl\geo\dgn. Information on the delivered compiled JMDL examples is located in the index.html file from the \Bentley\Program\GeoGraphics\jmdl\examples\geo\dgn directory.
Related Questions

Question: Why do I get a NullPointerException error when trying to submit a job with the Java API?

Verity K2 Troubleshooting FAQ
When submitting a job to the indexer through the java API, you must add specifyIdxJobInfoArguments.jobProp.startArray or a NullPointerException error is returned. For example:
Related Questions

Question: How do I search more than one parametric index with VParametric java API?

Verity K2 Troubleshooting FAQ
Answer: To search more than one parametric index, all the parametric indexes must be created using the same parametric outline XML. Below is a snippet of code to load all the parametric index for search. String[] myArray = {"piAlias1","piAlias2",...,"piAliasN"}; RemoteContext ctx = new RemoteContext(); ctx.setServerSpec("localhost:9900"); VParametricSearch para = new VParametricSearch(ctx); for (int i=0;i<myArray.length;i++) { PI piObj=para.openPI(myArrary[i); para.
Related Questions

How can I FTP from DOS through WinGate using Proxy settings?

WinGate Internet Sharing/Proxy Server Solution
if you do not receive a response from the WinGate FTP Service check in Gatekeeper under the Services tab to make sure that you have the FTP Service available.
Related Questions

Is Java a fully object oriented language? Q: What are Java types are available?

Code Style: Java language frequently asked questions (FAQ)
There are two main divisions of data types in Java: object and primitive types. Object types are declared according to their class. Object object = new Object(); Objects can also be cast to a more general superclass or interface type. This is known as polymorphism, which means the object behaves like, and can be treated as, an instance of the more general type. // Type cast Object object = new StringBuffer("Example"); // Interface Comparable object = new File("c:\Example.
Related Questions

Language features Q: Is Java a fully object oriented language?

Code Style: Java language frequently asked questions (FAQ)
Java is an object oriented language, but there is no standard that defines a "fully" object oriented language, it is a matter of definition and opinion.
Related Questions

Question: What should I do if I get bitten by a spider?

DMNS-Colorado Spider Survey
Answer: If you are ever bitten by an arthropod (insect or spider) or stung by an arthropod such as a bee or an ant and begin to experience unpleasant symptoms, you should go see your doctor. But do not go alone. Take the six- or eight-legged suspect with you, even if the culprit is, by that time, dried up or squashed. It is nearly impossible to administer an effective treatment against symptoms caused by an arthropod sting or bite unless 1.
Related Questions

Where do I go if I have questions about using the Google SOAP Search API?

Google SOAP Search API
We are no longer actively supporting the SOAP Search API, but you may be able to get your questions answered by other developers in the Google SOAP Search API discussion group.
Related Questions

Why didn't K2 Spider Client purge all the documents from my collection?

Verity K2 Troubleshooting FAQ
When you use K2 Spider Client to purge a collection, you specify the job name as an argument for the purge command. K2 Spider Client is really only purging the documents that correspond to the job you specified. Documents are stored in a collection with the job name that put them there. When you use the purge command with a job name, only those documents that were inserted into the collection by that job will be removed.
Related Questions

Can I have my own COM object installed?

Ember Hosting Terms and Conditions
Unfortunately due to the nature of the shared environment we are unable to install COM objects on a per user basis.
Related Questions

Can I store a COM object in a session ?

PHP: Show Source
lt;/b></td></tr><tr class="answer"><td align="left" valign="top"></td><td align="left" valign="top"><p> No, you can't. COM instances are treated as resources and therefore they are only available in a single script's context. lt;/p></td></tr><tr><td align="left" valign="top"><a name="faq.com.q5"></a><a name="id3834963"></a><b>66.5.
Related Questions

How can I use ExLookupNS COM object?

Exontrol Software - ExLookupNS FAQ page
The ExLookupDN COM object is a DNS (Domain Name Service) component that can be used for network diagnosing, troubleshooting, and monitoring. In order to be able to use the component all that you need to do is to add a reference to the ExLookupNS library to your project. Add the code shown bellow to Form1 Dim ns As New LookupNS Debug.Print ns.Query("microsoft.com").Address The Address property gets all the IP addresses found. The IP addresses are separated by Separator property.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact