Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ihbrune

    AgDigitalIDStep2

    Hello mingus, we have to make the server require your authentication ! We did this by turning on the option in the smc that forces a login on all pages for a short time. Then it worked.
  2. ihbrune

    silverstream server hangs

    we use a server start triggered business object in every application database in our server (not in the silvermaster). This is the code: public void serverStarted(AgoServerStartEvent evt) { funktion(evt.getDatabase()) ; } private void funktion(AgiDatabase db) { AmbryWebbase webBase =...
  3. ihbrune

    silverstream server hangs

    Hello jwenting, we found a solution for our problem: the hanging server is caused by a bug in silverstreams database connection pool: When the pool has not yet allocated all possible connections and there are so many parallel requests that the server tries to allocate all missing connetions at...
  4. ihbrune

    silverstream server hangs

    Not yet. Still do load tests on our 3.7.4 server. I was able to reproduce the behaviour on a "bare bones" system without any deployed applications. But silverstream support does not believe me. Will try to move to version 4 in februrary and try if this behaves better.....
  5. ihbrune

    How Do I Import a .tif image into A Web Page?

    We've build a small image database in an oracle db with a servlet delievering the data to webbrowsers. Also to upload is done by a servlet page. The images are then referenced by their database ID give by an url parameter to the servlet. Not very difficult in java if you have a servlet...
  6. ihbrune

    I'm currently performing stress tes

    I have no idea how ss behaves on nt but on our solaris installation we are doing something similar: we have two ss servers running under different user accounts and different ports on the same solaris box. Both servers are completly independant though at this time they work on the same oracle...
  7. ihbrune

    I'm currently performing stress tes

    Looking for it ;-))
  8. ihbrune

    I'm currently performing stress tes

    sounds bad to me. we are using ss now for 2.5 years and since half a year we have this problem from time to time. what makes it even worse is that after the server crashes under heavy load one can't get it back online because it crashes again immediately. i send my testing results to...
  9. ihbrune

    IP COnflict

    Hm, what is the problem ? Do you want to change the IP online without disrupting the service ? If not, just stop the silverstream server, change the ip adress, restart the machine and the silverstream server. If the DNS name also changes you might have problem with your digital certificates...
  10. ihbrune

    I'm currently performing stress tes

    Hi, we are using 3.7.4 too. Runs on a 2 CPU solaris box. Oracle runs on a different, even more powerful server also with 2 CPU's under solaris. So: speed is not the issue here. i work for a university and we don't have more then 300.000 hits per day at this time and about 1.000 concurrent...
  11. ihbrune

    silverstream server hangs

    Hello, since more then half a year we try to find a nasty bug in our silverstream server application. the bug causes the server to "hang", that means the server process is still running (but with 0.X CPU load), users can connect with their browsers to the server, but no content is...
  12. ihbrune

    I'm currently performing stress tes

    i'm now performing also some stress tests on our server to find a long lasting bug. we are using apache jmeter. i did not get error messages of the kind you described. But i had some problems in jmeter with pages doing redirections. also i received not very helpful messages when urls are wrong.
  13. ihbrune

    Password Encryption

    we do something similar in our application. I used a simple encryption algorithm to store the password in the database. the access to this password is then done with a special business object which all pages have to use. In our case it is not neccessary to decrypt it but with this concept it...
  14. ihbrune

    CSS and SilverStream

    We use CSS in most of our silverstream pages. At first we build a servlet object which serves the CSS code. then we added the (relativ) CSS link to all our pages. You can add the css link either by working in the html editing mode or in wysiwyg by using the property window (use page/advanced...

Part and Inventory Search

Back
Top