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. Bluebanshee01

    ciphers

    Does anyone know what the exact syntax is for the cipher option in tomcat SSL. I guess i want to know what the options are that are supposed to bo comma separated. THanks
  2. Bluebanshee01

    SSL problems

    Hi, I am using tomcat 5.5.9 only for web services. I have SSL enabled. I need to know what settings I can make to the sslProtocol option. Other than "TLS" I need to disable a vulnerability that allows clear-text communication between server and client during SSL handshake. I also need to...
  3. Bluebanshee01

    Send mail from localhost

    Hello, I am having trouble sending mail from localhost. I have a linux rhel3.0 machine with sendmail running. This is actually a machine that clients connect to for email. What a client sends or receives mail from this machine it works perfectly. Whan I try to send from the machine via the...
  4. Bluebanshee01

    Rewrite Rules

    Hi there, I am in the process of migrating off of Apache to just plain Tomcat. My question is, is there any type of rewrite rules functionality in tomcat similar to what apache has? I need to do some rewriting and haven't been able to find anything. Thank you for any help in advance. Dave
  5. Bluebanshee01

    Tomcat 5 cluster

    sedj, I think I may be getting somewhere. I am getting this in the log file now. Do you know what the problem may be? - Unable to replicate session java.lang.ClassCastException: org.apache.catalina.session.StandardSession at...
  6. Bluebanshee01

    Tomcat 5 cluster

    Thank you for all the help. I am getting null when I run your b.jsp. This is driving me nuts. Do you have any suggestion where I can go to for some more help? Thanks again
  7. Bluebanshee01

    Tomcat 5 cluster

    Did you mention that this was supposed to be serialized? If so is this example code you sent serialized?
  8. Bluebanshee01

    Tomcat 5 cluster

    Sorry I am also getting this when I run b.jsp.. An error occurred at line: 2 in the jsp file: /b.jsp Generated servlet error: Type mismatch: cannot convert from Object to String Thanks again.
  9. Bluebanshee01

    Tomcat 5 cluster

    Thank You I don't want to sound retarded but how do I go to the other machine to run b.jsp in the same browser? I am using Internet Explorer. THanks Again Dave
  10. Bluebanshee01

    Tomcat 5 cluster

    sedj, Would you by chance have or could you give me the two jsp scripts you suggested to make sure this replication is working? I am still struggling with this. I am not sure if what I have is compatible with replication. I want something that is so I can start ruling out pieces. THanks Dave
  11. Bluebanshee01

    Tomcat 5 cluster

    Cool thanks. I guess I haven't got it yet. I still don't see anything being replicated. I can see however that in the logs that each tomcat does see the other. It does say that the member is added. Do you have any other suggestions or places to go? I am pulling out my hair. Thank for everything...
  12. Bluebanshee01

    Tomcat 5 cluster

    Different question. I have these two machines. With tomcat cluster enabled. With session replication does it only replicate http to http and https to https. In other words when I look on one server and I have a url with a session then when I click a secure (https) page on that same site it jumps...
  13. Bluebanshee01

    Tomcat 5 cluster

    First of all I want to tell you thank you for all the help. Do you know if the mcast address the 228.0.0.4 the cluster services or whatever you decide to use if it actually has to be a real (ping able) address or is it just an address that the cluster services set? Thanks again
  14. Bluebanshee01

    Tomcat 5 cluster

    I need to ask one more question. If I have clustering set up correctly what should I expect? I am under the impression that I should see the same session information on all replicated nodes, session id etc.. is this correct?
  15. Bluebanshee01

    Tomcat 5 cluster

    Thanks for the insight and the article on memory. I will go with that. I did confirm with our developersw that we are not using java.io.Serializable. So I will get them to change that and see if it helps. I guess thet even though I have the cluster running, since we don't have...
  16. Bluebanshee01

    Tomcat 5 cluster

    I have 4 GB ram in each server. I did see that link but didn't find it very useful. I was just hoping that there was something else. Do you know if there is a setting somewhere in tomcat that you can set for session persistance? I do believe I may have the clustering working I just wanted to...
  17. Bluebanshee01

    Tomcat 5 cluster

    Excellent thank you. In answer to question #1 it does keep the ip address that the users will alwayse hit. Can you tell me or direct me as to how to set up tomcat clustering correctly? Correct parameters/settings etc.. Thanks again.
  18. Bluebanshee01

    Tomcat 5 cluster

    Hi all, I am trying to set up a tomcat5 cluster at least that is what I think I need to do. I want to move away from apache. So I have set up my vhosts and everything works fine. I login and hit a few pages on this peticular site and then I need to submit some information so I go to the...
  19. Bluebanshee01

    GUI Interface question

    I have RedHat linux RHEL 3 running sendmail. I am using horde as a web based gui client. I am in need of something different. I need a web client that can manage multiple domains, spam, anti-virus protection, and can be configurable for the client. I know sendmail does have such an animal but it...
  20. Bluebanshee01

    Apache 2.0 to many processes

    Thank you Yes I am running RedHat AS 3.0. It seems like the apache server is getting backred up after 150 or so requests. I have tried chenging the maxclients value, but no luck. How do you actually make apache accept more than 150 threads (processes)? Thanks again.

Part and Inventory Search

Back
Top