Verity spider and localhost

Verity Spider is licensed to only spider a local server.
Because of this, it indexes my collection with
http://localhost/ instead of
http://www.mydomain.com/
My problem is that none of my users outside the network can
access search results because all of the search result URLs look
something like:
http://localhost/index.cfm?go=main.default
when they should look like
http://www.mydomain.com/index.cfm?go=main.default
This is the command I am using to run vspider.exe:
vspider.exe -collection
d:\cfusionmx\verity\collections\mycollection -start
http://localhost/ -indinclude * -cgiok
If I use my actual domain as a start, i.e. -start
http://www.mydomain.com/, I
get "Connection refused" (presumably because Verity Spider is only
licensed for local spidering)
Is there a vspider param that will let me declare localhost =
http://www.mydomain.com as far
as the indexed records are concerned?
Also if I am limited to spidering localhost, how can I use
the -indexclude and -exclude options if I wanted to limit something
like
http://sub.mydomain.com (using
anything other than localhost in exclusions also gives me a
"Connection refused")?
Any insight is appreciated, thanks for your time

Roger,
I looked over the code and it looks fine. I think the problem
might be that you are a complete retard.

Similar Messages

  • Verity spider and custom fields

    Has anyone customized the verity spider so that it populates the custom fields (custom1 through 4) or been able to add other colums (especially a date) to the result set that is returned from cfsearch.
    I can populate the collections with the spider but have been unable to find anywhere documentation on how to add columns or populate the custom ones.
    I thought I was on the right track with the style.sfl and style.ufl files, but have been unable to achieve the desired results.
    Any help would be appreciated.

    Hi,
    I dont have access to SRM system but you can use enhancment concepts to enhance the standard component.
    Refer http://wiki.sdn.sap.com/wiki/display/SRM/HidingtabofShoppingcartinSAPSRM7.0 which is having something simmilar requirment.
    also refer http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700317da-bd79-2c10-368e-8f18bf5d8b81?QuickLink=index&overridelayout=true
    I hope this will helpful for you to achive your requirments.
    Thanks,
    Chandra

  • Verity unstable and permissions errors

    Our scheduled task to purge/reindex stopped working. Verity
    deleted the collections that it was supposed to index. The ws
    folder filled up. I followed the instructions in the TechNote below
    to clear the ws. After recreating collections that Verity deleted,
    and attempting to re-index I get the following errors in the logs.
    I verified that the account under which the service runs has
    "modify" permission in Windows. Any idea why we would get the
    errors in the log?
    ColdFusion TechNote:
    ColdFusion MX 7: Indexing a Verity collection fails with a Path not
    found error

    I forgot to mention that ColdFusion returned an error in the
    browser: "General Failure (-2)"

  • Display dashboards simultaneously from company's server and localhost

    Hi Experts,
    We have a laptop that we have installed SAP B1 (Server and Client) locally. This laptop can connect to two servers;
    localhost and to company's server. We would like to ask whether there is a way to display dashboards
    from company's server using Sap Client when laptop is connected to company's network. Also if it is possible to
    display dashboards simultaneously from company's server and localhost.
    Thank you in advance,
    Vassilis Korolis

    Hello,
    Well, as far as I know it is not possible to make it automatically using SAP Business One Client, but we have made a wrapper for standard client that might help.
    The idea behind is to create two (or even more, if required) connections in Skybuffer SBO LogonPad and  then to click the connection that you would like to start (either local server or remote server that is accessible at company network).
    Additionally, it is possible to open two SAP Business One Client instances that are connected to two different servers from one machine simultaneously with help of Skybuffer SBO LogonPad, but I have never tested how stable the connects are, so please be careful with this. But in case of read only access (like you've mentioned  - dashboards display), I can say that it is safe enough.
    Here is the picture that shows that I can access two different servers from one machine:
    And you can download Skybuffer SBO LogonPad from here:
    Skybuffer SBO LogonPad (version 0.2)
    P.S. that's a freeware wrapper to facilitate different license servers connectivity for SAPB1 consultants.
    Kind Regards,
    Siarhei

  • Weechat Highlight Monitor Script for IRC and Localhost (Bitlbee)

    Hey guys.. I've been struggling with this one for some time now, thought I might as well get some feedback
    So bacically, I have the weechat plugin 'highmon.pl' and I have the Channel, Nick, and Message (when highlited) output to conky on my desktop.
    Now the part I cant figure out is how can I get the same scripts that do that to also output the highlights i get from my bitlbee session (which is open in a separate terminal window connected to localhost)
    As long as I am in my home dir, I can get this to work for each individually, but as I like to use tmux, weechat in one tab, weechat --dir ~/.weechat/bitlbee in another so I can watch my facebook chat and irc chat without having to log in and out of servers.  But because my Bitlbee session is started in ~/.weechat/bitlbee my scripts no longer work...
    further to this, I've tried to modify them to work just in ~/.weechat/bitlbee but havent succeeded there either...
    ok, the scripts
    highmon_channel.sh
    echo -e $(cat ~/.weechat/logs/perl.highmon.weechatlog | awk 'END{split($2,a,"#"); print a[2]}')
    highmon_msg.sh
    echo -e $(cat ~/.weechat/logs/perl.highmon.weechatlog | awk 'END{print $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18}')...
    highmon_nick.sh
    echo -e $(cat ~/.weechat/logs/perl.highmon.weechatlog | awk 'END{print $3}' | cut -f1 -d'>' | cut -f2 -d'<' | cut -f3 -d '!' )
    these scripts get called by conky to output my highlighted message on the desktop..
    If anyone knows how I can ammend these scripts to also work with a weechat instance started in the directory of ~/.weechat/bitlbee that wold rock my world
    [i tried changing the directories in these scripts to ~/.weechat/bitlbee/logs/perl.highmon.weechatlog ... that didn't really work tho]
    If anyone can tell me its possible to connect to both freenode and localhost in the same weechat session id also be impressed!
    you know how there is always just one more thing you'ld like to do to your desktop... that one last thing that if you achieved it, it would make you relax and feel complete? this is that for me
    any help is much appreciated..
    (for the record, I didn't write these scripts, I came across them throughout my life)
    Last edited by CoolWhip (2011-11-03 01:20:04)

    Of the second and third scripts, the latter could perhaps be deemed the "most secure"; however, it might block more than you want. If you really want to use one of those, then I'd suggest using the second script. Otherwise, I'd recommend that you take a look here. (I only slightly examined the first script.... I do not understand the language of the comments, and I'm no iptables whiz. )
    Also, note that you don't have to use an actual script to set up the rules; rather, you can save the rules you want to a file that will be read by iptables automatically (/etc/iptables/iptables.rules). Here's a modified version of mine:
    # /etc/iptables/iptables.rules
    # These rules (and the commented instructions) derived from:
    # http://ubuntuforums.org/showthread.php?t=159661
    *nat
    :PREROUTING ACCEPT [163:50538]
    :POSTROUTING ACCEPT [40:2451]
    :OUTPUT ACCEPT [40:2451]
    COMMIT
    *filter
    :INPUT ACCEPT [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [0:0]
    :FIREWALL - [0:0]
    :TRUSTED - [0:0]
    -A INPUT -j FIREWALL
    -A FORWARD -j DROP
    -A FIREWALL -m state --state RELATED,ESTABLISHED -j ACCEPT
    -A FIREWALL -i lo -j ACCEPT
    -A FIREWALL -j TRUSTED
    -A FIREWALL -j DROP
    # put your own exceptions here, like so (replacing <tcp/udp> with either "tcp" or
    # "udp" -- minus the quotes -- and <port number> with the port you'd like to open):
    # -A TRUSTED -p <tcp/udp> -m <tcp/udp> --dport <port number> -j ACCEPT
    COMMIT
    Of course, there are benefits to keeping the rules in a script. For instance, you could then easily set the default iptables rules, allow all traffic, etc. Plus, some firewall-related things (such as the various echo commands in the scripts you provided) cannot (to my knowledge) be done by iptables alone.
    If you already have a script that sets up the rules you would like to use, you can save yourself the hassle of creating a rules file by following the directions outlined here.
    Last edited by ssjlegendx (2008-08-06 20:17:00)

  • 'unable to connect' and 'localhost' and index.php and dreamweaverCC

    Hi. 
    I am developing a Web Site and index.php is my point of entry.
    Document Root Library/WebServer/Documents
    so my path is: Library/WebServer/Documents/dwwdSite
    httpd.conf file is modified to add index.php  and have it listed first.
    <IfModule dir_module>
    DirectoryIndex   index.php   index.html
    <IfModule>
    Troubleshooting:
    I was using Netbeans IDE and when I ran index.php it opened in the browser.
    When I launched 'any' of my index.php files from Netbeans IDE, they opened correctly in the brower
    I am now using DreamweaverCC and when I run the index.php Error Message ' Unable to Connect'.
    For the last 2 days I have been working on this and I am completely stuck.
    This morning I thought of another way to test the 'unable to connect' error.
    I decided to copy this same file into Netbeans IDE and I NOW get the same Error Message ' Unable to Connect'
    when running index.php from Netbeans.
    Somehow, my settings are not correctly configured anymore.
    Here are my screenshots from Dreamweaver > manage sites.
    I believe that this is a rather simple fix that I am somehow not seeing.
    Maybe some can spot some mistake.
    I appreciate your help and explanation.

    Site window settings.
    Site Name: dwwdSite
    Local site folder: /Library/WebServer/Documents/dwwdSite
    Server window settings.
    Server Name: testing Server
    Address: Macintosh HD/Library/WebServer/Documents/dwwdSite
    Connect using: Local/network
    Testing: yes (checked)
    Server folder: /Library/WebServer/Documents/dwwdSite
    (I also tried this: Server folder: /Library/WebServer/Documents)
    Web URL: http://www.localhost/dwwdSite
    Server Advanced tab: (within server window settings)
    Testing server: PHP MySQL
    Advanced Settings window.
    Local info: Web URL: http://www.localhost/dwwdSite
    Enable cache: yes (checked)

  • Tomcat and localhost

    Greetings,
    I'm sorry if this is the wrong forum.
    This one is a fairly easy one, I'm quite sure.
    I'm a newbie and I just setted up Tomcat and Apache with a jk connector. I want to create a test-server before I'm going live on the "real" server.
    My question is : Can I show or view my test server from a distant computer ?
    Is something like : http:\\my_local_address\examples\index.html possible ?
    Or do I have do own a www address ? I'm quite confused ... thanks for your time. Everything works fine on my localhost ...

    You're likely to have a provider-assigned IP-address through DHCP and you're behind your provider's proxy.
    You can't reach your computer directly from outside unless you set up some kind of VPN, or you subscribed to a dynamic DNS service.
    I found this : http://www.technopagan.org/dynamic/
    seems interesting read.

  • Php and localhost disabbled

    Since installing Mavericks 'localhost' and php are disabled and web sharing is off. All I see is an ad for Virtual Host. I'm not interested in buying something when the installed apache and php has always worked flawlwssly. How come these settings got changed?

    Subsequent to the above problem I discovered PHP 5.4.17 provided in Mavericks does not have mcrypt installed. This is required by Wordpress  and other tools that authenticate users by a. Cryptographic login process.
    To remedy this problem see http://www.coolestguidesontheplanet.com/install-mcrypt-php-mac-osx-10-9-maverick s-development-server/ for a full recipe.

  • SCP and Localhost Problems

    I have two problems that may or may not be related. The first is trying to use scp from the command line. It used to work fine, but now when I try it, I get prompted for the remote password, then the date gets displayed, and that's it. No file transfer happens. An example run looks like this:
    [12:22 PM][~]$scp [email protected]:boolean/programs/btbs.pl .
    [email protected]'s password:
    Mon Nov 21 12:20:39 EST 2005
    [12:22 PM][~]$
    The second problem I have is trying to user a web browser to connect to localhost. I have PHP installed on my system and am running the apache web server. It worked fine for a while, but now when I try to view a PHP page on my machine, the browser tells me it cannot connect to the server. An example looks like this:
    Safari can’t open the page “http://127.0.0.1/~user/index.php” because it could not connect to the server “127.0.0.1”.
    Any input would be much appreciated.
    Thanks

    Just some wild guesses:
    The problem with scp may be due to your terminal emulation.
    With regard to localhost, you might check whether web access to your computer has somehow been turned off.
    Please excuse, if this is all nonsense.

  • Project Spartan and localhost

    I can't surf to localhost (or 127.0.0.1) in Project Spartan while in IE I can.
    Is there a reason for that?
    Will it be fixed in future versions?
    Thanks!

    Heya,
    Much searching on web and I came up with for me at least is a fix for localhost error. The following needs to be run with an admin command prompt and once ok'd it seems to be a fix for my localhost problem.
    CheckNetIsolation LoopbackExempt -a -n=Microsoft.Windows.Spartan_cw5n1h2txyewy
    I ran this once and now am able to open media browser at least with no problem with Spartan as default browser.
    Good luck and hope it helps all with this problem
    Dragon

  • Clustered 8.1, EJBs, and localhost

    Howdy all. We're running Weblogic 8.1 for a Vignette V7 CMS installation. Our production tier is clustered Solaris servers. We use Resonate Central Dispatch for user-end load balancing of http requests. This has been working fine so far.
              So we have some EJB applications we're preparing to deploy across the cluster. They have a config file containing the t3 URL they need to connect to. Well, our front-end load balancer won't do t3, so we can't put the cluster name/IP in the URL the app uses for the EJBs. And you can't put the individual box name/IPs themselves, since the same config is replicated across all servers. So I figured, why not use localhost... But we determined that wasn't working, and upon looking at the WebLogic clustering documentation I see that's deliberate.
              We have the server set to listen to the cluster IP. It appears that you can connect to it t3 via either the cluster IP or the individual box's IP. How can I get it to listen to localhost while still listening to those addresses, or is there another brilliant solution to this problem?
              Thanks,
              Ernest

    Ernest Mueller <> writes:
              > Resonate is a software load balancer. It creates a local loopback
              > adapter on each server with the cluster's IP on it. So the software
              > on each box should listen to the cluster IP instead of the
              > individual server IP. There's only one cluster IP. That's set up
              > and working correctly.
              I'm still not following. The IP used for the listen address is crucial
              to server identity. If you have servers in a cluster listening on the
              same IP and port you are going to have problems regardless of whether
              it looks like its working. Most load-balancers that I know of map a
              single virtual IP to multiple real IPs which are the addresses the
              servers are actually listening on. I suspect that we are just talking
              at cross purposes.
              > Because we have an app that needs to connect back to itself, it
              > needs to contact "localhost". We're dealing with a third party
              > library where you supply the t3 URL to connect to in a XML
              > properties file. So we need an URL that, to WebLogic, will mean
              > "connect back to myself please." Localhost is the usual means of
              > achieving that.
              Ok, so network channels will give you this. You could also just leave
              out the URL (at least the address part), that will cause an internal
              collocated connection to be made.
              > I don't know what you mean by not being able to load balance t3; an
              > individual connection doesn't get moved, but subsequent connections
              > will be assigned a low-load server.
              Right, that's what I mean. Some customers expect to be able to load
              balance per-request like you can with http.
              andy

  • Fixing/Reinstalling Apache and localhost?

    Hi Guys,
    Trying to set up a webserver at localhost, but I'm having some issues. I did everything in the Sharing pane of System Preferences that I should have, but http://localhost/, http://localhost/~username, and my root IP still comes up with a "Failed To Connect" page load error in the browser. I also tried giving what Apple's support article said to do (Article ID: 306884), but I still have the same problem. Is there something wrong with Apache? Should I do a reinstall? How does one reinstall Apache?
    For some reason everything worked right away on the Mac Pro that I have at work, but my Macbook Pro is being a little jerk about it
    I'm kind of a newbie to all this UNIX web server stuff, so some idiot-proof layman speak might be in order here.
    Any input would be great guys! Thanks!

    Post Unix queries to the Unix forum under OS X Technologies. Alternatively, try the server forums.

  • Multicast and localhost

    Maybe not exactly a Java question, but it seems to apply to two disparate Java packages so people around here might know.
    When, some time ago, I set up Eclipselink cache coordination I found that the default discovery method was to advertise the presence of an instance with a multi-cast to tell other instances where to connect. However the connection information that was sent in the multicast was "localhost", completely useless, of course. I actually had to override some methods to force the multicast to contain the actual domain name of the server doing the broadcast. There was no properties setting to change it.
    Now I seem to be getting exactly the same thing trying to set up activeMQ. When each machine receives the broadcast from the other it tries to connect to itself, rather than the other machine.
    On both the machines localhost resolves to the loopback address, not the actual IP of the machine in question.
    What gives here? It seems more than a coincidence that two well-established packages appear to make the same fundamental error.
    Of course I'm setting up activeMQ from the examples given in the web site, I'm not deeply into it yet, but the documentation never shows anything other than localhost as a host name.
    Should localhost resolve to the machine's actual IP?

    malcolmmc wrote:
    EJP wrote:
    Trying to connect to itself, or to the other broker?
    Clearly it should be connecting to the other broker. It tries to connect to itself on a port that it's not listening on, and it doesn't connect to the other broker.
    If it's trying to connect to itself on the loopback interface it all seems reasonable to me: why do you care?For one thing it keeps trying, producing copious log records but more importantly it doesn't connect to the other broker.
    If it's trying to connect to the other broker and the other broker isn't on the localhost that could be a problem, but it's not what you've described so far.The other broker isn't on localhost, what would be the point?
    Edited by: malcolmmc on 27-Jun-2011 18:32http://wiki.eclipse.org/EclipseLink/Examples/JPA/CacheCoordination seems to suggest you need to configure EclipseLink on each server with its own URL (with its external hostname) for access. Maybe if this is not specified, this setting will defauts to localhost?
    It is old, but I think this thread may also be helpful: Cache Coordination RMI  in Weblogic - problems

  • Host2ior and localhost

    WLS Version : wls 5.1 sp4
    OS : nt 4 sp6
    Whenever I use the host2ior the ior contains localhost. I have used my
    ip address as well as machine name. Aside from installing on another
    machine can I get host2ior to give me an ior without localhost?
    thanks,
    don.

    Is this still an open bug? I have tried using both SP5 and SP6 and
    both versions of host2ior give me localhost (according to the ILU site).
    -Kim.
    Don Schaefer <[email protected]> wrote:
    >
    If I go to the ILU site it reports localhost. A couple of us tried using the host2ior servlet on different running servers and had the same results.
    I added a startup class to test getLocalHost and it reported the hostname and ip address correctly. We do have sp4 installed as per the instructions, I think. I attached the startweblogic.cmd file. If you can, please verify that I have installed the sp correctly.
    thanks,
    don.
    Here is the ior as well:
    Fri Aug 04 11:06:44 EDT 2000:<I> <WebLogicServer> NamingContextImpl exported as <IOR:000000000000002849444c3a6f6d672e6f72672f436f734e61
    6d696e672f4e616d696e67436f6e746578743a312e30000000000100000000000000c8000101000000000a6c6f63616c686f7374001b590000008d00574c53000000000
    000002849444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578743a312e30000000000800000051aced0005737200137765626c6f676963
    2e726a766d2e4a564d4944d394ce5fd72ba0040c0000787077262a3413be4ac0c9f70a0405f90600001b5900001b5900001b5a00001b5a00001b59ffffffff007800000
    00000000100000001000000140000000000010020000000000001010000000000>
    Eduardo Ceballos wrote:
    Are you saying that the ior always contains 127.0.0.1?
    The address is determined by a call to InetAddress.getLocalHost() that originates in the the server. I could poke around more, but I think the only way this will go wrong is if the host you are calling this from is misconfigured or the vm this is called from is also configured to throw a security
    exception.
    Does this help?
    Don Schaefer wrote:
    WLS Version : wls 5.1 sp4
    OS : nt 4 sp6
    Whenever I use the host2ior the ior contains localhost. I have used my
    ip address as well as machine name. Aside from installing on another
    machine can I get host2ior to give me an ior without localhost?
    thanks,
    don.

  • FF 23.0/24.0 on linux x64 cannot open any websites (and localhost) after working 24 hours

    OS: Debian 7 x86-64
    Browser: FF 23.0
    /opt/firefox/firefox: ELF 64-bit LSB executable, x86-64
    /usr/lib/flashplugin-nonfree/libflashplayer.so: ELF 64-bit LSB shared object, x86-64
    I'm running FireFox and open in it from 3 to 20 tabs . Earlier in this state, it can work normally for a few months - I has not turn off the computer. Now : every morning begins with the fact that I have to kill FF and run it again with the recovery session. This is due to the fact that after 20-24 hours , he can not open any page (in this case there is no problem with the network ), even in a LAN and 127.0.0.1
    If I upgrading an already open tab or open a new page in the tab header shows " Connecting ... " and nothing else was going on for a long time.

    Check this .. This article will show you how to fix the problem so you can get back to surfing :)
    [[https://support.mozilla.org/en-US/kb/websites-dont-load-troubleshoot-and-fix-errors]]

Maybe you are looking for

  • Problem in file to database scenario

    Hi friends, I have done file to database(oracle) scenario. I have tried to push the data to database.but it is not reached to database. I have tested my scenario in Integration Directory.I didn't get any error msg under test configuration. Pls verify

  • A new problem on me

    does anybody know what this means: I got all my devices disconnected. Lets say i just want to see if bios sees my dvd-rom. Turn on the computer and nothing. They tray dont even work so that says the dvd-rom is not getting any power. So next i try dis

  • Use apache webserver instead of oracle http server in EPM 11.1.20?

    Is it possible to configure enterprise performance management 11.1.20 with apache webserver instead of using the default oracle http server and if so, can someone point me to the instructions for how to set this up?

  • I bought mi iphone in France, can I use it in Mexico city?

    I bought mi iphone in France, can I use it in Mexico city?

  • Error 403--Forbidden

    Hi all , I create a simple stateless ejb named LoginSession to manage the login task , package it to a ejb jar file named login.jar , and then I want to explode it as a wls7.0 webservice , the build.xml like this : <project name="buildWebservice" def